diff --git a/graph-app/package-lock.json b/graph-app/package-lock.json index 86fb326..dd9158d 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.11", "@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.11", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-16.2.11.tgz", + "integrity": "sha512-QTssqJue+xQ8M1gzmfJcIHPIpPOijVwGnXQjt7cnFggNe/CedOckLEzk2j7/6aC1b5aQKuZePPw6XMvk8ciilQ==", "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.11", + "@angular/core": "16.2.11", + "@angular/platform-browser": "16.2.11", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/graph-app/package.json b/graph-app/package.json index c64669c..eb00420 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.11", "@azure/msal-angular": "^3.0.4", "@azure/msal-browser": "^3.1.0", "@microsoft/microsoft-graph-client": "^3.0.6",