From bb494faa014a1064effe38e144a3b4fe5e3102f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 06:09:49 +0000 Subject: [PATCH] chore(react): Update @azure/msal-browser requirement Updates the requirements on [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) to permit the latest version. Updates `@azure/msal-browser` to 5.16.0 - [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-v5.11.0...msal-browser-v5.16.0) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-version: 5.16.0 dependency-type: direct:production dependency-group: msal ... Signed-off-by: dependabot[bot] --- react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/package.json b/react/package.json index 49f190fd..d45e9938 100644 --- a/react/package.json +++ b/react/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "@azure/msal-browser": "^5.11.0", + "@azure/msal-browser": "^5.16.0", "@azure/msal-react": "^5.4.2", "@fortawesome/free-brands-svg-icons": "^7.2.0", "@fortawesome/pro-duotone-svg-icons": "^7.2.0",