diff --git a/package-lock.json b/package-lock.json index f258e09b55a..781de33d3a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@angular/animations": "^20.3.14", "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.14", - "@angular/compiler": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.14", "@angular/forms": "^20.3.14", "@angular/localize": "^20.3.14", @@ -2691,9 +2691,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.14", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.14.tgz", - "integrity": "sha512-KFbfPPAbclzGDujCVruflCD9j4Zwwxvrg7Y4C9GJYs3LZ85t+BfIMDDnvpBUM07ZLnfY4TO4gQdHmJAcaGGXDQ==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index a6817e0b9a7..de8ee852822 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "@angular/animations": "^20.3.14", "@angular/cdk": "^20.2.14", "@angular/common": "^20.3.14", - "@angular/compiler": "^20.3.14", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.14", "@angular/forms": "^20.3.14", "@angular/localize": "^20.3.14",