From c67ba6845d36389999728406b1af42b7f89c244e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Feb 2022 10:00:58 +0000 Subject: [PATCH] Bump @angular/common from 13.2.2 to 13.2.3 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 13.2.2 to 13.2.3. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/master/docs/RELEASE_SCHEDULE.md) - [Commits](https://github.com/angular/angular/commits/13.2.3/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 686242b38..ef1e41139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "~13.2.2", "@angular/cdk": "~13.2.0", - "@angular/common": "~13.2.2", + "@angular/common": "~13.2.3", "@angular/compiler": "~13.0.3", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.2", @@ -456,9 +456,9 @@ } }, "node_modules/@angular/common": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.2.tgz", - "integrity": "sha512-56C/bheNLKtTCyQUZCiYtKbBIZN9jj6rjFILPtJCGls3cBCxp7t9tIdoLiQG/wVQRmaxdj1ioLT+sCWz7mLtQw==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.3.tgz", + "integrity": "sha512-aK42bLd8VIVsUPcIaPw+dwD3c1d7rigTUMbNQ7zqyEQMCajLPakpzM9QEnywdzWSJTJFUbp3h39jD7ZzQPuTTQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -466,7 +466,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.2", + "@angular/core": "13.2.3", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -16495,9 +16495,9 @@ } }, "@angular/common": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.2.tgz", - "integrity": "sha512-56C/bheNLKtTCyQUZCiYtKbBIZN9jj6rjFILPtJCGls3cBCxp7t9tIdoLiQG/wVQRmaxdj1ioLT+sCWz7mLtQw==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.3.tgz", + "integrity": "sha512-aK42bLd8VIVsUPcIaPw+dwD3c1d7rigTUMbNQ7zqyEQMCajLPakpzM9QEnywdzWSJTJFUbp3h39jD7ZzQPuTTQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 514d23993..1a295cef4 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "dependencies": { "@angular/animations": "~13.2.2", "@angular/cdk": "~13.2.0", - "@angular/common": "~13.2.2", + "@angular/common": "~13.2.3", "@angular/compiler": "~13.0.3", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.2",