From 7bae5b8db6b612cf9fd3f6eb159e65baa837b109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:09:56 +0000 Subject: [PATCH] Bump @angular/compiler from 21.2.2 to 21.2.4 in /src/WarehouseEngine.UI Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.2.2 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] --- src/WarehouseEngine.UI/package-lock.json | 8 ++++---- src/WarehouseEngine.UI/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/WarehouseEngine.UI/package-lock.json b/src/WarehouseEngine.UI/package-lock.json index d07411e..3c538e7 100644 --- a/src/WarehouseEngine.UI/package-lock.json +++ b/src/WarehouseEngine.UI/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^21.1.2", "@angular/cdk": "^21.1.2", "@angular/common": "^21.1.2", - "@angular/compiler": "^21.1.2", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.2.2", "@angular/material": "^21.2.1", @@ -815,9 +815,9 @@ } }, "node_modules/@angular/compiler": { - "version": "21.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.2.tgz", - "integrity": "sha512-k7P0EH8I/Iwf2uRalSqhfokFbItTwdH7CmBJ7RKTRIH4FcrQcnqHetNKUMCOYXZtnlHIAnTpG+C+T4+6GTpYFg==", + "version": "21.2.4", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz", + "integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/src/WarehouseEngine.UI/package.json b/src/WarehouseEngine.UI/package.json index 915f56c..2870b07 100644 --- a/src/WarehouseEngine.UI/package.json +++ b/src/WarehouseEngine.UI/package.json @@ -20,7 +20,7 @@ "@angular/animations": "^21.1.2", "@angular/cdk": "^21.1.2", "@angular/common": "^21.1.2", - "@angular/compiler": "^21.1.2", + "@angular/compiler": "^21.2.4", "@angular/core": "^21.2.4", "@angular/forms": "^21.2.2", "@angular/material": "^21.2.1",