From 59b401683181e80b559d51c5daca31da668b0dff Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 27 Jul 2017 06:18:18 +0000 Subject: [PATCH] fix(package): update ws to version 3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 514fcd4488..4e3c59df3c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "tv4": "1.3.0", "winston": "2.3.1", "winston-daily-rotate-file": "1.4.6", - "ws": "3.0.0" + "ws": "3.1.0" }, "devDependencies": { "babel-cli": "6.24.1",