From 749f384d81b44f95c3d242009a0fa6cf754b4c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:51:19 +0000 Subject: [PATCH] Bump @angular/router from 16.2.4 to 16.2.8 in /graph-app Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 16.2.4 to 16.2.8. - [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.8/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..0edba18 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.8", "@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.8", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.8.tgz", + "integrity": "sha512-mWpapabWtk8Qtyb2BalXtvud9m6BCiKg8moJNb8dEAGjDzMTWqWOr4zkFHoIFX+gj2JKKDa6btPWVD6J5K6Ojg==", "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.8", + "@angular/core": "16.2.8", + "@angular/platform-browser": "16.2.8", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..41439ab 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.8", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6",