From cc6b63b2a2e90183908b4fc4ec90a5b3029b502f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:42:31 +0000 Subject: [PATCH] Bump @angular/compiler from 20.0.7 to 20.3.15 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.0.7 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:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c02818a..af89446 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "20.0.7", "@angular/common": "20.0.7", - "@angular/compiler": "20.0.7", + "@angular/compiler": "20.3.15", "@angular/core": "20.0.7", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7", @@ -439,9 +439,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.7", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.7.tgz", - "integrity": "sha512-dy3QWLIgx4I9Ds1AHp/xuPlJK4ZAoctRw96r7KS6KPsnfJBVqrCMLk+n7ObgeAYUIRSCmpO4E4+Y5N+ugwy9iQ==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" diff --git a/package.json b/package.json index ce4a1f7..3520b62 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "immer": "^11.1.3", "@angular/animations": "20.0.7", "@angular/common": "20.0.7", - "@angular/compiler": "20.0.7", + "@angular/compiler": "20.3.15", "@angular/core": "20.0.7", "@angular/forms": "20.0.7", "@angular/platform-browser": "20.0.7",