From ed265c6835c14ecd8497e48366d1a269889a438b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:12:46 -0700 Subject: [PATCH] Bump @azure/msal-browser from 2.38.3 to 2.38.4 in /webapp (#913) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.38.3 to 2.38.4.
Release notes

Sourced from @​azure/msal-browser's releases.

@​azure/msal-browser v2.38.4

2.38.4

Tue, 26 Mar 2024 20:58:39 GMT

Patches

Discussion: https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6977

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@azure/msal-browser&package-manager=npm_and_yarn&previous-version=2.38.3&new-version=2.38.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 86e435cc6..466c6004e 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -15,7 +15,7 @@ "eject": "react-scripts eject" }, "dependencies": { - "@azure/msal-browser": "^2.38.3", + "@azure/msal-browser": "^2.38.4", "@azure/msal-react": "^1.5.11", "@fluentui/react-components": "^9.47.1", "@fluentui/react-icons": "^2.0.233", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 7a9c8b935..6ef27b480 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -29,10 +29,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@azure/msal-browser@^2.38.3": - version "2.38.3" - resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-2.38.3.tgz#2f131fa9b7a8a9546fc8d34e5d99ce4c18b04147" - integrity sha512-2WuLFnWWPR1IdvhhysT18cBbkXx1z0YIchVss5AwVA95g7CU5CpT3d+5BcgVGNXDXbUU7/5p0xYHV99V5z8C/A== +"@azure/msal-browser@^2.38.4": + version "2.38.4" + resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-2.38.4.tgz#d8a04f6f164b7d59373f99fa6977578d796b4d28" + integrity sha512-d1qSanWO9fRKurrxhiyMOIj2jMoGw+2pHb51l2PXNwref7xQO+UeOP2q++5xfHQoUmgTtNuERhitynHla+dvhQ== dependencies: "@azure/msal-common" "13.3.1"