From 44c48cc5f14163c52763d805f84a9baf01854b27 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 21 Nov 2017 07:20:58 +0000 Subject: [PATCH] fix(package): update ws to version 3.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9eac622018..6f03104a70 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "uuid": "^3.1.0", "winston": "2.4.0", "winston-daily-rotate-file": "1.7.2", - "ws": "3.3.1" + "ws": "3.3.2" }, "devDependencies": { "babel-cli": "6.26.0",