From dcea8b74fae5590a2c76d2964b5097be070f0c3a Mon Sep 17 00:00:00 2001 From: Cecylia Bocovich Date: Mon, 8 Jul 2019 10:57:43 -0400 Subject: [PATCH] Update required version of websocket dependency --- proxy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/package.json b/proxy/package.json index 65e8db8..a828aa6 100644 --- a/proxy/package.json +++ b/proxy/package.json @@ -27,7 +27,7 @@ "dependencies": { "coffee-script": "^1.12.2", "wrtc": "^0.0.61", - "ws": "^1.1.1", + "ws": "^3.3.1", "xmlhttprequest": "^1.8.0" } }