diff --git a/package-lock.json b/package-lock.json index 8be8096..5ecead9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "^21.1.0", "@angular/common": "^21.1.0", - "@angular/compiler": "^21.1.0", + "@angular/compiler": "^21.2.4", "@angular/compiler-cli": "^21.1.0", "@angular/core": "^16.1.1", "@angular/platform-browser": "^21.1.0", @@ -3596,9 +3596,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": { @@ -22372,9 +22372,9 @@ } }, "@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, "requires": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index 3ae9921..3362e7e 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular-eslint/template-parser": "16.0.3", "@angular/cli": "^21.1.0", "@angular/common": "^21.1.0", - "@angular/compiler": "^21.1.0", + "@angular/compiler": "^21.2.4", "@angular/compiler-cli": "^21.1.0", "@angular/core": "^16.1.1", "@angular/platform-browser": "^21.1.0",