From 35ab39910bef17fda7ed26abfc3aa1f3bb2f0abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:20:34 +0000 Subject: [PATCH] chore(deps): bump @angular/compiler in /src/adminWeb Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.9 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/adminWeb/package.json | 2 +- src/adminWeb/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/adminWeb/package.json b/src/adminWeb/package.json index f9960b4..44ea7de 100644 --- a/src/adminWeb/package.json +++ b/src/adminWeb/package.json @@ -24,7 +24,7 @@ "@angular/animations": "~21.0.0", "@angular/aria": "~21.1.0", "@angular/common": "~21.0.0", - "@angular/compiler": "~21.0.0", + "@angular/compiler": "~21.2.4", "@angular/core": "~21.0.0", "@angular/forms": "~21.0.0", "@angular/localize": "~21.0.0", diff --git a/src/adminWeb/yarn.lock b/src/adminWeb/yarn.lock index d6ef620..47625d2 100644 --- a/src/adminWeb/yarn.lock +++ b/src/adminWeb/yarn.lock @@ -505,10 +505,10 @@ tslib "^2.3.0" yargs "^18.0.0" -"@angular/compiler@~21.0.0": - version "21.0.9" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.0.9.tgz#c59ce131e26181c54f5b6e14cf11f1efa89bd9e9" - integrity sha512-wQVaNWZM/iyIggJ6lExxnJG8ProqNp4fDNCinejnJbjiQVH7oLU57uAD153nqe6lHhz9oHVMtHx4qpPh1h/ptQ== +"@angular/compiler@~21.2.4": + version "21.2.4" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.2.4.tgz#ddc3a317b7e1be36278ff82379da357bfc857c52" + integrity sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA== dependencies: tslib "^2.3.0"