From cdfde1d91f7417a9bc953e2c783b8196b55bc432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 20:19:28 +0000 Subject: [PATCH] Bump @angular/common from 13.2.5 to 13.2.6 in /src-ui Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 13.2.5 to 13.2.6. - [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.6/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src-ui/package-lock.json | 16 ++++++++-------- src-ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 6940f458e..be01b0b4d 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "~13.2.4", - "@angular/common": "~13.2.5", + "@angular/common": "~13.2.6", "@angular/compiler": "~13.2.4", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6", @@ -391,9 +391,9 @@ } }, "node_modules/@angular/common": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.5.tgz", - "integrity": "sha512-px2qZP8Fd2qYbCVWmgLmop2OBQ/LKU2Oq8U/La2EEo8kgVuNWNTxmIh826cgZK/v9VQw8b/EoU7PeEjSWz0Zow==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.6.tgz", + "integrity": "sha512-t4XRb9db4UeRcPs5aHNtGuXRKSvGBlTEr0zzSeoKzHD9TCaO4dSDISh9obS9hThaPuBmPKRUHN5KE1HFmqnSHg==", "dependencies": { "tslib": "^2.3.0" }, @@ -401,7 +401,7 @@ "node": "^12.20.0 || ^14.15.0 || >=16.10.0" }, "peerDependencies": { - "@angular/core": "13.2.5", + "@angular/core": "13.2.6", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -13445,9 +13445,9 @@ } }, "@angular/common": { - "version": "13.2.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.5.tgz", - "integrity": "sha512-px2qZP8Fd2qYbCVWmgLmop2OBQ/LKU2Oq8U/La2EEo8kgVuNWNTxmIh826cgZK/v9VQw8b/EoU7PeEjSWz0Zow==", + "version": "13.2.6", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.6.tgz", + "integrity": "sha512-t4XRb9db4UeRcPs5aHNtGuXRKSvGBlTEr0zzSeoKzHD9TCaO4dSDISh9obS9hThaPuBmPKRUHN5KE1HFmqnSHg==", "requires": { "tslib": "^2.3.0" } diff --git a/src-ui/package.json b/src-ui/package.json index 969977328..6a7ce9fa8 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -12,7 +12,7 @@ "private": true, "dependencies": { "@angular/animations": "~13.2.4", - "@angular/common": "~13.2.5", + "@angular/common": "~13.2.6", "@angular/compiler": "~13.2.4", "@angular/core": "~13.2.4", "@angular/forms": "~13.2.6",