From 18150ddba34f2c6ac73fc9ac106f6a9477b972a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 02:47:24 +0000 Subject: [PATCH] Bump @angular/compiler from 19.2.17 to 19.2.18 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 19.2.17 to 19.2.18. - [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.18/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 19.2.18 dependency-type: direct:development ... 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 230ae438..22fa90aa 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/cdk": "^21.0.6", "@angular/cli": "^21.0.5", "@angular/common": "^21.0.8", - "@angular/compiler": "^21.0.8", + "@angular/compiler": "^21.0.9", "@angular/compiler-cli": "^21.0.8", "@angular/core": "^21.0.8", "@angular/forms": "^21.0.8", diff --git a/yarn.lock b/yarn.lock index f2a4697d..50defa6e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -343,10 +343,10 @@ resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5" integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ== -"@angular/compiler@^21.0.8": - version "21.0.8" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.0.8.tgz#be391e920dd592e4a6c8365178e99d43816b367e" - integrity sha512-k/EPMuNvfn0eebEMmVcwhMlCWqzER/BEHVqTQCKsAAt7AuYZuluz7oR8Ypw96v3jbY+ZaH1ZvAzrK6URzryhOg== +"@angular/compiler@^21.0.9": + version "21.0.9" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-21.0.9.tgz#c59ce131e26181c54f5b6e14cf11f1efa89bd9e9" + integrity sha512-wQVaNWZM/iyIggJ6lExxnJG8ProqNp4fDNCinejnJbjiQVH7oLU57uAD153nqe6lHhz9oHVMtHx4qpPh1h/ptQ== dependencies: tslib "^2.3.0"