From c7007e5ef9a8ae0b48aa951a8b48ef25e3543895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 06:31:44 +0000 Subject: [PATCH] chore(npm): bump @azure/msal-react from 5.2.1 to 5.3.0 in /frontend Bumps [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 5.2.1 to 5.3.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-react-v5.2.1...msal-react-v5.3.0) --- updated-dependencies: - dependency-name: "@azure/msal-react" dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 24 ++++++++++++------------ frontend/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0aa912d..1bf8c0b 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "@azure/msal-browser": "^5.6.3", - "@azure/msal-react": "^5.2.1", + "@azure/msal-react": "^5.3.0", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "react": "^19.2.4", @@ -31,36 +31,36 @@ } }, "node_modules/@azure/msal-browser": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-5.6.3.tgz", - "integrity": "sha512-sTjMtUm+bJpENU/1WlRzHEsgEHppZDZ1EtNyaOODg/sQBtMxxJzGB+MOCM+T2Q5Qe1fKBrdxUmjyRxm0r7Ez9w==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-5.7.0.tgz", + "integrity": "sha512-uYbJ0YarxkVGWEq814BysJry/IPvpDNkVKmc2bMZp4G+igUQkJ5nlFirycwPGUeA9ICLQqCxqExCA1Z1E07bPA==", "license": "MIT", "dependencies": { - "@azure/msal-common": "16.4.1" + "@azure/msal-common": "16.5.0" }, "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-common": { - "version": "16.4.1", - "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.4.1.tgz", - "integrity": "sha512-Bl8f+w37xkXsYh7QRkAKCFGYtWMYuOVO7Lv+BxILrvGz3HbIEF22Pt0ugyj0QPOl6NLrHcnNUQ9yeew98P/5iw==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.5.0.tgz", + "integrity": "sha512-i3eS/5pmxDbIU/mLMENs88Qg3k6XxqJytJy6PpB7L1tCBjdXHJDadCD3Hu1TyTooe7iQo7CYqbocgL/l/8u90g==", "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/@azure/msal-react": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/@azure/msal-react/-/msal-react-5.2.1.tgz", - "integrity": "sha512-xKbL448QpoPsjU2CSC9Zb19HA3ARlhuolbonaIURxAgfinyq0sIEZzWfZ2sV9T/NUt2GmuYwk0QGZbl+CWBsyQ==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/@azure/msal-react/-/msal-react-5.3.0.tgz", + "integrity": "sha512-ewFWRIfgj9ndUQQCF71JdArk+NdgP2yocILXUOgYcySR7fENfgixQgBGA4Rcxrq7qvWfw+yJLac4ky/33npDkA==", "license": "MIT", "engines": { "node": ">=20" }, "peerDependencies": { - "@azure/msal-browser": "^5.6.3", + "@azure/msal-browser": "^5.7.0", "react": "^16.8.0 || ^17 || ^18 || ^19.2.1" } }, diff --git a/frontend/package.json b/frontend/package.json index 5e2e238..0f9e6f0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@azure/msal-browser": "^5.6.3", - "@azure/msal-react": "^5.2.1", + "@azure/msal-react": "^5.3.0", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "react": "^19.2.4",