From 8f06dea392805587f83900b2c2f051b3b3621cc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 02:31:49 +0000 Subject: [PATCH] Bump @angular/common from 13.3.8 to 13.3.9 Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 13.3.8 to 13.3.9. - [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/13.3.9/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 166aae5cd..b89003eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@anglify/components": "^0.17.2", "@angular-devkit/architect": "^0.1303.5", "@angular/animations": "^13.3.7", - "@angular/common": "^13.3.8", + "@angular/common": "^13.3.9", "@angular/compiler": "^13.3.8", "@angular/core": "^13.3.8", "@angular/forms": "^13.3.9", @@ -622,9 +622,9 @@ } }, "node_modules/@angular/common": { - "version": "13.3.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.8.tgz", - "integrity": "sha512-8GYa11PYC7Vj/bkNmzDqmpUyszAaJ565isKRDEQGcKWOB6k5OjnLT+nvMrKap7f347K2z+2qf+pXkgY8xXiDNA==", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.9.tgz", + "integrity": "sha512-+bTleNL1XGlzuxLbVbsol82/33IW2pJasQN8ViraxKIElT2F8ooBJevIBMCSIcdvxvMBGAjn4ayQJr6tkPqPaw==", "dependencies": { "tslib": "^2.3.0" }, @@ -632,7 +632,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.3.8", + "@angular/core": "13.3.9", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14781,9 +14781,9 @@ } }, "@angular/common": { - "version": "13.3.8", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.8.tgz", - "integrity": "sha512-8GYa11PYC7Vj/bkNmzDqmpUyszAaJ565isKRDEQGcKWOB6k5OjnLT+nvMrKap7f347K2z+2qf+pXkgY8xXiDNA==", + "version": "13.3.9", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.3.9.tgz", + "integrity": "sha512-+bTleNL1XGlzuxLbVbsol82/33IW2pJasQN8ViraxKIElT2F8ooBJevIBMCSIcdvxvMBGAjn4ayQJr6tkPqPaw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index fd2618e27..2874c5cb2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@anglify/components": "^0.17.2", "@angular-devkit/architect": "^0.1303.5", "@angular/animations": "^13.3.7", - "@angular/common": "^13.3.8", + "@angular/common": "^13.3.9", "@angular/compiler": "^13.3.8", "@angular/core": "^13.3.8", "@angular/forms": "^13.3.9",