From 83916bdabb591a18114949402c7a62cee80c77cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:32:00 +0000 Subject: [PATCH] Bump @angular/core in /Backoffice/Guts.Web/ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 8.2.13 to 11.0.5. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/11.0.5/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backoffice/Guts.Web/ClientApp/package-lock.json | 14 +++++++------- Backoffice/Guts.Web/ClientApp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Backoffice/Guts.Web/ClientApp/package-lock.json b/Backoffice/Guts.Web/ClientApp/package-lock.json index ba1f267..4aca1b0 100644 --- a/Backoffice/Guts.Web/ClientApp/package-lock.json +++ b/Backoffice/Guts.Web/ClientApp/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~10.2.5", "@angular/common": "~10.2.5", "@angular/compiler": "~10.2.5", - "@angular/core": "~10.2.5", + "@angular/core": "~11.0.5", "@angular/forms": "~10.2.5", "@angular/platform-browser": "~10.2.5", "@angular/platform-browser-dynamic": "~10.2.5", @@ -463,9 +463,9 @@ } }, "node_modules/@angular/core": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", - "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "dependencies": { "tslib": "^2.0.0" }, @@ -18422,9 +18422,9 @@ } }, "@angular/core": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-10.2.5.tgz", - "integrity": "sha512-krhOKNTj5XE92Rk9ASX5KmgTF72j7qT2PLVxrGEVjuUKjBY2XaK3TV0Kotq9zI3qa9WgeCrP/Njn6jlKQCCAEQ==", + "version": "11.0.5", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-11.0.5.tgz", + "integrity": "sha512-XAXWQi7R3ucZXQwx9QK5jSKJeQyRJ53u2dQDpr7R5stzeCy1a5hrNOkZLg9zOTTPcth/6+FrOrRZP9SMdxtw3w==", "requires": { "tslib": "^2.0.0" } diff --git a/Backoffice/Guts.Web/ClientApp/package.json b/Backoffice/Guts.Web/ClientApp/package.json index c04c474..804f61a 100644 --- a/Backoffice/Guts.Web/ClientApp/package.json +++ b/Backoffice/Guts.Web/ClientApp/package.json @@ -14,7 +14,7 @@ "@angular/animations": "~10.2.5", "@angular/common": "~10.2.5", "@angular/compiler": "~10.2.5", - "@angular/core": "~10.2.5", + "@angular/core": "~11.0.5", "@angular/forms": "~10.2.5", "@angular/platform-browser": "~10.2.5", "@angular/platform-browser-dynamic": "~10.2.5",