diff --git a/package-lock.json b/package-lock.json index 7d5ba9b..e9a18f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^21.1.5", - "@angular/compiler": "^21.1.5", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.5", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5", @@ -477,9 +477,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.5.tgz", - "integrity": "sha512-yRUdWlL+AWcTL4d7zD0jkNqsjvxXpWEihvOfD2gc65DO0+E80DsWIpHq9A8yWeLukbfLcmBGI2QbfW9+SXAlvg==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index a0a9be3..a1d3dbc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "packageManager": "npm@11.10.1", "dependencies": { "@angular/common": "^21.1.5", - "@angular/compiler": "^21.1.5", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.5", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5",