From e4cefdbb602f5499073eccda94909c249dee280e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:20:59 +0000 Subject: [PATCH] Bump @angular/core in /Backoffice/Guts.Web/ClientApp Bumps [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) from 13.3.12 to 14.0.0. - [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/14.0.0/packages/core) --- updated-dependencies: - dependency-name: "@angular/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backoffice/Guts.Web/ClientApp/package-lock.json | 16 ++++++++-------- Backoffice/Guts.Web/ClientApp/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Backoffice/Guts.Web/ClientApp/package-lock.json b/Backoffice/Guts.Web/ClientApp/package-lock.json index 0acbaf6..ef8158b 100644 --- a/Backoffice/Guts.Web/ClientApp/package-lock.json +++ b/Backoffice/Guts.Web/ClientApp/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "~13.3.12", "@angular/common": "~13.3.12", "@angular/compiler": "~13.3.12", - "@angular/core": "~13.3.12", + "@angular/core": "~14.0.0", "@angular/forms": "~13.3.12", "@angular/platform-browser": "~13.3.12", "@angular/platform-browser-dynamic": "~13.3.12", @@ -456,14 +456,14 @@ } }, "node_modules/@angular/core": { - "version": "13.3.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.12.tgz", - "integrity": "sha512-jx0YC+NbPMbxGr5bXECkCEQv2RdVxR8AJNnabkPk8ZjwCpDzROrbELwwS1kunrZUhffcD15IhWGBvf1EGHAYDw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.0.0.tgz", + "integrity": "sha512-Mj3r8iMlWfMbY+9DRUFZx1gKnA27Jwx3ff/VXeXBgfxaEKDYmlZSnliZSV6ssiHSUwn/U6yxDXFgcZL090zNBQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^14.15.0 || >=16.10.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", @@ -14107,9 +14107,9 @@ } }, "@angular/core": { - "version": "13.3.12", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-13.3.12.tgz", - "integrity": "sha512-jx0YC+NbPMbxGr5bXECkCEQv2RdVxR8AJNnabkPk8ZjwCpDzROrbELwwS1kunrZUhffcD15IhWGBvf1EGHAYDw==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.0.0.tgz", + "integrity": "sha512-Mj3r8iMlWfMbY+9DRUFZx1gKnA27Jwx3ff/VXeXBgfxaEKDYmlZSnliZSV6ssiHSUwn/U6yxDXFgcZL090zNBQ==", "requires": { "tslib": "^2.3.0" } diff --git a/Backoffice/Guts.Web/ClientApp/package.json b/Backoffice/Guts.Web/ClientApp/package.json index 85cb4de..6b9d048 100644 --- a/Backoffice/Guts.Web/ClientApp/package.json +++ b/Backoffice/Guts.Web/ClientApp/package.json @@ -17,7 +17,7 @@ "@angular/animations": "~13.3.12", "@angular/common": "~13.3.12", "@angular/compiler": "~13.3.12", - "@angular/core": "~13.3.12", + "@angular/core": "~14.0.0", "@angular/forms": "~13.3.12", "@angular/platform-browser": "~13.3.12", "@angular/platform-browser-dynamic": "~13.3.12",