From 4889a0e8ceaa3bd9ee44dd9857541f8f3a24acf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:21:51 +0000 Subject: [PATCH] Bump @angular/core from 5.2.0 to 10.2.5 in /plugins/plugin-a Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.2.0 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] --- plugins/plugin-a/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugin-a/package.json b/plugins/plugin-a/package.json index 7751d1c..47effc5 100644 --- a/plugins/plugin-a/package.json +++ b/plugins/plugin-a/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@angular/common": "5.2.0", - "@angular/core": "5.2.0", + "@angular/core": "10.2.5", "@angular/forms": "^6.1.6", "rollup": "0.55.1", "rxjs": "5.5.6"