From a14e636f8b41cca2852e9da6c76f67b6235e1747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:10:28 +0000 Subject: [PATCH] Bump @angular/common from 16.2.4 to 16.2.12 in /graph-app Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 16.2.4 to 16.2.12. - [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/16.2.12/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graph-app/package-lock.json | 10 +++++----- graph-app/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/graph-app/package-lock.json b/graph-app/package-lock.json index 86fb326..1e5cb0b 100644 --- a/graph-app/package-lock.json +++ b/graph-app/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@angular/animations": "^16.2.4", - "@angular/common": "^16.2.4", + "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.4", "@angular/core": "^16.2.4", "@angular/forms": "^16.2.4", @@ -330,9 +330,9 @@ } }, "node_modules/@angular/common": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.4.tgz", - "integrity": "sha512-MsZfO/XedwL/3WKMgvefLOKz6w/eRQuRUYjhJtjCImqQB7evDLohjgfNY0tYPeyr1a+N6ekMyFbIAJdKlirOsg==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.12.tgz", + "integrity": "sha512-B+WY/cT2VgEaz9HfJitBmgdk4I333XG/ybC98CMC4Wz8E49T8yzivmmxXB3OD6qvjcOB6ftuicl6WBqLbZNg2w==", "dependencies": { "tslib": "^2.3.0" }, @@ -340,7 +340,7 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "16.2.4", + "@angular/core": "16.2.12", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..d098da2 100644 --- a/graph-app/package.json +++ b/graph-app/package.json @@ -13,7 +13,7 @@ "private": true, "dependencies": { "@angular/animations": "^16.2.4", - "@angular/common": "^16.2.4", + "@angular/common": "^16.2.12", "@angular/compiler": "^16.2.4", "@angular/core": "^16.2.4", "@angular/forms": "^16.2.4",