From 0592fc49b024973816e7b94d621533b4b43d1d6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:17:57 +0000 Subject: [PATCH] Bump @angular/compiler in /3_Web/ASPNETCore/AngularSample/ClientApp Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 15.2.8 to 20.3.25. - [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/v20.3.25/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.25 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../AngularSample/ClientApp/package-lock.json | 48 ++++--------------- .../AngularSample/ClientApp/package.json | 2 +- 2 files changed, 9 insertions(+), 41 deletions(-) diff --git a/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json b/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json index 6f3b1a38..5f3c9255 100644 --- a/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json +++ b/3_Web/ASPNETCore/AngularSample/ClientApp/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", - "@angular/compiler": "^15.2.8", + "@angular/compiler": "^20.3.25", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", "@angular/platform-browser": "^15.2.8", @@ -621,20 +621,6 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular/compiler": { - "version": "20.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.1.tgz", - "integrity": "sha512-JIpbJeapf9NzAGX9NbZg6dMAN3yqShT105vSpmEqGWe5Hi7r7cU1+89KbTt2fb0PlQWxVSZK7dglNahJj0IKXA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^20.19.0 || ^22.12.0 || >=24.0.0" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@ngtools/webpack": { "version": "20.0.1", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.0.1.tgz", @@ -1903,22 +1889,14 @@ } }, "node_modules/@angular/compiler": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.8.tgz", - "integrity": "sha512-+dvspIDvuGoYqdL7r/3o9ojkR3fH1zevgC0ISJivcIrMi+WcJ0FV2JmJdnm8V52oNsHy+sMF9eEZGEbCbACE/A==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.20.0 || ^16.13.0 || >=18.10.0" - }, - "peerDependencies": { - "@angular/core": "15.2.8" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -15703,16 +15681,6 @@ "watchpack": "2.4.2" } }, - "@angular/compiler": { - "version": "20.0.1", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.1.tgz", - "integrity": "sha512-JIpbJeapf9NzAGX9NbZg6dMAN3yqShT105vSpmEqGWe5Hi7r7cU1+89KbTt2fb0PlQWxVSZK7dglNahJj0IKXA==", - "dev": true, - "peer": true, - "requires": { - "tslib": "^2.3.0" - } - }, "@ngtools/webpack": { "version": "20.0.1", "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.0.1.tgz", @@ -16482,9 +16450,9 @@ } }, "@angular/compiler": { - "version": "15.2.8", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.8.tgz", - "integrity": "sha512-+dvspIDvuGoYqdL7r/3o9ojkR3fH1zevgC0ISJivcIrMi+WcJ0FV2JmJdnm8V52oNsHy+sMF9eEZGEbCbACE/A==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "requires": { "tslib": "^2.3.0" } diff --git a/3_Web/ASPNETCore/AngularSample/ClientApp/package.json b/3_Web/ASPNETCore/AngularSample/ClientApp/package.json index c4515428..2d3a6df0 100644 --- a/3_Web/ASPNETCore/AngularSample/ClientApp/package.json +++ b/3_Web/ASPNETCore/AngularSample/ClientApp/package.json @@ -16,7 +16,7 @@ "dependencies": { "@angular/animations": "^15.2.8", "@angular/common": "^15.2.8", - "@angular/compiler": "^15.2.8", + "@angular/compiler": "^20.3.25", "@angular/core": "^15.2.8", "@angular/forms": "^15.2.8", "@angular/platform-browser": "^15.2.8",