From 70f6a599d332d7838c7e08da32134583ffebd3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:38:56 +0000 Subject: [PATCH] Bump @azure/identity from 4.1.0 to 4.2.0 in /it/typescript Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.1.0 to 4.2.0. - [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.1.0...@azure/identity_4.2.0) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- it/typescript/package-lock.json | 8 ++++---- it/typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/it/typescript/package-lock.json b/it/typescript/package-lock.json index 28fbc14b5d..5a6c8e9709 100644 --- a/it/typescript/package-lock.json +++ b/it/typescript/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@azure/identity": "^4.1.0", + "@azure/identity": "^4.2.0", "@microsoft/kiota-abstractions": "^1.0.0-preview.51", "@microsoft/kiota-authentication-azure": "^1.0.0-preview.46", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.50", @@ -126,9 +126,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.1.0.tgz", - "integrity": "sha512-BhYkF8Xr2gXjyDxocm0pc9RI5J5a1jw8iW0dw6Bx95OGdYbuMyFZrrwNw4eYSqQ2BB6FZOqpJP3vjsAqRcvDhw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.2.0.tgz", + "integrity": "sha512-ve3aYv79qXOJ8wRxQ5jO0eIz2DZ4o0TyME4m4vlGV5YyePddVZ+pFMzusAMODNAflYAAv1cBIhKnd4xytmXyig==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.5.0", diff --git a/it/typescript/package.json b/it/typescript/package.json index 4cef77bc50..c2806b7378 100644 --- a/it/typescript/package.json +++ b/it/typescript/package.json @@ -30,7 +30,7 @@ "typescript": "^4.9.5" }, "dependencies": { - "@azure/identity": "^4.1.0", + "@azure/identity": "^4.2.0", "@microsoft/kiota-abstractions": "^1.0.0-preview.51", "@microsoft/kiota-authentication-azure": "^1.0.0-preview.46", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.50",