From 5945d71d0e72176aaf7f3769967e9be790c8fd98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 05:50:24 +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 | 9 +++++---- .../client/others/typescript-angular-v20/package.json | 2 +- 2 files changed, 6 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 d0568c1e0967..2cb82a396670 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", @@ -541,9 +541,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": { @@ -6562,6 +6562,7 @@ "integrity": "sha512-SL0JY3DaxylDuo/MecFeiC+7pedM0zia33zl0vcjgwcq1q1FWWF1To9EIauPbl8GbMCU0R2e0uJ8bZunhYKD2g==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "cli-truncate": "^4.0.0", "colorette": "^2.0.20", diff --git a/samples/client/others/typescript-angular-v20/package.json b/samples/client/others/typescript-angular-v20/package.json index 682c65d50997..81d59dbc8b59 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",