From de5578a5657c332c0a3eadd54b0f22383dcea586 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 1 Mar 2017 22:27:49 -0800 Subject: [PATCH 1/2] simple-websocket@5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61064e8..ecb4b25 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "safe-buffer": "^5.0.0", "simple-get": "^2.0.0", "simple-peer": "^6.0.0", - "simple-websocket": "^4.0.0", + "simple-websocket": "^5.0.0", "string2compact": "^1.1.1", "uniq": "^1.0.1", "unordered-array-remove": "^1.0.2", From 3c7a637efd7da0d431a2fb132df029c5bcaa6a32 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 1 Mar 2017 22:27:56 -0800 Subject: [PATCH 2/2] ws@2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecb4b25..3fdda39 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "string2compact": "^1.1.1", "uniq": "^1.0.1", "unordered-array-remove": "^1.0.2", - "ws": "^1.0.0", + "ws": "^2.2.0", "xtend": "^4.0.0" }, "devDependencies": {