Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump msw from 2.3.1 to 2.4.9 in /src/frontend (#266)
Bumps [msw](https://github.com/mswjs/msw) from 2.3.1 to 2.4.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mswjs/msw/releases">msw's releases</a>.</em></p> <blockquote> <h2>v2.4.9 (2024-09-20)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ClientRequest:</strong> support <code>Request</code> as init when recording raw headers (<a href="https://redirect.github.com/mswjs/msw/issues/2293">#2293</a>) (bf982eaa70ddd5d08706b8877ceb6c6c2517f660) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.4.8 (2024-09-17)</h2> <h3>Bug Fixes</h3> <ul> <li>address <code>express</code> and <code>path-to-regexp</code> vulnerabilities (<a href="https://redirect.github.com/mswjs/msw/issues/2285">#2285</a>) (e3487bc4259368adc33739eb9490bde8421a215c) <a href="https://github.com/markmssd"><code>@markmssd</code></a></li> </ul> <h2>v2.4.7 (2024-09-15)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>ClientRequest:</strong> prevent duplicates when recording set headers (<a href="https://redirect.github.com/mswjs/msw/issues/2284">#2284</a>) (e04eb8f44ffcf5ce755aa224d31a8576f4719a9f) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> <li>use <code>Object.defineProperty</code> for Headers proxy (<a href="https://redirect.github.com/mswjs/msw/issues/2283">#2283</a>) (94e17beea475a494c1de8b58ea399e518f55ddda) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.4.6 (2024-09-13)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>xhr:</strong> clone request body before calculating its size (<a href="https://redirect.github.com/mswjs/msw/issues/2282">#2282</a>) (397444bcc386bbe560aa649460cb92cdb31d28a9) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.4.5 (2024-09-11)</h2> <h3>Bug Fixes</h3> <ul> <li>remove cookies with <code>max-age=0</code> from cookie store (<a href="https://redirect.github.com/mswjs/msw/issues/2275">#2275</a>) (c307ab27643fc80631d3f0a28e72f7339a54af70) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.4.4 (2024-09-08)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>fetch:</strong> follow mocked redirect responses (<a href="https://redirect.github.com/mswjs/msw/issues/2268">#2268</a>) (f5785bfba1a026075feca4f74cadfcb636ffc257) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> <li>Adopts a new, Socket-based request interception algorithm.</li> </ul> <h2>v2.4.3 (2024-09-07)</h2> <h3>Bug Fixes</h3> <ul> <li>revert "graphql" as optional peer dependency (<a href="https://redirect.github.com/mswjs/msw/issues/2267">#2267</a>) (7cd39e787aa9766eef914bce3d65daec1ce16635) <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <h2>v2.4.2 (2024-09-04)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>cli:</strong> support windows paths in the <code>init</code> command (<a href="https://redirect.github.com/mswjs/msw/issues/2260">#2260</a>) (ba285b887cedfa22f32ae1e8d6569e57174cb561) <a href="https://github.com/ivanfernandez2646"><code>@ivanfernandez2646</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> <li>use [email protected] as the minimal supported version (<a href="https://redirect.github.com/mswjs/msw/issues/2251">#2251</a>) (6b2a7e6be8f9b63c2549ad7fbf271d38f803ad6e) <a href="https://github.com/THETCR"><code>@THETCR</code></a> <a href="https://github.com/kettanaito"><code>@kettanaito</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mswjs/msw/commit/452686d27cc84c1a18262e9d0b18cf64b13aa71d"><code>452686d</code></a> chore(release): v2.4.9</li> <li><a href="https://github.com/mswjs/msw/commit/bf982eaa70ddd5d08706b8877ceb6c6c2517f660"><code>bf982ea</code></a> fix(ClientRequest): support <code>Request</code> as init when recording raw headers (<a href="https://redirect.github.com/mswjs/msw/issues/2293">#2293</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/5342c19ee53f517b39128de30c5e24230d1c122f"><code>5342c19</code></a> chore(release): v2.4.8</li> <li><a href="https://github.com/mswjs/msw/commit/e3487bc4259368adc33739eb9490bde8421a215c"><code>e3487bc</code></a> fix: address <code>express</code> and <code>path-to-regexp</code> vulnerabilities (<a href="https://redirect.github.com/mswjs/msw/issues/2285">#2285</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/668d31eb7fda8f4846fd45342aa6806f4e9ada83"><code>668d31e</code></a> chore(release): v2.4.7</li> <li><a href="https://github.com/mswjs/msw/commit/e04eb8f44ffcf5ce755aa224d31a8576f4719a9f"><code>e04eb8f</code></a> fix(ClientRequest): prevent duplicates when recording set headers (<a href="https://redirect.github.com/mswjs/msw/issues/2284">#2284</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/94e17beea475a494c1de8b58ea399e518f55ddda"><code>94e17be</code></a> fix: use <code>Object.defineProperty</code> for Headers proxy (<a href="https://redirect.github.com/mswjs/msw/issues/2283">#2283</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/1f81e98582099a369fec112bfec94a7c0012372a"><code>1f81e98</code></a> chore(release): v2.4.6</li> <li><a href="https://github.com/mswjs/msw/commit/397444bcc386bbe560aa649460cb92cdb31d28a9"><code>397444b</code></a> fix(xhr): clone request body before calculating its size (<a href="https://redirect.github.com/mswjs/msw/issues/2282">#2282</a>)</li> <li><a href="https://github.com/mswjs/msw/commit/8e173305c143d9281af0010e1dbdb11ca9e62a78"><code>8e17330</code></a> chore(release): v2.4.5</li> <li>Additional commits viewable in <a href="https://github.com/mswjs/msw/compare/v2.3.1...v2.4.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msw&package-manager=npm_and_yarn&previous-version=2.3.1&new-version=2.4.9)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information