From b22fecb1348a028852379b21341087d6e47e53c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:25:28 +0000 Subject: [PATCH] Bump @angular/compiler from 20.0.3 to 20.3.15 in /client Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.0.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:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ac69675..aa7ab8f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^20.0.3", "@angular/cdk": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/material": "^20.0.3", @@ -317,9 +317,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.0.3", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.0.3.tgz", - "integrity": "sha512-CShPNvqqV5Cleyho8CKtcFlt7l2thHPUdXZPtKHH3Zf43KojvJbJksZLBz6ZbyoQdgxNMYSfbh4h0UbSGtPOzQ==", + "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/client/package.json b/client/package.json index 8e65d09..923a597 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^20.0.3", "@angular/cdk": "^20.0.3", "@angular/common": "^20.0.3", - "@angular/compiler": "^20.0.3", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.0.3", "@angular/forms": "^20.0.3", "@angular/material": "^20.0.3",