From 8f7ce38d0dde9e8971a1666f3160ce6c23b91389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 13:46:32 +0000 Subject: [PATCH] Bump @angular/core from 10.1.6 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.1.6 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-version: 10.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fb902f7..31396a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/common": "^10.1.6", "@angular/compiler": "^10.1.6", - "@angular/core": "^10.1.6", + "@angular/core": "^10.2.5", "@angular/forms": "^10.1.6", "@angular/platform-browser": "^10.1.6", "@angular/platform-browser-dynamic": "^10.1.6", @@ -183,9 +183,9 @@ } }, "node_modules/@angular/core": { - "version": "10.1.6", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.1.6.tgz", - "integrity": "sha512-sUleQouCedT87VOCb49T7cm6La2VeJg1omtO5+QfjWmifNcQ/nqV56Zxov3RT7CmsVwVbkA0X5Q62oSEPAUXrw==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", "license": "MIT", "dependencies": { "tslib": "^2.0.0" diff --git a/package.json b/package.json index 5a73c28..47c20d8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@angular/common": "^10.1.6", "@angular/compiler": "^10.1.6", - "@angular/core": "^10.1.6", + "@angular/core": "^10.2.5", "@angular/forms": "^10.1.6", "@angular/platform-browser": "^10.1.6", "@angular/platform-browser-dynamic": "^10.1.6",