From fc8bd713c0dc203f0f71075dbc9db68fd974c30d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:19:33 +0000 Subject: [PATCH] Bump @angular/compiler in /CloudPatterns/ClientApp Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.20 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] --- CloudPatterns/ClientApp/package-lock.json | 24 +++++------------------ CloudPatterns/ClientApp/package.json | 2 +- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/CloudPatterns/ClientApp/package-lock.json b/CloudPatterns/ClientApp/package-lock.json index 0d595ab..bdb79ca 100644 --- a/CloudPatterns/ClientApp/package-lock.json +++ b/CloudPatterns/ClientApp/package-lock.json @@ -10,7 +10,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "19.2.16", - "@angular/compiler": "19.2.20", + "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3", @@ -769,20 +769,6 @@ "url": "https://github.com/sponsors/SuperchupuDev" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@angular/compiler": { - "version": "20.3.17", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.17.tgz", - "integrity": "sha512-cj3x6aFk9xOOxX+qEdeN8T5YbnBNWJ4UMHB/LQoDr7/xCJJGa40IhcOAuJeuF2kGqTwx6MCXnvjO8XOQfHhe9g==", - "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/@inquirer/confirm": { "version": "5.1.14", "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.14.tgz", @@ -2399,15 +2385,15 @@ "license": "0BSD" }, "node_modules/@angular/compiler": { - "version": "19.2.20", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", - "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", + "version": "20.3.25", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.25.tgz", + "integrity": "sha512-TSh6gVoQqlLPqWwsYMK0lfVEQYENQO+USzS+BHFXEHFfgBRap6qDpIUGnRdj0Y2PlaVJUVFbeq1855EZUPUEoA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + "node": "^20.19.0 || ^22.12.0 || >=24.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/CloudPatterns/ClientApp/package.json b/CloudPatterns/ClientApp/package.json index 27c6f43..36b8010 100644 --- a/CloudPatterns/ClientApp/package.json +++ b/CloudPatterns/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "^8.2.14", "@angular/cdk": "^8.2.3", "@angular/common": "19.2.16", - "@angular/compiler": "19.2.20", + "@angular/compiler": "20.3.25", "@angular/core": "11.0.5", "@angular/forms": "8.0.0", "@angular/material": "^8.2.3",