diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index 5c5d720..df8a62b 100644 --- a/user-auth/graphtutorial/package-lock.json +++ b/user-auth/graphtutorial/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@azure/identity": "^4.7.0", + "@azure/identity": "^4.8.0", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10" @@ -107,9 +107,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.7.0.tgz", - "integrity": "sha512-6z/S2KorkbKaZ0DgZFVRdu7RCuATmMSTjKpuhj7YpjxkJ0vnJ7kTM3cpNgzFgk9OPYfZ31wrBEtC/iwAS4jQDA==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.8.0.tgz", + "integrity": "sha512-l9ALUGHtFB/JfsqmA+9iYAp2a+cCwdNO/cyIr2y7nJLJsz1aae6qVP8XxT7Kbudg0IQRSIMXj0+iivFdbD1xPA==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.0.0", @@ -120,7 +120,7 @@ "@azure/core-util": "^1.11.0", "@azure/logger": "^1.0.0", "@azure/msal-browser": "^4.2.0", - "@azure/msal-node": "^3.2.1", + "@azure/msal-node": "^3.2.3", "events": "^3.0.0", "jws": "^4.0.0", "open": "^10.1.0", diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 592e960..5482a98 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -19,7 +19,7 @@ "prettier": "^3.5.3" }, "dependencies": { - "@azure/identity": "^4.7.0", + "@azure/identity": "^4.8.0", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10"