From 17d5c96801adad14eb4538245310fd47e0d75ddb Mon Sep 17 00:00:00 2001 From: Tore Date: Fri, 10 Nov 2017 11:06:55 +0100 Subject: [PATCH] Fixed a DoS vulnerability (c4fe466) Fixed a DoS vulnerability (c4fe466) https://github.com/websockets/ws/releases/tag/3.3.1 Probably few that uses ws in favour of uws, but still. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 288f5c8..96c2f74 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "sc-simple-broker": "~2.1.0", "uuid": "3.1.0", "uws": "8.14.0", - "ws": "3.1.0" + "ws": "3.3.1" }, "devDependencies": { "mocha": "3.0.2",