From 5646b580e7d0162d039befd78922b72788963ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 04:10:16 +0000 Subject: [PATCH] Bump @azure/identity in /app-auth/graphapponlytutorial Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.10.0 to 4.10.1. - [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.0...@azure/identity_4.10.1) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-version: 4.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/package-lock.json | 8 ++++---- app-auth/graphapponlytutorial/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-auth/graphapponlytutorial/package-lock.json b/app-auth/graphapponlytutorial/package-lock.json index f50c42c..32c719e 100644 --- a/app-auth/graphapponlytutorial/package-lock.json +++ b/app-auth/graphapponlytutorial/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@azure/identity": "^4.10.0", + "@azure/identity": "^4.10.1", "@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.10.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.10.0.tgz", - "integrity": "sha512-iT53Sre2NJK6wzMWnvpjNiR3md597LZ3uK/5kQD2TkrY9vqhrY5bt2KwELNjkOWQ9n8S/92knj/QEykTtjMNqQ==", + "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", "dependencies": { "@azure/abort-controller": "^2.0.0", diff --git a/app-auth/graphapponlytutorial/package.json b/app-auth/graphapponlytutorial/package.json index 3a26437..c18a402 100644 --- a/app-auth/graphapponlytutorial/package.json +++ b/app-auth/graphapponlytutorial/package.json @@ -19,7 +19,7 @@ "prettier": "^3.5.3" }, "dependencies": { - "@azure/identity": "^4.10.0", + "@azure/identity": "^4.10.1", "@microsoft/microsoft-graph-client": "^3.0.7", "isomorphic-fetch": "^3.0.0", "readline-sync": "^1.4.10"