From 363727a620c7bc6bfe92c51763cce814cc2fecb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:26:00 +0000 Subject: [PATCH] Bump @azure/msal-node from 2.16.2 to 3.0.1 Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.16.2 to 3.0.1. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-node-v2.16.2...msal-node-v3.0.1) --- updated-dependencies: - dependency-name: "@azure/msal-node" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ca5006..cdc4fec 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "standard": "^17.0.0" }, "dependencies": { - "@azure/msal-node": "^2.0.2", + "@azure/msal-node": "^3.0.1", "@xboxreplay/xboxlive-auth": "^3.3.3", "debug": "^4.3.3", "smart-buffer": "^4.1.0",