From 2898fa085f81aae71b1abb7f3c6e9301edbbd0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:32:12 +0000 Subject: [PATCH] Bump @angular/core from 10.0.1 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.1 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03276d4..fa90347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -384,9 +384,9 @@ } }, "@angular/core": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.1.tgz", - "integrity": "sha512-SVQeJU/gI66YcfK2uczhtgMFsM2KG1N+89Ors7axzdE1C+CnVrzNybAdDix56mbr1vFFRgmUUS9W1dxFlR7Jfw==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", "requires": { "tslib": "^2.0.0" } diff --git a/package.json b/package.json index 3a30c88..76eaba7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~10.0.0", "@angular/common": "~10.0.0", "@angular/compiler": "~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",