提交 ba41fb67 编写于 作者: D dependabot[bot] 提交者: Git²

️ Bump ws from 6.0.0 to 6.1.0 in /src (#170)

Bumps [ws](https://github.com/websockets/ws) from 6.0.0 to 6.1.0.
<details>
<summary>Release notes</summary>

*Sourced from [ws's releases](https://github.com/websockets/ws/releases).*

> ## 6.1.0
> # Features
> 
> - The WebSocket server now emits a `'close'` event when the server
>   closes ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453)).
</details>
<details>
<summary>Commits</summary>

- [`b9ce38d`](https://github.com/websockets/ws/commit/b9ce38d80f847a843c05edfe1a907278bcffde0c) [dist] 6.1.0
- [`9fe2f33`](https://github.com/websockets/ws/commit/9fe2f3393d5efa02ba198ad7fffeca7dfb232512) [test] Fix failing test on Windows
- [`90407bb`](https://github.com/websockets/ws/commit/90407bbf3476b379673b69ae440db44c906d60d8) [feature] Make `WebSocketServer#close()` emit `'close'` ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453))
- [`6de05e0`](https://github.com/websockets/ws/commit/6de05e07df9ca1d5ab5023b1fe82836896517778) [pkg] Update nyc to version 13.0.1
- [`26b65da`](https://github.com/websockets/ws/commit/26b65daebb54796e3a2ca81baf53605b244f7405) [pkg] Update eslint to version 5.6.1
- [`7d7ddfd`](https://github.com/websockets/ws/commit/7d7ddfd2e2e010bbdba6acfd9b8fb0f0ab79c951) chore(package): update eslint-config-standard to version 12.0.0 ([#1440](https://github-redirect.dependabot.com/websockets/ws/issues/1440))
- [`19a0225`](https://github.com/websockets/ws/commit/19a0225062a7f60a0e0775cd31d09707c33d9d84) [lint] Add missing spaces
- [`30335cb`](https://github.com/websockets/ws/commit/30335cbece34f9c9e230269209ef3d427f2454f5) chore(package): update eslint-plugin-standard to version 4.0.0 ([#1439](https://github-redirect.dependabot.com/websockets/ws/issues/1439))
- [`1e78aba`](https://github.com/websockets/ws/commit/1e78aba9b9b29407517ec7ba1da97427c1678e5c) [pkg] Update eslint-plugin-import to version 2.14.0
- [`2bb93fb`](https://github.com/websockets/ws/commit/2bb93fbc6ee536fe65a053746149a736d60af2c5) [pkg] Update eslint to version 5.4.0
- Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/6.0.0...6.1.0)
</details>
<br />

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

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 will **not** automatically merge this PR because it includes a minor update to a production dependency.

---

<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 cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@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 your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
上级 27a4591b
......@@ -364,9 +364,9 @@
}
},
"ws": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.0.0.tgz",
"integrity": "sha512-c2UlYcAZp1VS8AORtpq6y4RJIkJ9dQz18W32SpR/qXGfLDZ2jU4y4wKvvZwqbi7U6gxFQTeE+urMbXU/tsDy4w==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-6.1.0.tgz",
"integrity": "sha512-H3dGVdGvW2H8bnYpIDc3u3LH8Wue3Qh+Zto6aXXFzvESkTVT6rAfKR6tR/+coaUvxs8yHtmNV0uioBF62ZGSTg==",
"requires": {
"async-limiter": "~1.0.0"
}
......
......@@ -31,7 +31,7 @@
"smoothie": "1.35.0",
"systeminformation": "3.45.6",
"tail": "2.0.0",
"ws": "6.0.0",
"ws": "6.1.0",
"xterm": "3.7.0"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册