From 191aa1554b7940653d708a53ce0fd4b1c3276500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:03:40 +0000 Subject: [PATCH] Bump @angular/compiler from 21.1.5 to 21.2.4 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.1.5 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:production ... 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 7d5ba9b..e9a18f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^21.1.5", - "@angular/compiler": "^21.1.5", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.5", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5", @@ -477,9 +477,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.1.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.5.tgz", - "integrity": "sha512-yRUdWlL+AWcTL4d7zD0jkNqsjvxXpWEihvOfD2gc65DO0+E80DsWIpHq9A8yWeLukbfLcmBGI2QbfW9+SXAlvg==", + "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 a0a9be3..a1d3dbc 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "packageManager": "npm@11.10.1", "dependencies": { "@angular/common": "^21.1.5", - "@angular/compiler": "^21.1.5", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.1.5", "@angular/forms": "^21.1.5", "@angular/platform-browser": "^21.1.5",