diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index a3ef84a..410c137 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.12.0", + "@azure/identity": "^4.13.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.12.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.12.0.tgz", - "integrity": "sha512-6vuh2R3Cte6SD6azNalLCjIDoryGdcvDVEV7IDRPtm5lHX5ffkDlIalaoOp5YJU08e4ipjJENel20kSMDLAcug==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.13.0.tgz", + "integrity": "sha512-uWC0fssc+hs1TGGVkkghiaFkkS7NkTxfnCH+Hdg+yTehTpMcehpok4PgUKKdyCH+9ldu6FhiHRv84Ntqj1vVcw==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.0.0", diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 6d91d4c..e66aca8 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -19,7 +19,7 @@ "prettier": "^3.6.2" }, "dependencies": { - "@azure/identity": "^4.12.0", + "@azure/identity": "^4.13.0", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10"