From 2258f6838f013108772bb410fa708c416f943c7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:38:48 +0000 Subject: [PATCH] Bump @angular/core from 10.0.4 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 10.0.4 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 c9f8fd4..27247cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -517,9 +517,9 @@ } }, "@angular/core": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.0.4.tgz", - "integrity": "sha512-lA8RDagJ/O0gUX95h00+nnUZs/1QmmhAVWVtHcuI12ueC836tJhLtPGnEx9ib9NXrgRyNwb8lO1xJPmmuQgdQQ==", + "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 dba8f92..3afcfb2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^10.1.0", "@angular/common": "~10.0.4", "@angular/compiler": "~10.0.4", - "@angular/core": "~10.0.4", + "@angular/core": "~10.2.5", "@angular/forms": "~10.0.4", "@angular/localize": "^10.0.4", "@angular/material": "^10.1.0",