diff --git a/package-lock.json b/package-lock.json index 57768794..1da46adf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.1.7", "@angular/cdk": "^20.1.6", "@angular/common": "^20.1.7", - "@angular/compiler": "^20.1.7", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.1.7", "@angular/forms": "^20.1.7", "@angular/material": "^20.1.6", @@ -806,9 +806,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.1.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.1.7.tgz", - "integrity": "sha512-IZPkFxXoJZy7aVBgcsYLKyfr1CreCqpqhlbiSVXgtleyTcReaMoQBHeEqyFxD7PeB4Lfmf1N6ncHCILg+wxTfw==", + "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 05c62f90..eba89d22 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/animations": "^20.1.7", "@angular/cdk": "^20.1.6", "@angular/common": "^20.1.7", - "@angular/compiler": "^20.1.7", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.1.7", "@angular/forms": "^20.1.7", "@angular/material": "^20.1.6",