From 390f43284a74b30403887e8c1bf0a897bab20b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:54:16 +0000 Subject: [PATCH] Bump @angular/compiler from 20.3.12 to 20.3.15 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.12 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 73101ce..500e397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.3.12", "@angular/cdk": "^20.2.13", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/material": "^20.2.13", @@ -679,9 +679,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.12.tgz", - "integrity": "sha512-bGESKz97nWiEQ/sydTq/Lzv3zlLvDb8t0msLG5Xti7Ch1EdLddXS8d2D/zFsjiGbAUKVsT6RgPCLHYoi4ocbhA==", + "version": "20.3.15", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.15.tgz", + "integrity": "sha512-lMicIAFAKZXa+BCZWs3soTjNQPZZXrF/WMVDinm8dQcggNarnDj4UmXgKSyXkkyqK5SLfnLsXVzrX6ndVT6z7A==", "license": "MIT", "peer": true, "dependencies": { diff --git a/package.json b/package.json index 7dc0eed..734506b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@angular/animations": "^20.3.12", "@angular/cdk": "^20.2.13", "@angular/common": "^20.3.12", - "@angular/compiler": "^20.3.12", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.12", "@angular/forms": "^20.3.12", "@angular/material": "^20.2.13",