From ad6bcf6dfc72f05162640c6f1ac02e5d21ee62c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:03:36 -0700 Subject: [PATCH] Bump @azure/msal-browser from 3.20.0 to 3.26.1 in /webapp (#1179) 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 3.20.0 to 3.26.1.
Release notes

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

@​azure/msal-browser v3.26.1

3.26.1

Tue, 08 Oct 2024 20:45:26 GMT

Patches

@​azure/msal-browser v3.26.0

3.26.0

Tue, 08 Oct 2024 16:51:05 GMT

Minor changes

Patches

@​azure/msal-browser v3.25.0

3.25.0

Thu, 03 Oct 2024 00:40:42 GMT

Minor changes

@​azure/msal-browser v3.24.0

3.24.0

Thu, 19 Sep 2024 23:48:30 GMT

Minor changes

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@azure/msal-browser&package-manager=npm_and_yarn&previous-version=3.20.0&new-version=3.26.1)](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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 33d5e477d..2aa2a7385 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -15,7 +15,7 @@ "eject": "react-scripts eject" }, "dependencies": { - "@azure/msal-browser": "^3.20.0", + "@azure/msal-browser": "^3.26.1", "@azure/msal-react": "^2.0.22", "@fluentui/react-components": "^9.54.13", "@fluentui/react-icons": "^2.0.258", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 04dbb7d57..0a04da23f 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -29,17 +29,17 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@azure/msal-browser@^3.20.0": - version "3.20.0" - resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-3.20.0.tgz#12ae45d0d398dac25b2b37710277103539c23994" - integrity sha512-ErsxbfCGIwdqD8jipqdxpfAGiUEQS7MWUe39Rjhl0ZVPsb1JEe9bZCe2+0g23HDH6DGyCAtnTNN9scPtievrMQ== +"@azure/msal-browser@^3.26.1": + version "3.26.1" + resolved "https://registry.yarnpkg.com/@azure/msal-browser/-/msal-browser-3.26.1.tgz#2f4368d7997682db30dca52e32fcac363fa0efad" + integrity sha512-y78sr9g61aCAH9fcLO1um+oHFXc1/5Ap88RIsUSuzkm0BHzFnN+PXGaQeuM1h5Qf5dTnWNOd6JqkskkMPAhh7Q== dependencies: - "@azure/msal-common" "14.14.0" + "@azure/msal-common" "14.15.0" -"@azure/msal-common@14.14.0": - version "14.14.0" - resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.14.0.tgz#31a015070d5864ebcf9ebb988fcbc5c5536f22d1" - integrity sha512-OxcOk9H1/1fktHh6//VCORgSNJc2dCQObTm6JNmL824Z6iZSO6eFo/Bttxe0hETn9B+cr7gDouTQtsRq3YPuSQ== +"@azure/msal-common@14.15.0": + version "14.15.0" + resolved "https://registry.yarnpkg.com/@azure/msal-common/-/msal-common-14.15.0.tgz#0e27ac0bb88fe100f4f8d1605b64d5c268636a55" + integrity sha512-ImAQHxmpMneJ/4S8BRFhjt1MZ3bppmpRPYYNyzeQPeFN288YKbb8TmmISQEbtfkQ1BPASvYZU5doIZOPBAqENQ== "@azure/msal-react@^2.0.22": version "2.0.22"