From bc40b725c788a3ed8bc05aeb763ab68d377b62a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:40:04 +0000 Subject: [PATCH] Bump @angular/core from 10.1.0 to 10.2.5 in /aquashop-ng-app Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.1.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] --- aquashop-ng-app/package-lock.json | 6 +++--- aquashop-ng-app/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aquashop-ng-app/package-lock.json b/aquashop-ng-app/package-lock.json index bb7e58a..d7ef21d 100644 --- a/aquashop-ng-app/package-lock.json +++ b/aquashop-ng-app/package-lock.json @@ -391,9 +391,9 @@ } }, "@angular/core": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.1.0.tgz", - "integrity": "sha512-lENt8Wk1vVsIiHeZVzXCZoHY13BxkqmulEw/AdUOh4VQxoU5K3z1o7fC1cvPHBvBEUnhbD2pDC1UHcY1G9yLRw==", + "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/aquashop-ng-app/package.json b/aquashop-ng-app/package.json index 99fb075..a7cf6ed 100644 --- a/aquashop-ng-app/package.json +++ b/aquashop-ng-app/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~10.1.0", "@angular/common": "~10.1.0", "@angular/compiler": "~10.1.0", - "@angular/core": "~10.1.0", + "@angular/core": "~10.2.5", "@angular/forms": "~10.1.0", "@angular/platform-browser": "~10.1.0", "@angular/platform-browser-dynamic": "~10.1.0",