From 81feba74f0c589a05446ff2a16ea61c9af60b4a2 Mon Sep 17 00:00:00 2001 From: Brian Clifton Date: Wed, 8 Nov 2017 21:24:48 -0700 Subject: [PATCH] Update ws dependency >= 3.3.1 per https://nodesecurity.io/advisories/550 Fixes https://github.com/webtorrent/bittorrent-tracker/issues/235 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 737b6ec..efd240c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "string2compact": "^1.1.1", "uniq": "^1.0.1", "unordered-array-remove": "^1.0.2", - "ws": "^3.0.0", + "ws": "^3.3.1", "xtend": "^4.0.0" }, "devDependencies": {