diff --git a/package-lock.json b/package-lock.json index 789afb800..15529165a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@angular/cli": "21.1.3", "@angular/common": "21.1.3", "@angular/compiler": "21.1.4", - "@angular/compiler-cli": "21.1.3", + "@angular/compiler-cli": "21.1.4", "@angular/core": "21.1.3", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3", @@ -1016,9 +1016,9 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "21.1.3", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.1.3.tgz", - "integrity": "sha512-nKxoQ89W2B1WdonNQ9kgRnvLNS6DAxDrRHBslsKTlV+kbdv7h59M9PjT4ZZ2sp1M/M8LiofnUfa/s2jd/xYj5w==", + "version": "21.1.4", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.1.4.tgz", + "integrity": "sha512-Uw8KmpVCo58/f5wf6pY8ZS5fodv65hn5jxms8Nv/K7/LVe3i1nNFrHyneBx5+a7qkz93nSV4rdwBVnMvjIyr+g==", "dev": true, "license": "MIT", "dependencies": { @@ -1039,7 +1039,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "21.1.3", + "@angular/compiler": "21.1.4", "typescript": ">=5.9 <6.0" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index e157d2c81..9da2aca32 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@angular/cli": "21.1.3", "@angular/common": "21.1.3", "@angular/compiler": "21.1.4", - "@angular/compiler-cli": "21.1.3", + "@angular/compiler-cli": "21.1.4", "@angular/core": "21.1.3", "@angular/forms": "21.1.3", "@angular/platform-browser": "21.1.3",