diff --git a/graph-app/package-lock.json b/graph-app/package-lock.json index 86fb326..05c76b3 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.6", "@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.6", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.6.tgz", + "integrity": "sha512-huORA6D1UriaswbvVgfxpYQJofZ3hSDdJYRMI4lDcu1n6CaCoYnj8E3rqaU5U1Va0OeFmxzOuXG+3WyL+YfZgg==", "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.6", + "@angular/core": "16.2.6", + "@angular/platform-browser": "16.2.6", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..61793f7 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.6", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6",