From a5c7d6e6009eb0a7e644f1e3d8a00a91b53e06d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 08:24:23 +0000 Subject: [PATCH] Bump @angular/core from 13.3.12 to 14.0.0 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] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f842a18c..c534a8d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -747,9 +747,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/package.json b/package.json index d91ccf44e..edcf71192 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@angular/cdk-experimental": "^13.3.2", "@angular/common": "^13.3.1", "@angular/compiler": "^13.3.1", - "@angular/core": "^13.3.1", + "@angular/core": "^14.0.0", "@angular/forms": "^13.3.1", "@angular/localize": "^13.3.1", "@angular/platform-browser": "^13.3.1",