From b60274ac2313633fa193ea0e6abec5061924dd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:33:50 -0700 Subject: [PATCH] Bump @azure/msal-browser from 3.24.0 to 3.26.1 in /app/frontend (#2039) Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.24.0 to 3.26.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-browser-v3.24.0...msal-browser-v3.26.1) --- updated-dependencies: - dependency-name: "@azure/msal-browser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/frontend/package-lock.json | 8 ++++---- app/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/frontend/package-lock.json b/app/frontend/package-lock.json index 07877d5404..7fb09cc3c7 100644 --- a/app/frontend/package-lock.json +++ b/app/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "frontend", "version": "0.0.0", "dependencies": { - "@azure/msal-browser": "^3.24.0", + "@azure/msal-browser": "^3.26.1", "@azure/msal-react": "^2.0.21", "@fluentui/react": "^8.112.5", "@fluentui/react-components": "^9.54.13", @@ -61,9 +61,9 @@ } }, "node_modules/@azure/msal-browser": { - "version": "3.24.0", - "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-3.24.0.tgz", - "integrity": "sha512-JGNV9hTYAa7lsum9IMIibn2kKczAojNihGo1hi7pG0kNrcKej530Fl6jxwM05A44/6I079CSn6WxYxbVhKUmWg==", + "version": "3.26.1", + "resolved": "https://registry.npmjs.org/@azure/msal-browser/-/msal-browser-3.26.1.tgz", + "integrity": "sha512-y78sr9g61aCAH9fcLO1um+oHFXc1/5Ap88RIsUSuzkm0BHzFnN+PXGaQeuM1h5Qf5dTnWNOd6JqkskkMPAhh7Q==", "dependencies": { "@azure/msal-common": "14.15.0" }, diff --git a/app/frontend/package.json b/app/frontend/package.json index 5cbc259193..ae0e71c03c 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -12,7 +12,7 @@ "preview": "vite preview" }, "dependencies": { - "@azure/msal-browser": "^3.24.0", + "@azure/msal-browser": "^3.26.1", "@azure/msal-react": "^2.0.21", "@fluentui/react": "^8.112.5", "@fluentui/react-components": "^9.54.13",