From e785f07876987c5a9b70431846c383240d2a8b61 Mon Sep 17 00:00:00 2001 From: Florent Vilmart <364568+flovilmart@users.noreply.github.com> Date: Tue, 6 Mar 2018 10:43:25 -0500 Subject: [PATCH] fix(package): update ws to version 5.0.0 (#4604) Closes #4585 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 849a5f23..37a5f2e2 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": "5.0.0" }, "devDependencies": { "babel-cli": "6.26.0",