From dd16c5c4d7c30c9e38c97dfaf11cd2184f853826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:56:51 +0000 Subject: [PATCH] Bump @azure/identity in /src/ai/.x/templates/openai-chat-streaming-js Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.1.0 to 4.2.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.1.0...@azure/identity_4.2.1) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ai/.x/templates/openai-chat-streaming-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/.x/templates/openai-chat-streaming-js/package.json b/src/ai/.x/templates/openai-chat-streaming-js/package.json index 2c8f0e91..ef3750b0 100644 --- a/src/ai/.x/templates/openai-chat-streaming-js/package.json +++ b/src/ai/.x/templates/openai-chat-streaming-js/package.json @@ -10,7 +10,7 @@ "author": "", "license": "MIT", "dependencies": { - "@azure/identity": "4.1.0", + "@azure/identity": "4.2.1", "openai": "^4.31.0" } }