aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-01-04 13:38:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-01-04 13:38:03 +0100
commita81e7a22aff60b8a4e01792036449149a3e15c84 (patch)
tree0966024f9201600f2cd7a30636e073878e70d1cf /package.json
parent93908ed93425fabaffc4979643d8fe07eb03048e (diff)
downloadPeerTube-a81e7a22aff60b8a4e01792036449149a3e15c84.tar.gz
PeerTube-a81e7a22aff60b8a4e01792036449149a3e15c84.tar.zst
PeerTube-a81e7a22aff60b8a4e01792036449149a3e15c84.zip
Update node modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index a6e6889bd..0238c5522 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,7 @@
22 }, 22 },
23 "dependencies": { 23 "dependencies": {
24 "async": "^1.2.1", 24 "async": "^1.2.1",
25 "bittorrent-tracker": "^6.0.6", 25 "bittorrent-tracker": "^7.0.0",
26 "blueimp-file-upload": "^9.10.1", 26 "blueimp-file-upload": "^9.10.1",
27 "body-parser": "^1.12.4", 27 "body-parser": "^1.12.4",
28 "bootstrap-sass": "^3.3.5", 28 "bootstrap-sass": "^3.3.5",
@@ -54,14 +54,14 @@
54 "node-ipc": "^5.0.0", 54 "node-ipc": "^5.0.0",
55 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper", 55 "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper",
56 "request": "^2.57.0", 56 "request": "^2.57.0",
57 "request-replay": "^0.3.0", 57 "request-replay": "^1.0.2",
58 "segfault-handler": "^1.0.0", 58 "segfault-handler": "^1.0.0",
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.63.2", 62 "webtorrent": "^0.70.0",
63 "winston": "^2.1.1", 63 "winston": "^2.1.1",
64 "ws": "^0.8.0" 64 "ws": "^1.0.0"
65 }, 65 },
66 "devDependencies": { 66 "devDependencies": {
67 "chai": "^3.3.0", 67 "chai": "^3.3.0",