From 6c598fabdc0e4319ef089ce2a3026029e6e866dd Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 21 Jul 2018 16:21:01 +0200 Subject: [PATCH] =?UTF-8?q?Update=20ws=20to=20the=20latest=20version=20?= =?UTF-8?q?=F0=9F=9A=80=20(#263)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version **6.0.0** of **ws** was just published.
Dependency ws
Current Version 5.2.2
Type dependency
The version **6.0.0** is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. It might be worth looking into these changes and trying to get this project onto the latest version of ws. If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update. ---
Release Notes 6.0.0

Breaking changes

Commits

The new version differs by 15 commits ahead by 15, behind by 2.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ddbf316..fd27c128 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "router": "^1.3.2", "try-json-parse": "^1.0.0", "ultron": "^1.0.2", - "ws": "^5.0.0" + "ws": "^6.0.0" }, "devDependencies": { "@babel/core": "7.0.0-beta.53",