Skip to content

Commit

Permalink
fix(deps): Bump ws from 7.5.3 to 7.5.5 (#612)
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 7.5.5.
<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>7.5.5</h2>
<h1>Bug fixes</h1>
<ul>
<li>Backported ec9377ca to the 7.x release line (0e274acd).</li>
</ul>
<h2>7.5.4</h2>
<h1>Bug fixes</h1>
<ul>
<li>Backported 6a72da3e to the 7.x release line (76087fbf).</li>
<li>Backported 869c9892 to the 7.x release line (27997933).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/websockets/ws/commit/2d968a6d85f560620840f85cf580eb7fa9cd2813"><code>2d968a6</code></a> [dist] 7.5.5</li>
<li><a href="https://github.com/websockets/ws/commit/ab5fcd63f3eaf835d0b02a02d3a91f21dcc16e9a"><code>ab5fcd6</code></a> [doc] Change label text to CI</li>
<li><a href="https://github.com/websockets/ws/commit/aa21e70cc5048d2c58005d4c883b16bf8add46dc"><code>aa21e70</code></a> [ci] Use Github Actions for Windows x86 testing</li>
<li><a href="https://github.com/websockets/ws/commit/e51981008fdbe36ea645cba36157ee839942129b"><code>e519810</code></a> [pkg] Update eslint-plugin-prettier to version 4.0.0</li>
<li><a href="https://github.com/websockets/ws/commit/0e274acd781b6f3848ee5167955368a434cc138c"><code>0e274ac</code></a> [minor] Skip unnecessary operations if the socket is already closed</li>
<li><a href="https://github.com/websockets/ws/commit/075752d2bb8dcffa0254da5c407542f9f155d0d7"><code>075752d</code></a> [dist] 7.5.4</li>
<li><a href="https://github.com/websockets/ws/commit/279979338e38de13deb9df00f464a31d67309315"><code>2799793</code></a> [fix] Resume the socket in the next tick</li>
<li><a href="https://github.com/websockets/ws/commit/76087fbffc0ead301dcd036850f8f1073dddab1d"><code>76087fb</code></a> [fix] Do not rely on undocumented behavior</li>
<li>See full diff in <a href="https://github.com/websockets/ws/compare/7.5.3...7.5.5">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=7.5.3&new-version=7.5.5)](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>
  • Loading branch information
dependabot[bot] authored Nov 12, 2021
1 parent 5e3a322 commit bdcf327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"stream-to-it": "^0.2.4",
"uuid-random": "^1.3.2",
"verror": "^1.10.0",
"ws": "^7.5.3"
"ws": "^7.5.5"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
Expand Down

0 comments on commit bdcf327

Please sign in to comment.