From f9a7bb6beed388bd9193c4aed0ddba70ce0ec3c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:32:57 +0000 Subject: [PATCH] build(deps): bump @angular/core Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.6 to 20.3.18. - [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/v20.3.18/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 20.3.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../others/typescript-angular-v20/package-lock.json | 10 +++++----- .../client/others/typescript-angular-v20/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/client/others/typescript-angular-v20/package-lock.json b/samples/client/others/typescript-angular-v20/package-lock.json index 5ceeb3b0f913..0e6f4646aa30 100644 --- a/samples/client/others/typescript-angular-v20/package-lock.json +++ b/samples/client/others/typescript-angular-v20/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0", @@ -739,9 +739,9 @@ } }, "node_modules/@angular/core": { - "version": "20.3.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.6.tgz", - "integrity": "sha512-sDURQWnjwE4Y750u/5qwkZEYMoI4CrKghnx4aKulxCnohR3//C78wvz6p8MtCuqYfzGkdQZDYFg8tgAz17qgPw==", + "version": "20.3.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.18.tgz", + "integrity": "sha512-B+NQQngd/aDbcfW0zGLis3wTLDeHTeTYMl/mGKQH+HwdPaRCKI1wEtaXaOYVJXkP2FeThocPevB8gLwNlPQUUw==", "license": "MIT", "dependencies": { "tslib": "^2.3.0" @@ -750,7 +750,7 @@ "node": "^20.19.0 || ^22.12.0 || >=24.0.0" }, "peerDependencies": { - "@angular/compiler": "20.3.6", + "@angular/compiler": "20.3.18", "rxjs": "^6.5.3 || ^7.4.0", "zone.js": "~0.15.0" }, diff --git a/samples/client/others/typescript-angular-v20/package.json b/samples/client/others/typescript-angular-v20/package.json index f419ceb233a6..8e4471dce7bd 100644 --- a/samples/client/others/typescript-angular-v20/package.json +++ b/samples/client/others/typescript-angular-v20/package.json @@ -25,7 +25,7 @@ "dependencies": { "@angular/common": "^20.3.0", "@angular/compiler": "^20.3.0", - "@angular/core": "^20.3.0", + "@angular/core": "^20.3.18", "@angular/forms": "^20.3.0", "@angular/platform-browser": "^20.3.0", "@angular/router": "^20.3.0",