diff --git a/package-lock.json b/package-lock.json index 056196a..5a7ee4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "21.0.1", "@angular/common": "21.0.1", - "@angular/compiler": "21.0.1", + "@angular/compiler": "21.2.4", "@angular/core": "21.0.1", "@angular/forms": "21.0.1", "@angular/platform-browser": "21.0.1", @@ -1705,10 +1705,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", - "license": "MIT", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "dependencies": { "tslib": "^2.3.0" }, @@ -11512,9 +11511,9 @@ } }, "@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 8695505..fc13211 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "21.0.1", "@angular/common": "21.0.1", - "@angular/compiler": "21.0.1", + "@angular/compiler": "21.2.4", "@angular/core": "21.0.1", "@angular/forms": "21.0.1", "@angular/platform-browser": "21.0.1",