From fab9c65f4f43d2b27746b290c22c6744765cf3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:07:18 +0000 Subject: [PATCH] Bump @angular/core from 20.3.13 to 21.0.5 in /src/Web/WebSPA/Client Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 20.3.13 to 21.0.5. - [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/v21.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-version: 21.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Web/WebSPA/Client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/WebSPA/Client/package.json b/src/Web/WebSPA/Client/package.json index 74522b0a..69fa8006 100644 --- a/src/Web/WebSPA/Client/package.json +++ b/src/Web/WebSPA/Client/package.json @@ -30,7 +30,7 @@ "@angular/animations": "20.3.13", "@angular/common": "20.3.13", "@angular/compiler": "20.3.13", - "@angular/core": "20.3.13", + "@angular/core": "21.0.5", "@angular/forms": "20.3.13", "@angular/localize": "20.3.13", "@angular/platform-browser": "20.3.13",