From 7acdf2679dcbdc52c3574ccf0149fcb7fda42b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:53:39 +0000 Subject: [PATCH] Bump @azure/identity Bumps the npm_and_yarn group with 1 update in the /backend directory: [@azure/identity](https://github.com/Azure/azure-sdk-for-js). Updates `@azure/identity` from 4.4.0 to 4.4.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.4.0...@azure/identity_4.4.1) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- backend/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 31f1e6b..6358153 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -261,9 +261,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.0.tgz", - "integrity": "sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.1.tgz", + "integrity": "sha512-DwnG4cKFEM7S3T+9u05NstXU/HN0dk45kPOinUyNKsn5VWwpXd9sbPKEg6kgJzGbm1lMuhx9o31PVbCtM5sfBA==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.5.0",