Skip to content

Commit

Permalink
fix(deps): Bump ws from 7.4.3 to 7.4.4 (#39)
Browse files Browse the repository at this point in the history
Bumps [ws](https://github.com/websockets/ws) from 7.4.3 to 7.4.4.
<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.4.4</h2>
<h1>Bug fixes</h1>
<ul>
<li>Fixed a bug that could cause the process to crash when using the
permessage-deflate extension (92774377).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/websockets/ws/commit/a74dd2ee88ca87e1e0af7062331996bc35f311a6"><code>a74dd2e</code></a> [dist] 7.4.4</li>
<li><a href="https://github.com/websockets/ws/commit/92774377166b9e9241982cada4e80331093021ae"><code>9277437</code></a> [fix] Recreate the inflate stream if it ends</li>
<li><a href="https://github.com/websockets/ws/commit/cbff929b810529f64a88e4b7b8f25d19023dc912"><code>cbff929</code></a> [doc] Improve <code>websocket.terminate()</code> documentation</li>
<li><a href="https://github.com/websockets/ws/commit/489a295be632feea34266c9966a16d5453f123dc"><code>489a295</code></a> [ci] Use GitHub Actions (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1853">#1853</a>)</li>
<li><a href="https://github.com/websockets/ws/commit/77370e00ca75b2f88c35be7202fbe641abab5ee7"><code>77370e0</code></a> [pkg] Update eslint-config-prettier to version 8.1.0</li>
<li><a href="https://github.com/websockets/ws/commit/99338f7ec6a869dbdd48ae0bcf56ca5d9aaa3f90"><code>99338f7</code></a> [doc] Fix <code>data</code> argument type (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1843">#1843</a>)</li>
<li>See full diff in <a href="https://github.com/websockets/ws/compare/7.4.3...7.4.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.4.4)](https://dependabot.com/compatibility-score/?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.4.3&new-version=7.4.4)

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)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>
  • Loading branch information
dependabot-preview[bot] authored Mar 18, 2021
1 parent 169a211 commit 75d9adf
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 @@ -30,7 +30,7 @@
"node": ">=10"
},
"dependencies": {
"ws": "^7.4.3"
"ws": "^7.4.4"
},
"peerDependencies": {
"ws": ">= 7.4.1 < 8"
Expand Down

0 comments on commit 75d9adf

Please sign in to comment.