From bc2a8323f6eecfd8ee187c14b2a4932bbb0f901b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:35:35 +0000 Subject: [PATCH] Bump @angular/core from 6.1.10 to 10.2.5 in /ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 6.1.10 to 10.2.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/10.2.5/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/10.2.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ClientApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClientApp/package.json b/ClientApp/package.json index 9288ab8..7b055cc 100644 --- a/ClientApp/package.json +++ b/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "6.1.10", "@angular/common": "6.1.10", "@angular/compiler": "6.1.10", - "@angular/core": "6.1.10", + "@angular/core": "10.2.5", "@angular/forms": "6.1.10", "@angular/http": "6.1.10", "@angular/platform-browser": "6.1.10",