From db7ddaf756133b41e7be7f11ca8de4b00f2ec0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 00:49:38 +0000 Subject: [PATCH] Bump @azure/identity from 3.2.3 to 3.2.4 in /clients/node Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 3.2.3 to 3.2.4. - [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_3.2.3...@azure/identity_3.2.4) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- clients/node/package-lock.json | 14 +++++++------- clients/node/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clients/node/package-lock.json b/clients/node/package-lock.json index 4fe75a2..3e6d112 100644 --- a/clients/node/package-lock.json +++ b/clients/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@azure/identity": "^3.2.3", + "@azure/identity": "^3.2.4", "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7", @@ -114,9 +114,9 @@ } }, "node_modules/@azure/identity": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz", - "integrity": "sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.4.tgz", + "integrity": "sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", @@ -970,9 +970,9 @@ } }, "@azure/identity": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.3.tgz", - "integrity": "sha512-knIbl7p2i8r3qPsLW2W84esmDPr36RqieLC72OeuqYk4+0TRNthUhWTs655P9S9Pm3TVVxcFsS3Le9SXIWBIFA==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-3.2.4.tgz", + "integrity": "sha512-t63oyi2LAn+ZAehYA7SDlhJDd1J0eLO3a21mxTaJcXqKW/tbRbKmo/BeyyTIXbBaoeTFn0xnyQHyomwndTqKUA==", "requires": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.3.0", diff --git a/clients/node/package.json b/clients/node/package.json index 5d0cb03..a51f724 100644 --- a/clients/node/package.json +++ b/clients/node/package.json @@ -13,7 +13,7 @@ "typescript": "^5.1.6" }, "dependencies": { - "@azure/identity": "^3.2.3", + "@azure/identity": "^3.2.4", "@microsoft/kiota-abstractions": "^1.0.0-preview.13", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.17", "@microsoft/kiota-serialization-form": "^1.0.0-preview.7",