From 3eb72e5526d5f56e52c7af19939e454313d6c411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:44:06 +0000 Subject: [PATCH] Bump @angular/common from 14.2.7 to 14.2.8 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 14.2.7 to 14.2.8. - [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.2.8/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7afc3006..febcaea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "^14.2.7", "@angular/cdk": "^14.0.1", - "@angular/common": "^14.2.6", + "@angular/common": "^14.2.8", "@angular/compiler": "^14.2.7", "@angular/core": "^14.2.6", "@angular/forms": "^14.2.7", @@ -1045,9 +1045,9 @@ "dev": true }, "node_modules/@angular/common": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.7.tgz", - "integrity": "sha512-vfydeB8urLzhRnZev/1Zm87k9jWlNfhSTk09yUnqvzcORfd3xOkcei0qc1xdIHCTEMyTREC+umsYHDmlEpZsVw==", + "version": "14.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.8.tgz", + "integrity": "sha512-JSPN2h1EcyWjHWtOzRQmoX48ZacTjLAYwW9ZRmBpYs6Ptw5xZ39ARTJfQNcNnJleqYju2E6BNkGnLpbtWQjNDA==", "dependencies": { "tslib": "^2.3.0" }, @@ -1055,7 +1055,7 @@ "node": "^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "14.2.7", + "@angular/core": "14.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -22531,9 +22531,9 @@ } }, "@angular/common": { - "version": "14.2.7", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.7.tgz", - "integrity": "sha512-vfydeB8urLzhRnZev/1Zm87k9jWlNfhSTk09yUnqvzcORfd3xOkcei0qc1xdIHCTEMyTREC+umsYHDmlEpZsVw==", + "version": "14.2.8", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.8.tgz", + "integrity": "sha512-JSPN2h1EcyWjHWtOzRQmoX48ZacTjLAYwW9ZRmBpYs6Ptw5xZ39ARTJfQNcNnJleqYju2E6BNkGnLpbtWQjNDA==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index f4f380a7..2efe24d7 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "^14.2.7", "@angular/cdk": "^14.0.1", - "@angular/common": "^14.2.6", + "@angular/common": "^14.2.8", "@angular/compiler": "^14.2.7", "@angular/core": "^14.2.6", "@angular/forms": "^14.2.7",