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",