From b33d09c115a0507d7bbd8a5b8e4792c413e43e94 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Jan 2016 22:55:40 +0100 Subject: [PATCH] Update ws packages (security issue) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0238c5522..700049678 100644 --- a/package.json +++ b/package.json @@ -59,9 +59,9 @@ "time-grunt": "^1.2.1", "ursa": "^0.9.1", "validator": "^4.3.0", - "webtorrent": "^0.70.0", + "webtorrent": "^0.71.1", "winston": "^2.1.1", - "ws": "^1.0.0" + "ws": "^1.0.1" }, "devDependencies": { "chai": "^3.3.0",