From f9ab1a69c04e266e90b15cf719582a39e176061a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:09:26 +0000 Subject: [PATCH] Bump @angular/router from 16.2.4 to 16.2.12 in /graph-app Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) 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/router) --- updated-dependencies: - dependency-name: "@angular/router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graph-app/package-lock.json | 14 +++++++------- graph-app/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/graph-app/package-lock.json b/graph-app/package-lock.json index 86fb326..7a859d3 100644 --- a/graph-app/package-lock.json +++ b/graph-app/package-lock.json @@ -16,7 +16,7 @@ "@angular/localize": "^16.2.4", "@angular/platform-browser": "^16.2.4", "@angular/platform-browser-dynamic": "^16.2.4", - "@angular/router": "^16.2.4", + "@angular/router": "^16.2.12", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6", @@ -572,9 +572,9 @@ } }, "node_modules/@angular/router": { - "version": "16.2.4", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.4.tgz", - "integrity": "sha512-xx/pVq/NFGxiJzqWdQxYJI/2l3vsk7tCgGca8HyvJSy2IQyAqQ1RkVyDjb4aWiJyCDFxObSDdA+uYAdJXuVrqw==", + "version": "16.2.12", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.12.tgz", + "integrity": "sha512-aU6QnYSza005V9P3W6PpkieL56O0IHps96DjqI1RS8yOJUl3THmokqYN4Fm5+HXy4f390FN9i6ftadYQDKeWmA==", "dependencies": { "tslib": "^2.3.0" }, @@ -582,9 +582,9 @@ "node": "^16.14.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "16.2.4", - "@angular/core": "16.2.4", - "@angular/platform-browser": "16.2.4", + "@angular/common": "16.2.12", + "@angular/core": "16.2.12", + "@angular/platform-browser": "16.2.12", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..ad02a1e 100644 --- a/graph-app/package.json +++ b/graph-app/package.json @@ -20,7 +20,7 @@ "@angular/localize": "^16.2.4", "@angular/platform-browser": "^16.2.4", "@angular/platform-browser-dynamic": "^16.2.4", - "@angular/router": "^16.2.4", + "@angular/router": "^16.2.12", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6",