From fbdc71650d9b67926b691fe2b3477ba1ed501acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:24:28 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 3 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the /samples/javascript_nodejs/15.handling-attachments directory: [axios](https://github.com/axios/axios). Bumps the npm_and_yarn group with 1 update in the /samples/javascript_nodejs/84.bot-authentication-certificate directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js). Bumps the npm_and_yarn group with 1 update in the /samples/javascript_nodejs/85.bot-authentication-sni directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js). Updates `axios` from 0.21.4 to 1.7.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.7.7) Updates `@azure/identity` from 3.4.2 to 4.5.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_3.4.2...@azure/identity_4.5.0) Updates `@azure/identity` from 3.4.2 to 4.5.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_3.4.2...@azure/identity_4.5.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@azure/identity" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@azure/identity" dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- samples/javascript_nodejs/15.handling-attachments/package.json | 2 +- .../84.bot-authentication-certificate/package.json | 2 +- .../javascript_nodejs/85.bot-authentication-sni/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/javascript_nodejs/15.handling-attachments/package.json b/samples/javascript_nodejs/15.handling-attachments/package.json index 47a736f07b..bbf2328ced 100644 --- a/samples/javascript_nodejs/15.handling-attachments/package.json +++ b/samples/javascript_nodejs/15.handling-attachments/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/Microsoft/BotBuilder-Samples.git" }, "dependencies": { - "axios": "^0.21.2", + "axios": "^1.7.7", "botbuilder": "~4.23.0", "dotenv": "^8.2.0", "restify": "~10.0.0" diff --git a/samples/javascript_nodejs/84.bot-authentication-certificate/package.json b/samples/javascript_nodejs/84.bot-authentication-certificate/package.json index 69f560c01d..5f1d94fb84 100644 --- a/samples/javascript_nodejs/84.bot-authentication-certificate/package.json +++ b/samples/javascript_nodejs/84.bot-authentication-certificate/package.json @@ -16,7 +16,7 @@ "url": "https://github.com" }, "dependencies": { - "@azure/identity": "^3.3.0", + "@azure/identity": "^4.5.0", "@azure/keyvault-certificates": "^4.7.0", "@azure/keyvault-secrets": "^4.7.0", "botbuilder": "~4.23.0", diff --git a/samples/javascript_nodejs/85.bot-authentication-sni/package.json b/samples/javascript_nodejs/85.bot-authentication-sni/package.json index 60f74d8730..c581eb115a 100644 --- a/samples/javascript_nodejs/85.bot-authentication-sni/package.json +++ b/samples/javascript_nodejs/85.bot-authentication-sni/package.json @@ -16,7 +16,7 @@ "url": "https://github.com" }, "dependencies": { - "@azure/identity": "^3.3.0", + "@azure/identity": "^4.5.0", "@azure/keyvault-certificates": "^4.7.0", "@azure/keyvault-secrets": "^4.7.0", "botbuilder": "^4.23.0",