From 750f3e0a46805fa5af53770768ea15d90cef3b28 Mon Sep 17 00:00:00 2001 From: "G. Kay Lee" Date: Fri, 4 Sep 2015 11:48:55 +0800 Subject: [PATCH] Update package.json Fix #342. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7f0991d5..e5abc3d30 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "dependencies": { "debug": "2.1.3", - "ws": "0.7.2", + "ws": "0.8.0", "engine.io-parser": "1.2.1", "base64id": "0.1.0", "accepts": "1.1.4"