From 415b8a52d22a11913dbe2db1bc25837dd5c1225b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 04:42:53 +0000 Subject: [PATCH] Bump @azure/identity from 4.13.2 to 4.13.3 in /user-auth/graphtutorial Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js/tree/HEAD/sdk/identity/identity) from 4.13.2 to 4.13.3. - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/@azure/identity_4.13.3/sdk/identity/identity/CHANGELOG.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/commits/@azure/identity_4.13.3/sdk/identity/identity) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-version: 4.13.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/package-lock.json | 22 +++++++++++----------- user-auth/graphtutorial/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index 2c777af..6e03fd3 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.13.2", + "@azure/identity": "^4.13.3", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10" @@ -109,8 +109,8 @@ } }, "node_modules/@azure/identity": { - "version": "4.13.2", - "integrity": "sha512-NXL2/pCJctLxgw8bvrwwgge743kEq8LBT+O1pmV0vyUwetzFPH9auP6jhkU/cgZCPPtWoewAe3ncaGCgPo07fA==", + "version": "4.13.3", + "integrity": "sha512-zGQPtqvXPgSA8yfV2CkIQ1qirqk0p9AIVpC5uEkdXQYcKl07QHvyaGYRnZOk0AsQUmxNb4wfkcwY5di8Z5xa9A==", "license": "MIT", "dependencies": { "@azure/abort-controller": "^2.0.0", @@ -122,7 +122,7 @@ "@azure/core-util": "^1.11.0", "@azure/logger": "^1.0.0", "@azure/msal-browser": "^5.5.0", - "@azure/msal-node": "^5.1.5", + "@azure/msal-node": "^6.0.0", "open": "^10.1.0", "tslib": "^2.2.0" }, @@ -161,11 +161,11 @@ } }, "node_modules/@azure/msal-node": { - "version": "5.1.5", - "integrity": "sha512-ObTeMoNPmq19X3z40et9Xvs4ZoWVeJg43PZMRLG5iwVL+2nCtAerG3YTDItqPp1CfXNwmCXBbg8jn1DOx65c3g==", + "version": "6.0.1", + "integrity": "sha512-ixSO1Y/kCVRthRs+hSx/5qkwaunX1/RAePhlMN0wIpIQ4WEZ6AREGGnGd1AP0qspHVsAwzWQKGubpjh50JyJIQ==", "license": "MIT", "dependencies": { - "@azure/msal-common": "16.5.2", + "@azure/msal-common": "16.14.1", "jsonwebtoken": "^9.0.0" }, "engines": { @@ -173,8 +173,8 @@ } }, "node_modules/@azure/msal-node/node_modules/@azure/msal-common": { - "version": "16.5.2", - "integrity": "sha512-GkDEL6TYo3HgT3UuqakdgE9PZfc1hMki6+Hwgy1uddb/EauvAKfu85vVhuofRSo22D1xTnWt8Ucwfg4vSCVwvA==", + "version": "16.14.1", + "integrity": "sha512-Or6xhPNyi4zHW25158yxBoyxuCqNSPa5YBVqfF1J5Ks4MJWBo/USXdp05DQIPu1Zli00YZu6t0+h6KvHJealxQ==", "license": "MIT", "engines": { "node": ">=0.8.0" @@ -1435,8 +1435,8 @@ "license": "MIT" }, "node_modules/semver": { - "version": "7.7.4", - "integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==", + "version": "7.8.5", + "integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==", "license": "ISC", "bin": { "semver": "bin/semver.js" diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index 9bcecbc..5fe4c8e 100644 --- a/user-auth/graphtutorial/package.json +++ b/user-auth/graphtutorial/package.json @@ -19,7 +19,7 @@ "prettier": "^3.9.6" }, "dependencies": { - "@azure/identity": "^4.13.2", + "@azure/identity": "^4.13.3", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10"