diff --git a/package-lock.json b/package-lock.json index 85757c351..94abb54eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "20.3.12", "@angular/cdk": "^20.2.13", "@angular/common": "20.3.12", - "@angular/compiler": "20.3.12", + "@angular/compiler": "20.3.15", "@angular/core": "20.3.12", "@angular/fire": "^20.0.1", "@angular/forms": "20.3.12", @@ -718,7 +718,6 @@ "integrity": "sha512-4cKBO9wR75r0BeIWWWId9XK9Lj6La5X846Zw9dFfzMRw38IlTk2iCcUt6hsyiDRcPidc55ZParFYDXi0nXOeLQ==", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.5.0", @@ -1986,9 +1985,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.12.tgz", - "integrity": "sha512-bGESKz97nWiEQ/sydTq/Lzv3zlLvDb8t0msLG5Xti7Ch1EdLddXS8d2D/zFsjiGbAUKVsT6RgPCLHYoi4ocbhA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 94864c2d1..019b6e369 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/animations": "20.3.12", "@angular/cdk": "^20.2.13", "@angular/common": "20.3.12", - "@angular/compiler": "20.3.12", + "@angular/compiler": "20.3.15", "@angular/core": "20.3.12", "@angular/fire": "^20.0.1", "@angular/forms": "20.3.12",