diff --git a/src/WebClient/AngularWebClient/package-lock.json b/src/WebClient/AngularWebClient/package-lock.json index 6686818..2fddab6 100644 --- a/src/WebClient/AngularWebClient/package-lock.json +++ b/src/WebClient/AngularWebClient/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.20", "@angular/core": "^17.0.0", "@angular/forms": "^21.1.4", "@angular/material": "^21.1.4", @@ -1127,23 +1127,15 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", - "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", + "version": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", + "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.3.12" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/src/WebClient/AngularWebClient/package.json b/src/WebClient/AngularWebClient/package.json index 271fe5c..864a5c0 100644 --- a/src/WebClient/AngularWebClient/package.json +++ b/src/WebClient/AngularWebClient/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.20", "@angular/core": "^17.0.0", "@angular/forms": "^21.1.4", "@angular/material": "^21.1.4",