From 2d281558b8bc4c8c8d7a550df9df6a7c0dfd3810 Mon Sep 17 00:00:00 2001 From: Thomas Parisot Date: Sat, 1 Dec 2018 18:14:47 +0100 Subject: [PATCH] Update ws dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f249e9e..c5fc5ff 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "offset-sourcemap-lines": "1.0.0", "through2": "2.0.3", "umd": "3.0.1", - "ws": "1.1.1" + "ws": "6.1.x" }, "devDependencies": { "babel-cli": "^6.18.0",