diff --git a/nas-front-end/package-lock.json b/nas-front-end/package-lock.json index d44db0b1..b28396f6 100644 --- a/nas-front-end/package-lock.json +++ b/nas-front-end/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.2.8", "@angular/common": "^16.2.8", - "@angular/compiler": "^16.2.8", + "@angular/compiler": "^17.0.6", "@angular/core": "^16.2.8", "@angular/forms": "^16.2.8", "@angular/platform-browser": "^16.2.8", @@ -812,17 +812,17 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.8.tgz", - "integrity": "sha512-xWdMAeBkYh8ESk9iBSYnp2qfbGPNReggtNJuUL9I7AFGkzkvEWndyQ+oTXzCM5gjj4nWB5A/AAYYDU54sDac2Q==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.6.tgz", + "integrity": "sha512-PaCNnlPcL0rvByKCBUUyLWkKJYXOrcfKlYYvcacjOzEUgZeEpekG81hMRb9u/Pz+A+M4HJSTmdgzwGP35zo8qw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "16.2.8" + "@angular/core": "17.0.6" }, "peerDependenciesMeta": { "@angular/core": { @@ -12983,9 +12983,9 @@ } }, "@angular/compiler": { - "version": "16.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.8.tgz", - "integrity": "sha512-xWdMAeBkYh8ESk9iBSYnp2qfbGPNReggtNJuUL9I7AFGkzkvEWndyQ+oTXzCM5gjj4nWB5A/AAYYDU54sDac2Q==", + "version": "17.0.6", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.6.tgz", + "integrity": "sha512-PaCNnlPcL0rvByKCBUUyLWkKJYXOrcfKlYYvcacjOzEUgZeEpekG81hMRb9u/Pz+A+M4HJSTmdgzwGP35zo8qw==", "requires": { "tslib": "^2.3.0" } diff --git a/nas-front-end/package.json b/nas-front-end/package.json index eb3f9d75..3a820785 100644 --- a/nas-front-end/package.json +++ b/nas-front-end/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^16.2.8", "@angular/common": "^16.2.8", - "@angular/compiler": "^16.2.8", + "@angular/compiler": "^17.0.6", "@angular/core": "^16.2.8", "@angular/forms": "^16.2.8", "@angular/platform-browser": "^16.2.8",