From 9f9ff30a8971f2c0f4f6a833a6639c9eb45d0e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:12:17 +0000 Subject: [PATCH] build(deps-dev): bump @angular/compiler from 20.2.3 to 20.3.15 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.2.3 to 20.3.15. - [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/20.3.15/packages/compiler) --- updated-dependencies: - dependency-name: "@angular/compiler" dependency-version: 20.3.15 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 f7e07c8..f9c9fa0 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@angular/animations": "^20.1.4", "@angular/common": "^20.1.4", - "@angular/compiler": "^20.1.4", + "@angular/compiler": "^20.3.15", "@angular/compiler-cli": "^20.1.4", "@angular/core": "^20.1.4", "@angular/platform-browser": "^20.1.4", diff --git a/yarn.lock b/yarn.lock index 67ca493..edd00ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -38,10 +38,10 @@ tslib "^2.3.0" yargs "^18.0.0" -"@angular/compiler@^20.1.4": - version "20.2.3" - resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.2.3.tgz#0d6c6d689503d993789cedee86fd51ca3bb82246" - integrity sha512-vYGDluko8zAIWhQmKijhcGO0tzanwGONDRgbJ01mCqUsQV+XwmDgUUDZKrUY9uve0wxxM3Xvo4/BjEpGpeG75w== +"@angular/compiler@^20.3.15": + version "20.3.15" + resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-20.3.15.tgz#4220734ef6a59b28a23bb5dde376d5f341dfc227" + integrity sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A== dependencies: tslib "^2.3.0"