From 8edb19bdb628af3150244d82f995adae53278cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 07:57:29 +0000 Subject: [PATCH] Chore(deps): Bump @angular/compiler from 21.0.0 to 21.0.2 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 21.0.0 to 21.0.2. - [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/21.0.2/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 21.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6eb3765d..f60184b3 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@angular/animations": "21.0.3", "@angular/cdk": "21.0.2", "@angular/common": "21.0.3", - "@angular/compiler": "21.0.3", + "@angular/compiler": "21.0.4", "@angular/core": "21.0.3", "@angular/forms": "21.0.3", "@angular/localize": "21.0.3", diff --git a/yarn.lock b/yarn.lock index 7757b4e4..ca67d316 100644 --- a/yarn.lock +++ b/yarn.lock @@ -393,10 +393,10 @@ tslib "^2.3.0" yargs "^18.0.0" -"@angular/compiler@21.0.3", "@angular/compiler@>= 20.0.0 < 22.0.0": - version "21.0.3" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.0.3.tgz#f8782b37488213a0aff085dcfc65ab190850cf7d" - integrity sha512-s9IN4Won1lTmO2vUIIMc4zZHQ2A68pYr/BiieM6frYBhRAwtdyqZW0C5TTeRlFhHe+jMlOdbaJwF8OJrFT7drQ== +"@angular/compiler@21.0.4", "@angular/compiler@>= 20.0.0 < 22.0.0": + version "21.0.4" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.0.4.tgz#1b3c1450c10b5df498a59659d5bce23a3ac8b677" + integrity sha512-I5Y1BjizOv5gTiix3+iRycjQtXgUECJTgacTZw8wZmu2T1Qv0BMRqTeXZ87iaD6EUNxFLwneJq3AOrZe3imtKw== dependencies: tslib "^2.3.0"