From 5272aafd1d969110de0fe5860a6dd3cd580dcd23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:07:50 +0000 Subject: [PATCH] build(deps): bump @azure/identity in /msgraph-mail/typescript Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.3.0 to 4.4.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_4.3.0...@azure/identity_4.4.0) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- msgraph-mail/typescript/package-lock.json | 10 +++++----- msgraph-mail/typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/msgraph-mail/typescript/package-lock.json b/msgraph-mail/typescript/package-lock.json index 31a54f7b2..a27cc56ab 100644 --- a/msgraph-mail/typescript/package-lock.json +++ b/msgraph-mail/typescript/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@azure/identity": "^4.3.0", + "@azure/identity": "^4.4.0", "@microsoft/kiota-abstractions": "^1.0.0-preview.57", "@microsoft/kiota-authentication-azure": "^1.0.0-preview.52", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.56", @@ -163,9 +163,9 @@ } }, "node_modules/@azure/identity": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.3.0.tgz", - "integrity": "sha512-LHZ58/RsIpIWa4hrrE2YuJ/vzG1Jv9f774RfTTAVDZDriubvJ0/S5u4pnw4akJDlS0TiJb6VMphmVUFsWmgodQ==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@azure/identity/-/identity-4.4.0.tgz", + "integrity": "sha512-oG6oFNMxUuoivYg/ElyZWVSZfw42JQyHbrp+lR7VJ1BYWsGzt34NwyDw3miPp1QI7Qm5+4KAd76wGsbHQmkpkg==", "dependencies": { "@azure/abort-controller": "^1.0.0", "@azure/core-auth": "^1.5.0", @@ -174,7 +174,7 @@ "@azure/core-tracing": "^1.0.0", "@azure/core-util": "^1.3.0", "@azure/logger": "^1.0.0", - "@azure/msal-browser": "^3.11.1", + "@azure/msal-browser": "^3.14.0", "@azure/msal-node": "^2.9.2", "events": "^3.0.0", "jws": "^4.0.0", diff --git a/msgraph-mail/typescript/package.json b/msgraph-mail/typescript/package.json index c7252fcf8..15216f782 100644 --- a/msgraph-mail/typescript/package.json +++ b/msgraph-mail/typescript/package.json @@ -23,7 +23,7 @@ "lint": "eslint . --ext .ts" }, "dependencies": { - "@azure/identity": "^4.3.0", + "@azure/identity": "^4.4.0", "@microsoft/kiota-abstractions": "^1.0.0-preview.57", "@microsoft/kiota-authentication-azure": "^1.0.0-preview.52", "@microsoft/kiota-http-fetchlibrary": "^1.0.0-preview.56",