From 8896a441b0d74c7924fc1d1306fb5d2d0923c669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:28:22 +0000 Subject: [PATCH] Bump @angular/core from 10.0.0 to 10.2.5 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] --- 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 e3d3a63..561c3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -401,9 +401,9 @@ } }, "@angular/core": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.0.tgz", - "integrity": "sha512-N1m6op428ktgcsnXqqspb1xGZ9gp664Jmb4JoVajCD3JXucRfidw+vt3kPOldbWA6M4pIu5ZtZY3IZc2GrK5UQ==", + "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 472d563..8c121c3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^10.0.2", "@angular/common": "~10.0.0", "@angular/compiler": "~10.0.0", - "@angular/core": "~10.0.0", + "@angular/core": "~10.2.5", "@angular/flex-layout": "^10.0.0-beta.32", "@angular/forms": "~10.0.0", "@angular/material": "^10.0.1",