Rolled back express-ws due to agent not doing websocket masking.
Ylian Saint-Hilaire committed
Jun 9, 2021 at 15:32 UTC
dfee36889c5be029f7d4752ae6797c9b68dc6caf
1 file changed
+4
-4
package.json
+4
-4
@@ -39,17 +39,17 @@
39
"body-parser": "^1.19.0",
40
"cbor": "~5.2.0",
41
"compression": "^1.7.4",
42
+ "connect-redis": "^3.4.1",
43
"cookie-session": "^2.0.0-beta.3",
44
"express": "^4.17.0",
45
"express-handlebars": "^3.1.0",
45
- "express-ws": "^5.0.1",
46
+ "express-ws": "^4.0.0",
47
"ipcheck": "^0.1.0",
48
"minimist": "^1.2.0",
48
- "multiparty": "^4.2.2",
49
+ "multiparty": "^4.2.1",
50
"nedb": "^1.8.0",
51
"node-forge": "^0.10.0",
51
- "ws": "^7.4.6",
52
- "xmldom": "^0.5.0",
52
+ "xmldom": "^0.1.27",
53
"yauzl": "^2.10.0"
54
},
55
"repository": {