From 0010554a661637256508a08f9fc7febbe80091aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:27:59 +0000 Subject: [PATCH] Bump @angular/core in /cordova-plugin-hms-contactshield/example/ionic Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.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] --- cordova-plugin-hms-contactshield/example/ionic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cordova-plugin-hms-contactshield/example/ionic/package.json b/cordova-plugin-hms-contactshield/example/ionic/package.json index 9cc3a961..dd729707 100644 --- a/cordova-plugin-hms-contactshield/example/ionic/package.json +++ b/cordova-plugin-hms-contactshield/example/ionic/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@angular/common": "10.0.0", - "@angular/core": "10.0.0", + "@angular/core": "10.2.5", "@angular/forms": "10.0.0", "@angular/platform-browser": "10.0.0", "@angular/platform-browser-dynamic": "10.0.0",