Bump ws from 8.9.0 to 8.11.0 in /js/js-flipper (#4295)

Summary:
Bumps [ws](https://github.com/websockets/ws) from 8.9.0 to 8.11.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.11.0</h2>
<h1>Features</h1>
<ul>
<li><code>WebSocket.prototype.addEventListener()</code> now supports an event listener
specified as an object with a <code>handleEvent()</code> method. (9ab743aa).</li>
</ul>
<h1>Bug fixes</h1>
<ul>
<li><code>WebSocket.prototype.addEventListener()</code> now adds an event listener only if it
is not already in the list of the event listeners for the specified event type
(1cec17da).</li>
</ul>
<h2>8.10.0</h2>
<h1>Features</h1>
<ul>
<li>Added an export for package.json (211d5d38).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="afd8c6269b"><code>afd8c62</code></a> [dist] 8.11.0</li>
<li><a href="1cec17da06"><code>1cec17d</code></a> [fix] Add the same event listener only once</li>
<li><a href="9ab743aa70"><code>9ab743a</code></a> [feature] Add support for objets with a <code>handleEvent()</code> method</li>
<li><a href="38f78794ca"><code>38f7879</code></a> [ci] Test on node 19</li>
<li><a href="cdca711ad4"><code>cdca711</code></a> [dist] 8.10.0</li>
<li><a href="211d5d3833"><code>211d5d3</code></a> [pkg] Add package.json export</li>
<li><a href="c4d6eb3907"><code>c4d6eb3</code></a> [ci] Do not use the set-output command</li>
<li>See full diff in <a href="https://github.com/websockets/ws/compare/8.9.0...8.11.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.9.0&new-version=8.11.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/4295

Reviewed By: antonk52

Differential Revision: D41578630

Pulled By: mweststrate

fbshipit-source-id: 3db16f5a08f717736a38969cb7a93d613a4af727
This commit is contained in:
dependabot[bot]
2022-11-30 07:43:03 -08:00
committed by Facebook GitHub Bot
parent c7e67a5de0
commit 6a9f2de29a

View File

@@ -3806,9 +3806,9 @@ write-file-atomic@^4.0.1:
signal-exit "^3.0.7" signal-exit "^3.0.7"
ws@^8.5.0: ws@^8.5.0:
version "8.9.0" version "8.11.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e" resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg== integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==
y18n@^5.0.5: y18n@^5.0.5:
version "5.0.8" version "5.0.8"