From b9b1dbad2e5d1753ad96b16f8edf01734302fded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:26:48 +0000 Subject: [PATCH] chore(deps): bump @angular/core in /packages/angular-cli Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 2.2.3 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] --- packages/angular-cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular-cli/package.json b/packages/angular-cli/package.json index b5f01f012bae..0c84e64e058b 100644 --- a/packages/angular-cli/package.json +++ b/packages/angular-cli/package.json @@ -29,7 +29,7 @@ "@angular-cli/base-href-webpack": "^1.0.0", "@angular/compiler": "2.2.3", "@angular/compiler-cli": "2.2.3", - "@angular/core": "2.2.3", + "@angular/core": "10.2.5", "@ngtools/webpack": "^1.0.0", "angular2-template-loader": "^0.5.0", "chalk": "^1.1.3",