From cd8afe1b615b445332a55a95d143323261490fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:37:54 +0000 Subject: [PATCH] chore(npm): bump @azure/msal-react from 5.2.1 to 5.3.1 in /frontend Bumps [@azure/msal-react](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 5.2.1 to 5.3.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-react-v5.2.1...msal-react-v5.3.1) --- updated-dependencies: - dependency-name: "@azure/msal-react" dependency-version: 5.3.1 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..94b77eb 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.1", "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.8.0", + "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-5.8.0.tgz", + "integrity": "sha512-X7IZV77bN56l7sbLjkcbQJX1t3U4tgxqztDr/XFbUcUfKk+z2FavcLgKP+OYUNj0wl/pEEtV9lldW9siY8BuHQ==", "license": "MIT", "dependencies": { - "@azure/msal-common": "16.4.1" + "@azure/msal-common": "16.5.1" }, "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.1", + "resolved": "https://registry.npmjs.org/@azure/msal-common/-/msal-common-16.5.1.tgz", + "integrity": "sha512-WS9w9SfI8SEYO7mTnxGeZ3UwQfhAVYCWglYF2/7GNx3ioHiAs2gPkl9eSwVs8cPrmiGh+zi9ai/OOKoq4cyzDw==", "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.1", + "resolved": "https://registry.npmjs.org/@azure/msal-react/-/msal-react-5.3.1.tgz", + "integrity": "sha512-yR6BFVPyufFDg9qmtCxqpqMH3axxz/9hBL5ZO7zqMH9X9dZvjhcuAO5BL6zhS33VVPpNEZhJflU0LW1NHI2lIw==", "license": "MIT", "engines": { "node": ">=20" }, "peerDependencies": { - "@azure/msal-browser": "^5.6.3", + "@azure/msal-browser": "^5.8.0", "react": "^16.8.0 || ^17 || ^18 || ^19.2.1" } }, diff --git a/frontend/package.json b/frontend/package.json index 5e2e238..7ed5b3c 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.1", "jspdf": "^4.2.1", "jspdf-autotable": "^5.0.7", "react": "^19.2.4",