diff --git a/package-lock.json b/package-lock.json index 1da58e4..f4e7cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.2.8", "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", - "@angular/compiler": "^21.2.8", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.8", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6", @@ -669,9 +669,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.8.tgz", - "integrity": "sha512-Il9KlT6qX8rWmun5jY6wMLx56bCQZpOVIFEyHM4ai2wmxvbqyxgRFKDs4iMRNn1h04Tgupl6cKSqP9lecIvH6w==", + "version": "21.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.17.tgz", + "integrity": "sha512-p+NdjYiwAz9Zmu2yul0LlMXaFjMISVVa24+/MVMoKFeQeI82QE8jDywPlnOSHQHvdCcQVpS7saeEriZzX3JuBQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 9bb2cae..7773b85 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^21.2.8", "@angular/cdk": "^21.2.6", "@angular/common": "^21.2.8", - "@angular/compiler": "^21.2.8", + "@angular/compiler": "^21.2.17", "@angular/core": "^21.2.8", "@angular/forms": "^21.2.8", "@angular/material": "^21.2.6",