From 3646ce63511aaa0b6cad75d8ac47a899ec61f1de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 10:14:55 +0000 Subject: [PATCH] Bump @angular/compiler in /samples/client/others/typescript-angular-v20 Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.6 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] --- .../others/typescript-angular-v20/package-lock.json | 8 ++++---- samples/client/others/typescript-angular-v20/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/client/others/typescript-angular-v20/package-lock.json b/samples/client/others/typescript-angular-v20/package-lock.json index 19d2427dea2e..f6d0a2334f61 100644 --- a/samples/client/others/typescript-angular-v20/package-lock.json +++ b/samples/client/others/typescript-angular-v20/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/common": "^20.3.0", - "@angular/compiler": "^20.3.0", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", @@ -469,9 +469,9 @@ } }, "node_modules/@angular/compiler": { - "version": "20.3.6", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.6.tgz", - "integrity": "sha512-OdjXBsAsnn7qiW6fSHClwn9XwjVxhtO9+RbDc6Mf+YPCnJq0s8T78H2fc8VdJFp/Rs+tMZcwwjd9VZPm8+2XWA==", + "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/samples/client/others/typescript-angular-v20/package.json b/samples/client/others/typescript-angular-v20/package.json index 47b3552fc6c9..ec4426e10609 100644 --- a/samples/client/others/typescript-angular-v20/package.json +++ b/samples/client/others/typescript-angular-v20/package.json @@ -24,7 +24,7 @@ "private": true, "dependencies": { "@angular/common": "^20.3.0", - "@angular/compiler": "^20.3.0", + "@angular/compiler": "^20.3.15", "@angular/core": "^20.3.0", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0",