diff --git a/web/package-lock.json b/web/package-lock.json index 150435d7..186e2bb9 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^15.2.9", "@angular/cdk": "~15.2.9", "@angular/common": "^15.2.9", - "@angular/compiler": "^15.2.9", + "@angular/compiler": "^17.0.0", "@angular/core": "^15.2.9", "@angular/forms": "^15.2.9", "@angular/material": "~15.2.9", @@ -522,17 +522,17 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.9", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.9.tgz", - "integrity": "sha512-MoKugbjk+E0wRBj12uvIyDLELlVLonnqjA2+XiF+7FxALIeyds3/qQeEoMmYIqAbN3NnTT5pV92RxWwG4tHFwA==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.0.tgz", + "integrity": "sha512-TLECbTkRQJvAzyBhp/WKjKrPEp3YtN50bZ2qdkuWZii3nj5hqk5gGIT3T8mAIDHEX91EIN/JsvlUhFjSeb5bKw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + "node": "^18.13.0 || >=20.9.0" }, "peerDependencies": { - "@angular/core": "15.2.9" + "@angular/core": "17.0.0" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/web/package.json b/web/package.json index 34290e1b..56ba9e63 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "@angular/animations": "^15.2.9", "@angular/cdk": "~15.2.9", "@angular/common": "^15.2.9", - "@angular/compiler": "^15.2.9", + "@angular/compiler": "^17.0.0", "@angular/core": "^15.2.9", "@angular/forms": "^15.2.9", "@angular/material": "~15.2.9",