commit dcea8b74fae5590a2c76d2964b5097be070f0c3a Author: Cecylia Bocovich cohosh@torproject.org Date: Mon Jul 8 10:57:43 2019 -0400
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" } }
tor-commits@lists.torproject.org