From 926f541c20d97071e23936df733657312787e3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 02:01:26 +0000 Subject: [PATCH] Bump @angular/core from 9.0.7 to 10.2.5 in /src/WebUI/ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 9.0.7 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] --- src/WebUI/ClientApp/package-lock.json | 16 +++++++++++++--- src/WebUI/ClientApp/package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/WebUI/ClientApp/package-lock.json b/src/WebUI/ClientApp/package-lock.json index dca28c8..7d0cd39 100644 --- a/src/WebUI/ClientApp/package-lock.json +++ b/src/WebUI/ClientApp/package-lock.json @@ -613,9 +613,19 @@ } }, "@angular/core": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-9.0.7.tgz", - "integrity": "sha512-E9XZH5Dl+9MWG3MDC6wrKllhA8Rljpz66HOIeqKv2fHPed8kzuJZU3WJWLtbhDAXFwtGTyTZ4c82ZLSmqwTorg==" + "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" + }, + "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": { "version": "9.0.7", diff --git a/src/WebUI/ClientApp/package.json b/src/WebUI/ClientApp/package.json index a67e9ee..f6b4590 100644 --- a/src/WebUI/ClientApp/package.json +++ b/src/WebUI/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/animations": "9.0.7", "@angular/common": "9.0.7", "@angular/compiler": "9.0.7", - "@angular/core": "9.0.7", + "@angular/core": "10.2.5", "@angular/forms": "9.0.7", "@angular/platform-browser": "9.0.7", "@angular/platform-browser-dynamic": "9.0.7",