diff --git a/package-lock.json b/package-lock.json index 73edc330..3b68d4eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.2.6", "@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/language-service": "^21.2.6", @@ -667,9 +667,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 0e18e053..3411b46a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "@angular/animations": "^21.2.6", "@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/language-service": "^21.2.6",