From c4660e08dac95ef42e16c478436f3889bddc44fb Mon Sep 17 00:00:00 2001
From: Chocobozzz <florian.bigard@gmail.com>
Date: Sat, 6 Feb 2016 16:12:08 +0100
Subject: [PATCH] Update lodash and webtorrent modules

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index cd6e363698..38ea52b362 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
     "jquery": "^2.1.4",
     "js-yaml": "^3.3.1",
     "load-grunt-tasks": "^3.3.0",
-    "lodash-node": "3.10.1",
+    "lodash-node": "^3.10.2",
     "mkdirp": "^0.5.1",
     "mongoose": "^4.0.5",
     "morgan": "^1.5.3",
@@ -59,7 +59,7 @@
     "time-grunt": "^1.2.1",
     "ursa": "^0.9.1",
     "validator": "^4.3.0",
-    "webtorrent": "^0.72.2",
+    "webtorrent": "^0.73.0",
     "winston": "^2.1.1",
     "ws": "^1.0.1"
   },
-- 
GitLab