From 8ea21c5366c3169ec74d7d52d9a22ecd6393ad83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Mar 2025 05:45:29 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the /azure-pipeline directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js) and [axios](https://github.com/axios/axios). Updates `@azure/identity` from 2.1.0 to 4.7.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_2.1.0...@azure/identity_4.7.0) Updates `axios` from 0.27.2 to 1.8.2 - [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.27.2...v1.8.2) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- azure-pipeline/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipeline/package.json b/azure-pipeline/package.json index 075d80b..4f0c444 100644 --- a/azure-pipeline/package.json +++ b/azure-pipeline/package.json @@ -11,9 +11,9 @@ "author": "", "license": "ISC", "dependencies": { - "@azure/identity": "^2.1.0", + "@azure/identity": "^4.7.0", "@types/tar": "^6.1.1", - "axios": "^0.27.2", + "axios": "^1.8.2", "azure-pipelines-task-lib": "^4.0.0-preview", "fs-extra": "^10.1.0", "gunzip-maybe": "^1.4.2",