From da5c6c97381f04162d21b4e82656781d172124ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 00:28:21 +0000 Subject: [PATCH] Bump @angular/core from 8.2.12 to 10.2.5 in /EinworldCore/ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.12 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] --- EinworldCore/ClientApp/package-lock.json | 15 +++++++++++---- EinworldCore/ClientApp/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/EinworldCore/ClientApp/package-lock.json b/EinworldCore/ClientApp/package-lock.json index cbbb0b6..38eb1a4 100644 --- a/EinworldCore/ClientApp/package-lock.json +++ b/EinworldCore/ClientApp/package-lock.json @@ -1257,11 +1257,18 @@ } }, "@angular/core": { - "version": "8.2.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.12.tgz", - "integrity": "sha512-wEFwhHCuuXynXAMeA1G+0KIYY0jqXYs7I8p+GO+ufKoUmzWHFTvtMJ6nvKgy+LmZTByO2gf9oVAAlRodNb8ttQ==", + "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/EinworldCore/ClientApp/package.json b/EinworldCore/ClientApp/package.json index f7970d1..88460ab 100644 --- a/EinworldCore/ClientApp/package.json +++ b/EinworldCore/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "8.2.12", "@angular/common": "8.2.12", "@angular/compiler": "8.2.12", - "@angular/core": "8.2.12", + "@angular/core": "10.2.5", "@angular/forms": "8.2.12", "@angular/platform-browser": "8.2.12", "@angular/platform-browser-dynamic": "8.2.12",