From 17d1d016ee738a10f619ac7c9d34fe165e10de96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:35:09 +0000 Subject: [PATCH] Bump @angular/compiler from 21.1.5 to 21.2.4 in /AngularCliCodeFlowPkce 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] --- AngularCliCodeFlowPkce/package-lock.json | 14 +++++++------- AngularCliCodeFlowPkce/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/AngularCliCodeFlowPkce/package-lock.json b/AngularCliCodeFlowPkce/package-lock.json index 58bd4e0..4572396 100644 --- a/AngularCliCodeFlowPkce/package-lock.json +++ b/AngularCliCodeFlowPkce/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.1.5", "@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", @@ -1265,9 +1265,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==", "dependencies": { "tslib": "^2.3.0" }, @@ -10414,9 +10414,9 @@ } }, "@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==", "requires": { "tslib": "^2.3.0" } diff --git a/AngularCliCodeFlowPkce/package.json b/AngularCliCodeFlowPkce/package.json index f5a4d1a..201535d 100644 --- a/AngularCliCodeFlowPkce/package.json +++ b/AngularCliCodeFlowPkce/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^21.1.5", "@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",