From 86a1396954b92abbfbca223746a199a0e6736d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:22:15 +0000 Subject: [PATCH] build(deps): bump @azure/core-auth from 1.7.2 to 1.8.0 Bumps [@azure/core-auth](https://github.com/Azure/azure-sdk-for-js) from 1.7.2 to 1.8.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/core-auth_1.7.2...@azure/core-auth_1.8.0) --- updated-dependencies: - dependency-name: "@azure/core-auth" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 321265b..a999f9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42,9 +42,9 @@ tslib "^2.6.2" "@azure/core-auth@^1.3.0", "@azure/core-auth@^1.4.0", "@azure/core-auth@^1.7.2": - version "1.7.2" - resolved "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.7.2.tgz" - integrity sha512-Igm/S3fDYmnMq1uKS38Ae1/m37B3zigdlZw+kocwEhh5GjyKjPrXKO2J6rzpC1wAxrNil/jX9BJRqBshyjnF3g== + version "1.8.0" + resolved "https://registry.yarnpkg.com/@azure/core-auth/-/core-auth-1.8.0.tgz#281b4a6d3309c3e7b15bcd967f01d4c79ae4a1d6" + integrity sha512-YvFMowkXzLbXNM11yZtVLhUCmuG0ex7JKOH366ipjmHBhL3vpDcPAeWF+jf0X+jVXwFqo3UhsWUq4kH0ZPdu/g== dependencies: "@azure/abort-controller" "^2.0.0" "@azure/core-util" "^1.1.0"