diff --git a/package-lock.json b/package-lock.json index 1d2077c..9646fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@angular/common": "21.1.0", - "@angular/compiler": "21.1.0", + "@angular/compiler": "21.2.4", "@angular/compiler-cli": "21.1.0", "@angular/core": "21.1.0", "@angular/platform-browser": "21.1.0", @@ -76,9 +76,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.0.tgz", - "integrity": "sha512-UprCiJwEU1Ilw1dVk+yLgNiHlbH81obAuh92lRKozUQRgtSCpOfCQUM79q5r+VdmCPxDshr79U2Ke0fRaiJfAQ==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d86955e..6bdac15 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "devDependencies": { "@angular/common": "21.1.0", - "@angular/compiler": "21.1.0", + "@angular/compiler": "21.2.4", "@angular/compiler-cli": "21.1.0", "@angular/core": "21.1.0", "@angular/platform-browser": "21.1.0",