From ad3421d442c7159ced3e0b73f8870051614c410a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:59:29 +0000 Subject: [PATCH] Bump @azure/identity from 4.10.1 to 4.10.2 in /user-auth/graphtutorial Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.10.1 to 4.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.10.1...@azure/identity_4.10.2) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/package-lock.json | 11 +++++------ user-auth/graphtutorial/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/user-auth/graphtutorial/package-lock.json b/user-auth/graphtutorial/package-lock.json index 2f8e1db..1bcc03e 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.10.1", + "@azure/identity": "^4.10.2", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10" @@ -107,10 +107,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.10.1.tgz", - "integrity": "sha512-YM/z6RxRtFlXUH2egAYF/FDPes+MUE6ZoknjEdaq7ebJMMNUzn9zCJ3bd2ZZZlkP0r1xKa88kolhFH/FGV7JnA==", - "license": "MIT", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.10.2.tgz", + "integrity": "sha512-Uth4vz0j+fkXCkbvutChUj03PDCokjbC6Wk9JT8hHEUtpy/EurNKAseb3+gO6Zi9VYBvwt61pgbzn1ovk942Qg==", "dependencies": { "@azure/abort-controller": "^2.0.0", "@azure/core-auth": "^1.9.0", @@ -125,7 +124,7 @@ "tslib": "^2.2.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" } }, "node_modules/@azure/logger": { diff --git a/user-auth/graphtutorial/package.json b/user-auth/graphtutorial/package.json index e8f14d4..2b0f4fd 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.10.1", + "@azure/identity": "^4.10.2", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10"