From 4531b9cdb98badbdf584fc3007feffe7be579133 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 22 Feb 2018 08:10:01 +0000 Subject: [PATCH] fix(package): update ws to version 4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b8c54142a..70880a0216 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": "4.0.0" + "ws": "4.1.0" }, "devDependencies": { "babel-cli": "6.26.0",