From 47f1a5a879e7070379e0147628bba4f5c6e03fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:26:31 +0000 Subject: [PATCH] Bump @angular/core from 2.2.4 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 2.2.4 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cb54c4..c9201e1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "2.2.4", "@angular/compiler": "2.2.4", - "@angular/core": "2.2.4", + "@angular/core": "10.2.5", "@angular/forms": "2.2.4", "@angular/http": "2.2.4", "@angular/material": "^2.0.0-alpha.9-3",