From 5072aa1440f0653589f303af7f7f97c8057e26af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:21:25 +0000 Subject: [PATCH] Bump @angular/compiler from 21.0.1 to 21.0.2 in /src/AngularCliClient Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.1 to 21.0.2. - [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/21.0.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/AngularCliClient/package-lock.json | 14 +++++++------- src/AngularCliClient/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/AngularCliClient/package-lock.json b/src/AngularCliClient/package-lock.json index 3edeb29..9ae21d7 100644 --- a/src/AngularCliClient/package-lock.json +++ b/src/AngularCliClient/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^21.0.1", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.0.1", + "@angular/compiler": "^21.0.2", "@angular/core": "^21.0.1", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1", @@ -2148,9 +2148,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.2.tgz", + "integrity": "sha512-Rs69yqT1M+l0DqAAZcGDt2TntKAPyldEViq3GQHbkM1W4f/hoRgBRsE6StxvP6wszW6VVHH3uQQdyeZV8Z4rpw==", "dependencies": { "tslib": "^2.3.0" }, @@ -18102,9 +18102,9 @@ } }, "@angular/compiler": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.1.tgz", - "integrity": "sha512-YRzHpThgCaC9b3xzK1Wx859ePeHEPR7ewQklUB5TYbpzVacvnJo38PcSAx/nzOmgX9y4mgyros6LzECmBb8d8w==", + "version": "21.0.2", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.0.2.tgz", + "integrity": "sha512-Rs69yqT1M+l0DqAAZcGDt2TntKAPyldEViq3GQHbkM1W4f/hoRgBRsE6StxvP6wszW6VVHH3uQQdyeZV8Z4rpw==", "requires": { "tslib": "^2.3.0" } diff --git a/src/AngularCliClient/package.json b/src/AngularCliClient/package.json index 02f2f26..5c769e7 100644 --- a/src/AngularCliClient/package.json +++ b/src/AngularCliClient/package.json @@ -13,7 +13,7 @@ "dependencies": { "@angular/animations": "^21.0.1", "@angular/common": "^21.0.1", - "@angular/compiler": "^21.0.1", + "@angular/compiler": "^21.0.2", "@angular/core": "^21.0.1", "@angular/forms": "^21.0.1", "@angular/platform-browser": "^21.0.1",