diff --git a/package-lock.json b/package-lock.json index 26ba300..8a0dc98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0", @@ -617,9 +617,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.3.tgz", - "integrity": "sha512-s9IN4Won1lTmO2vUIIMc4zZHQ2A68pYr/BiieM6frYBhRAwtdyqZW0C5TTeRlFhHe+jMlOdbaJwF8OJrFT7drQ==", + "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 2101f10..fae781e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "@angular/animations": "^21.0.0", "@angular/common": "^21.0.0", - "@angular/compiler": "^21.0.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.0.0", "@angular/forms": "^21.0.0", "@angular/platform-browser": "^21.0.0",