Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @azure/msal-browser from 3.20.0 to 3.26.1 in /webapp (#1179)
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 3.20.0 to 3.26.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/releases"><code>@azure/msal-browser</code>'s releases</a>.</em></p> <blockquote> <h2><code>@azure/msal-browser</code> v3.26.1</h2> <h2>3.26.1</h2> <p>Tue, 08 Oct 2024 20:45:26 GMT</p> <h3>Patches</h3> <ul> <li>Respect cache policy and claims set in the request <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7363">#7363</a> (<a href="mailto:sameera.gajjarapu@microsoft.com">sameera.gajjarapu@microsoft.com</a>)</li> <li>Bump eslint-config-msal to v0.0.0 (beachball)</li> <li>Bump msal-test-utils to v0.0.1 (beachball)</li> <li>Bump rollup-msal to v0.0.0 (beachball)</li> </ul> <h2><code>@azure/msal-browser</code> v3.26.0</h2> <h2>3.26.0</h2> <p>Tue, 08 Oct 2024 16:51:05 GMT</p> <h3>Minor changes</h3> <ul> <li>Add optional event type filter to addEventCallback <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7351">#7351</a> (<a href="mailto:thomas.norling@microsoft.com">thomas.norling@microsoft.com</a>)</li> <li>Bump eslint-config-msal to v0.0.0 (beachball)</li> <li>Bump msal-test-utils to v0.0.1 (beachball)</li> <li>Bump rollup-msal to v0.0.0 (beachball)</li> </ul> <h3>Patches</h3> <ul> <li>Bug fixes for windowless PCA (<a href="mailto:shylasummers@microsoft.com">shylasummers@microsoft.com</a>)</li> </ul> <h2><code>@azure/msal-browser</code> v3.25.0</h2> <h2>3.25.0</h2> <p>Thu, 03 Oct 2024 00:40:42 GMT</p> <h3>Minor changes</h3> <ul> <li>Mute no_server_response error when back navigation is detected <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7342">#7342</a> (<a href="mailto:kshabelko@microsoft.com">kshabelko@microsoft.com</a>)</li> <li>Bump eslint-config-msal to v0.0.0 (beachball)</li> <li>Bump msal-test-utils to v0.0.1 (beachball)</li> <li>Bump rollup-msal to v0.0.0 (beachball)</li> </ul> <h2><code>@azure/msal-browser</code> v3.24.0</h2> <h2>3.24.0</h2> <p>Thu, 19 Sep 2024 23:48:30 GMT</p> <h3>Minor changes</h3> <ul> <li>Fix type resolution when using moduleResolution node16 (<a href="mailto:thomas.norling@microsoft.com">thomas.norling@microsoft.com</a>)</li> <li>Allow passing popup parent for multi-window flows (<a href="mailto:chrp@microsoft.com">chrp@microsoft.com</a>)</li> <li>Add instance_aware auth config param <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7259">#7259</a> (<a href="mailto:kshabelko@microsoft.com">kshabelko@microsoft.com</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/c8e74c3aaa87326ccce36eab041e2b25c600aeea"><code>c8e74c3</code></a> Bump package versions</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/9ff67274116c0509b9d9eaa956c4a35617a6cb38"><code>9ff6727</code></a> Cache fixes for NAA flow (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7363">#7363</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/5879cf36cfd1d4ec0b044e548f74656c1dde092a"><code>5879cf3</code></a> Bump package versions</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/34c39709d1eedf3e051d80a978e94fe8f75b44cf"><code>34c3970</code></a> PoP Support for Node when brokered (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7360">#7360</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/367915c86375e27d7aad8ecf777d2c0573a25b58"><code>367915c</code></a> Add filters to the event callbacks (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7351">#7351</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/243b68bcb1d9fb90adbfcfe4c17773a32881ed3c"><code>243b68b</code></a> Fixing window unavailable bugs for PCA and PBA (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7355">#7355</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f85b567557737e965f30a5a961bafdb177b0dfa2"><code>f85b567</code></a> msal-node e2e tests: cert_path -> certificate_path (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7357">#7357</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/ed4e1f393fe7ee39d23d8d4d135e59da81e99dcd"><code>ed4e1f3</code></a> Replace E2E test MSA account (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7358">#7358</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f820022bbb103f036e12a8ee2485f044fc98d092"><code>f820022</code></a> Bump package versions</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/704a8de9cc2d622534dee1a79dc19b0a8a52fe91"><code>704a8de</code></a> Allow pop params for brokered flows (<a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/7335">#7335</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v3.20.0...msal-browser-v3.26.1">compare view</a></li> </ul> </details> <br /> [![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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information