diff --git a/package-lock.json b/package-lock.json index 3d64c2d4..15d7775a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "21.2.6", "@angular/cdk": "^21.2.4", "@angular/common": "21.2.6", - "@angular/compiler": "21.2.6", + "@angular/compiler": "21.2.17", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/material": "^21.2.4", @@ -1482,9 +1482,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.6.tgz", - "integrity": "sha512-shGkb/aAIPbG8oSYkVJ0msGlRdDVcJBVaUVx2KenMltifQjfLn5N8DFMAzOR6haaA3XeugFExxKqmvySjrVq+A==", + "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 9a98880e..329604ed 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@angular/animations": "21.2.6", "@angular/cdk": "^21.2.4", "@angular/common": "21.2.6", - "@angular/compiler": "21.2.6", + "@angular/compiler": "21.2.17", "@angular/core": "21.2.6", "@angular/forms": "21.2.6", "@angular/material": "^21.2.4",