From e967cfa4bfe889dfa8e712fa8563987c0ec5556d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:05:18 +0000 Subject: [PATCH] chore(react): bump the msal group in /react with 2 updates Bumps the msal group in /react with 2 updates: [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) and [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js). Updates `@azure/msal-browser` from 4.28.1 to 5.0.2 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v4.28.1...msal-node-v5.0.2) Updates `@azure/msal-react` from 3.0.25 to 5.0.2 - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-react-v3.0.25...msal-node-v5.0.2) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: msal - dependency-name: "@azure/msal-react" dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: msal ... Signed-off-by: dependabot[bot] --- react/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/package.json b/react/package.json index 5b989f8f..830df411 100644 --- a/react/package.json +++ b/react/package.json @@ -12,8 +12,8 @@ "test": "vitest" }, "dependencies": { - "@azure/msal-browser": "^4.27.0", - "@azure/msal-react": "^3.0.23", + "@azure/msal-browser": "^5.0.2", + "@azure/msal-react": "^5.0.2", "@fortawesome/free-brands-svg-icons": "^7.1.0", "@fortawesome/pro-duotone-svg-icons": "^7.1.0", "@fortawesome/pro-light-svg-icons": "^7.1.0",