diff --git a/package-lock.json b/package-lock.json index 1215b051..ac720e1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^18.2.5", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0", @@ -987,17 +987,17 @@ } }, "node_modules/@angular/compiler": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.0.tgz", - "integrity": "sha512-TLECbTkRQJvAzyBhp/WKjKrPEp3YtN50bZ2qdkuWZii3nj5hqk5gGIT3T8mAIDHEX91EIN/JsvlUhFjSeb5bKw==", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.5.tgz", + "integrity": "sha512-vcqe9x4dGGAnMfPhEpcZyiSVgAiqJeK80LqP1vWoAmBR+HeOqAilSv6SflcLAtuTzwgzMMAvD2T+SMCgUvaqww==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.0.0" + "@angular/core": "18.2.5" }, "peerDependenciesMeta": { "@angular/core": { @@ -18676,9 +18676,9 @@ } }, "@angular/compiler": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.0.0.tgz", - "integrity": "sha512-TLECbTkRQJvAzyBhp/WKjKrPEp3YtN50bZ2qdkuWZii3nj5hqk5gGIT3T8mAIDHEX91EIN/JsvlUhFjSeb5bKw==", + "version": "18.2.5", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.5.tgz", + "integrity": "sha512-vcqe9x4dGGAnMfPhEpcZyiSVgAiqJeK80LqP1vWoAmBR+HeOqAilSv6SflcLAtuTzwgzMMAvD2T+SMCgUvaqww==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index b562db9c..1a6bb6cc 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@angular/animations": "^17.0.0", "@angular/common": "^17.0.0", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^18.2.5", "@angular/core": "^17.0.0", "@angular/forms": "^17.0.0", "@angular/platform-browser": "^17.0.0",