diff --git a/package-lock.json b/package-lock.json index a765ad57c..21e735b6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", - "@angular/compiler": "^18.0.0", + "@angular/compiler": "^18.2.8", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0", @@ -694,17 +694,17 @@ } }, "node_modules/@angular/compiler": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.0.0.tgz", - "integrity": "sha512-KbyjUfpdVE8+6fiHqo4PgVrGppYUhlU1JVAj6dqeUug9lQ5HBcANfiZ7p8CA2lU3gvIZ1cj+ZDKA1NEB1wvvtQ==", + "version": "18.2.8", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.8.tgz", + "integrity": "sha512-JRedHNfK1CCPVyeGQB5w3WBYqMA6X8Q240CkvjlGfn0pVXihf9DWk3nkSQJVgYxpvpHfxdgjaYZ5IpMzlkmkhw==", "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": "18.0.0" + "@angular/core": "18.2.8" }, "peerDependenciesMeta": { "@angular/core": { diff --git a/package.json b/package.json index c34478d60..90dabf2f7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "@angular/animations": "^18.0.0", "@angular/common": "^18.0.0", - "@angular/compiler": "^18.0.0", + "@angular/compiler": "^18.2.8", "@angular/core": "^18.0.0", "@angular/platform-browser": "^18.0.0", "@angular/platform-browser-dynamic": "^18.0.0",