From a9dd689a055f78ba75be5be431cb48eef889cf76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:09:06 +0000 Subject: [PATCH] Bump @angular/router from 16.2.4 to 16.2.9 in /graph-app Bumps [@angular/router](https://github.com/angular/angular/tree/HEAD/packages/router) from 16.2.4 to 16.2.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/16.2.9/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..f0dac54 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.9", "@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.9", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.9.tgz", + "integrity": "sha512-5vrJNMblTDx3WC3dtaqLddWNtR0P9iwpqffeZL1uobBIwP4hbJx+8Dos3TwxGR4hnopFKahoDQ5nC0NOQslyog==", "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.9", + "@angular/core": "16.2.9", + "@angular/platform-browser": "16.2.9", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..18e92bc0 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.9", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6",