Bump ws from 8.12.1 to 8.13.0 in /js/js-flipper (#4594)

Summary:
Bumps [ws](https://github.com/websockets/ws) from 8.12.1 to 8.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p>
<blockquote>
<h2>8.13.0</h2>
<h1>Features</h1>
<ul>
<li>Added the <code>finishRequest</code> option to support late addition of headers (<a href="https://redirect.github.com/websockets/ws/issues/2123">https://github.com/facebook/flipper/issues/2123</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="45e17acea7"><code>45e17ac</code></a> [pkg] 8.13.0</li>
<li><a href="23acf8cfaf"><code>23acf8c</code></a> [test] Fix nits</li>
<li><a href="cd89e077f6"><code>cd89e07</code></a> [feature] Add option to support late addition of headers (<a href="https://redirect.github.com/websockets/ws/issues/2123">https://github.com/facebook/flipper/issues/2123</a>)</li>
<li><a href="b4b9d5a76e"><code>b4b9d5a</code></a> [test] Fix failing test when using the domain module (<a href="https://redirect.github.com/websockets/ws/issues/2126">https://github.com/facebook/flipper/issues/2126</a>)</li>
<li><a href="41dc56a4ba"><code>41dc56a</code></a> [doc] Remove misleading information</li>
<li>See full diff in <a href="https://github.com/websockets/ws/compare/8.12.1...8.13.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=8.12.1&new-version=8.13.0)](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 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>

Pull Request resolved: https://github.com/facebook/flipper/pull/4594

Reviewed By: ivanmisuno

Differential Revision: D44215121

Pulled By: mweststrate

fbshipit-source-id: e5c0b80ceb407655a0ad909c93dd89d271d79457
This commit is contained in:
dependabot[bot]
2023-03-28 05:30:53 -07:00
committed by Facebook GitHub Bot
parent 29b4b29d85
commit 914db21c7d

View File

@@ -4202,9 +4202,9 @@ write-file-atomic@^4.0.2:
signal-exit "^3.0.7"
ws@^8.12.1:
version "8.12.1"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.12.1.tgz#c51e583d79140b5e42e39be48c934131942d4a8f"
integrity sha512-1qo+M9Ba+xNhPB+YTWUlK6M17brTut5EXbcBaMRN5pH5dFrXz7lzz1ChFSUq3bOUl8yEvSenhHmYUNJxFzdJew==
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
y18n@^5.0.5:
version "5.0.8"