From 05154ee1172f88acb20910acc6ba216e9311fa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 19:11:57 +0000 Subject: [PATCH] Bump @angular/core in /resources/Project Templates/ionic-example Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 5.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] --- resources/Project Templates/ionic-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/Project Templates/ionic-example/package.json b/resources/Project Templates/ionic-example/package.json index fac06e87e..f93fbc6df 100644 --- a/resources/Project Templates/ionic-example/package.json +++ b/resources/Project Templates/ionic-example/package.json @@ -16,7 +16,7 @@ "@angular/common": "5.0.0", "@angular/compiler": "5.0.0", "@angular/compiler-cli": "5.0.0", - "@angular/core": "5.0.0", + "@angular/core": "10.2.5", "@angular/forms": "5.0.0", "@angular/http": "5.0.0", "@angular/platform-browser": "5.0.0",