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

---
 securis/src/main/webapp/package.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/securis/src/main/webapp/package.json b/securis/src/main/webapp/package.json
index 33a55d0..5a7d130 100644
--- a/securis/src/main/webapp/package.json
+++ b/securis/src/main/webapp/package.json
@@ -3,6 +3,7 @@
   "version": "2.0.0",
   "description": "SeCuris front-end application based on Angular4 and Materail design",
   "scripts": {
+    "jspm-install": "jspm install",
     "build": "tsc -p src/",
     "build:watch": "tsc -p src/ -w",
     "build:e2e": "tsc -p e2e/",
@@ -26,11 +27,11 @@
   "dependencies": {
     "@angular/core": "~4.2.0",
     "@angular/animations": "~4.2.0",
-    "@angular/common": "^4.2.0",
+    "@angular/common": "~4.2.0",
     "@angular/compiler": "~4.2.0",
     "@angular/forms": "~4.2.0",
     "@angular/http": "~4.2.0",
-    "@angular/router": "^4.2.0",
+    "@angular/router": "~4.2.0",
     "@angular/platform-browser": "~4.2.0",
     "@angular/platform-browser-dynamic": "~4.2.0",
     "@angular/material": "2.0.0-beta.6",
@@ -51,7 +52,7 @@
   "devDependencies": {
     "@types/file-saver": "0.0.0",
     "@types/jasmine": "2.5.36",
-    "@types/node": "^6.0.46",
+    "@types/node": "6.0.46",
     "canonical-path": "0.0.2",
     "concurrently": "^3.2.0",
     "jasmine-core": "~2.4.1",

--
Gitblit v1.3.2