From 75731ee4add0ba15e75794baf6ac513406f8ab55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:09:05 +0000 Subject: [PATCH] Bump @angular/core from 8.2.0 to 10.2.5 Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.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 | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a32290..0e4a485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -502,11 +502,18 @@ } }, "@angular/core": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.0.tgz", - "integrity": "sha512-Sg7zPaaAeV73zobKmxvdQ0pDhZAigDKM9jOqm2q19ucdOLBBQJnZf7JkZYO+KWm56Ttz76Jetl+neR5zzGg/bg==", + "version": "10.2.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", + "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", "requires": { - "tslib": "^1.9.0" + "tslib": "^2.0.0" + }, + "dependencies": { + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" + } } }, "@angular/forms": { diff --git a/package.json b/package.json index 7b45cc5..b068983 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@angular/cdk": "^8.0.1", "@angular/common": "^8.0.0", "@angular/compiler": "^8.0.0", - "@angular/core": "^8.0.0", + "@angular/core": "^10.2.5", "@angular/forms": "^8.0.2", "@angular/material": "^8.0.1", "@angular/platform-browser": "^8.0.0",