From 14f48f70ce663a4e2b587344b879c50f20a46a94 Mon Sep 17 00:00:00 2001
From: Joaquín Reñé <jrene@curisit.net>
Date: Wed, 15 Apr 2026 18:39:31 +0000
Subject: [PATCH] #4479 - upgrade SecurisServer to Java 21

---
 securis/src/main/webapp/package.json |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/securis/src/main/webapp/package.json b/securis/src/main/webapp/package.json
index 5a7d130..a544700 100644
--- a/securis/src/main/webapp/package.json
+++ b/securis/src/main/webapp/package.json
@@ -4,6 +4,7 @@
   "description": "SeCuris front-end application based on Angular4 and Materail design",
   "scripts": {
     "jspm-install": "jspm install",
+    "postinstall": "rimraf node_modules/@types/ws node_modules/@types/cors",
     "build": "tsc -p src/",
     "build:watch": "tsc -p src/ -w",
     "build:e2e": "tsc -p e2e/",
@@ -54,19 +55,19 @@
     "@types/jasmine": "2.5.36",
     "@types/node": "6.0.46",
     "canonical-path": "0.0.2",
-    "concurrently": "^3.2.0",
-    "jasmine-core": "~2.4.1",
-    "karma": "^1.3.0",
-    "karma-chrome-launcher": "^2.0.0",
-    "karma-cli": "^1.0.1",
-    "karma-jasmine": "^1.0.2",
-    "karma-jasmine-html-reporter": "^0.2.2",
-    "lite-server": "^2.2.2",
-    "lodash": "^4.16.4",
-    "protractor": "~4.0.14",
-    "rimraf": "^2.5.4",
-    "tslint": "^3.15.1",
-    "jspm": "^0.17.0-beta.41",
+    "concurrently": "3.2.0",
+    "jasmine-core": "2.4.1",
+    "karma": "1.7.1",
+    "karma-chrome-launcher": "2.0.0",
+    "karma-cli": "1.0.1",
+    "karma-jasmine": "1.0.2",
+    "karma-jasmine-html-reporter": "0.2.2",
+    "lite-server": "2.2.2",
+    "lodash": "4.16.4",
+    "protractor": "4.0.14",
+    "rimraf": "2.5.4",
+    "tslint": "3.15.1",
+    "jspm": "0.17.0-beta.41",
     "typescript": "2.3.4"
   },
   "jspm": {

--
Gitblit v1.3.2