From 85679f0b2669be46ff81a1e1cd681965f04a23a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:41:14 +0000 Subject: [PATCH] Bump @angular/compiler in /src/WebClient/AngularWebClient Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 17.3.12 to 19.2.20. - [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/v19.2.20/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.20 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../AngularWebClient/package-lock.json | 18 +++++------------- src/WebClient/AngularWebClient/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/src/WebClient/AngularWebClient/package-lock.json b/src/WebClient/AngularWebClient/package-lock.json index 6686818..2fddab6 100644 --- a/src/WebClient/AngularWebClient/package-lock.json +++ b/src/WebClient/AngularWebClient/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.20", "@angular/core": "^17.0.0", "@angular/forms": "^21.1.4", "@angular/material": "^21.1.4", @@ -1127,23 +1127,15 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.12.tgz", - "integrity": "sha512-vwI8oOL/gM+wPnptOVeBbMfZYwzRxQsovojZf+Zol9szl0k3SZ3FycWlxxXZGFu3VIEfrP6pXplTmyODS/Lt1w==", + "version": "19.2.20", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.20.tgz", + "integrity": "sha512-LvjE8W58EACgTFaAoqmNe7FRsbvoQ0GvCB/rmm6AEMWx/0W/JBvWkQTrOQlwpoeYOHcMZRGdmPcZoUDwU3JySQ==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.3.12" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { diff --git a/src/WebClient/AngularWebClient/package.json b/src/WebClient/AngularWebClient/package.json index 271fe5c..864a5c0 100644 --- a/src/WebClient/AngularWebClient/package.json +++ b/src/WebClient/AngularWebClient/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^17.0.0", "@angular/cdk": "^21.1.4", "@angular/common": "^21.1.4", - "@angular/compiler": "^17.0.0", + "@angular/compiler": "^19.2.20", "@angular/core": "^17.0.0", "@angular/forms": "^21.1.4", "@angular/material": "^21.1.4",