aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-02-06 16:12:08 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-02-06 16:12:08 +0100
commitc4660e08dac95ef42e16c478436f3889bddc44fb (patch)
treeda59fe9d51243ad8959d59bfc6fc7985508a957c /package.json
parent1fe5076f63e0d3b291c4b9a2295220713f982f91 (diff)
downloadPeerTube-c4660e08dac95ef42e16c478436f3889bddc44fb.tar.gz
PeerTube-c4660e08dac95ef42e16c478436f3889bddc44fb.tar.zst
PeerTube-c4660e08dac95ef42e16c478436f3889bddc44fb.zip
Update lodash and webtorrent modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cd6e36369..38ea52b36 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
46 "jquery": "^2.1.4", 46 "jquery": "^2.1.4",
47 "js-yaml": "^3.3.1", 47 "js-yaml": "^3.3.1",
48 "load-grunt-tasks": "^3.3.0", 48 "load-grunt-tasks": "^3.3.0",
49 "lodash-node": "3.10.1", 49 "lodash-node": "^3.10.2",
50 "mkdirp": "^0.5.1", 50 "mkdirp": "^0.5.1",
51 "mongoose": "^4.0.5", 51 "mongoose": "^4.0.5",
52 "morgan": "^1.5.3", 52 "morgan": "^1.5.3",
@@ -59,7 +59,7 @@
59 "time-grunt": "^1.2.1", 59 "time-grunt": "^1.2.1",
60 "ursa": "^0.9.1", 60 "ursa": "^0.9.1",
61 "validator": "^4.3.0", 61 "validator": "^4.3.0",
62 "webtorrent": "^0.72.2", 62 "webtorrent": "^0.73.0",
63 "winston": "^2.1.1", 63 "winston": "^2.1.1",
64 "ws": "^1.0.1" 64 "ws": "^1.0.1"
65 }, 65 },