[tor-commits] [snowflake/master] Update required version of websocket dependency
cohosh at torproject.org
cohosh at torproject.org
Mon Jul 8 17:32:59 UTC 2019
commit dcea8b74fae5590a2c76d2964b5097be070f0c3a
Author: Cecylia Bocovich <cohosh at 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"
}
}
More information about the tor-commits
mailing list