diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-01 14:38:04 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-01 14:38:04 +0200 |
commit | 02b72dc7f451478f41275a902d9cd83de8935724 (patch) | |
tree | 66b95fb90cc59ed2f5b494dcc947e3518240a8b6 /package.json | |
parent | b1794c53ac97d77a16c10ed915336f08cff1e5e3 (diff) | |
download | PeerTube-02b72dc7f451478f41275a902d9cd83de8935724.tar.gz PeerTube-02b72dc7f451478f41275a902d9cd83de8935724.tar.zst PeerTube-02b72dc7f451478f41275a902d9cd83de8935724.zip |
Update modules
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index e94d34fa1..42e79aae2 100644 --- a/package.json +++ b/package.json | |||
@@ -39,7 +39,7 @@ | |||
39 | }, | 39 | }, |
40 | "dependencies": { | 40 | "dependencies": { |
41 | "async": "^1.2.1", | 41 | "async": "^1.2.1", |
42 | "bittorrent-tracker": "^7.0.0", | 42 | "bittorrent-tracker": "^8.0.0", |
43 | "body-parser": "^1.12.4", | 43 | "body-parser": "^1.12.4", |
44 | "concurrently": "^2.0.0", | 44 | "concurrently": "^2.0.0", |
45 | "config": "^1.14.0", | 45 | "config": "^1.14.0", |
@@ -56,14 +56,14 @@ | |||
56 | "mongoose": "^4.0.5", | 56 | "mongoose": "^4.0.5", |
57 | "morgan": "^1.5.3", | 57 | "morgan": "^1.5.3", |
58 | "multer": "^1.1.0", | 58 | "multer": "^1.1.0", |
59 | "node-ipc": "^6.0.0", | 59 | "node-ipc": "^7.0.0", |
60 | "openssl-wrapper": "^0.2.3", | 60 | "openssl-wrapper": "^0.2.3", |
61 | "request": "^2.57.0", | 61 | "request": "^2.57.0", |
62 | "request-replay": "^1.0.2", | 62 | "request-replay": "^1.0.2", |
63 | "segfault-handler": "^1.0.0", | 63 | "segfault-handler": "^1.0.0", |
64 | "ursa": "^0.9.1", | 64 | "ursa": "^0.9.1", |
65 | "validator": "^5.0.0", | 65 | "validator": "^5.0.0", |
66 | "webtorrent": "^0.86.0", | 66 | "webtorrent": "^0.89.0", |
67 | "winston": "^2.1.1", | 67 | "winston": "^2.1.1", |
68 | "ws": "^1.0.1" | 68 | "ws": "^1.0.1" |
69 | }, | 69 | }, |