From c38e1b7f7ac2aa7208fed7ca8c001f1ffdc662ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:11:05 +0000 Subject: [PATCH] Bump @angular/core from 8.2.3 to 10.2.5 in /src/MicroUrl.Web/ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.3 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/MicroUrl.Web/ClientApp/package-lock.json | 15 +++++++++++---- src/MicroUrl.Web/ClientApp/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/MicroUrl.Web/ClientApp/package-lock.json b/src/MicroUrl.Web/ClientApp/package-lock.json index 794589d..a84560c 100644 --- a/src/MicroUrl.Web/ClientApp/package-lock.json +++ b/src/MicroUrl.Web/ClientApp/package-lock.json @@ -460,11 +460,18 @@ } }, "@angular/core": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-8.2.3.tgz", - "integrity": "sha512-wNlq6r0RI8q0BCr3I16NHfteliJLVjZN3MsLfzYi4u08LcGTemGL9YwcVjCOPEH4xREo3xX0ebvmuLwObu75lQ==", + "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/src/MicroUrl.Web/ClientApp/package.json b/src/MicroUrl.Web/ClientApp/package.json index 699857f..834cd40 100644 --- a/src/MicroUrl.Web/ClientApp/package.json +++ b/src/MicroUrl.Web/ClientApp/package.json @@ -15,7 +15,7 @@ "@angular/cdk": "^8.1.3", "@angular/common": "~8.2.10", "@angular/compiler": "~8.2.10", - "@angular/core": "~8.2.3", + "@angular/core": "~10.2.5", "@angular/forms": "~8.2.10", "@angular/material": "^8.1.3", "@angular/platform-browser": "~8.2.10",