diff --git a/package-lock.json b/package-lock.json index d45f86f..1c8da6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0", @@ -1421,9 +1421,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.0.tgz", - "integrity": "sha512-0RPkma8UVNpse/VJcXT9w6SKzTMz4J/uMGj0l9enM1frg9xrx1fwi/lLmaVV9Nr9LfqPjQdxNFFlvaBB7g/2zg==", + "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 d3266bf..552a5ca 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "dependencies": { "@angular/animations": "^21.2.0", "@angular/common": "^21.2.0", - "@angular/compiler": "^21.2.0", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.0", "@angular/forms": "^21.2.0", "@angular/platform-browser": "^21.2.0",