From bb3a21db1f5c37b1bf8d89db5e483be1a34bc41f Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 7 Nov 2018 23:17:19 +0100 Subject: [PATCH] [chore] Bump ws to version 6.1.0 (#602) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da0383b6b..257bce722 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "indexof": "0.0.1", "parseqs": "0.0.5", "parseuri": "0.0.5", - "ws": "~3.3.1", + "ws": "~6.1.0", "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" },