From f4061c053ddcba1ec0c42c3a5faae6839f16816a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:55:06 +0000 Subject: [PATCH] Bump @angular/compiler from 21.1.0 to 21.2.4 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.1.0 to 21.2.4. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v21.2.4/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.2.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",