diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-15 10:23:56 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-15 10:23:56 +0100 |
commit | a7721e62c028f54c1d165b53ac1a7a60b6c3b82e (patch) | |
tree | 30318bc8b60d0376ed9aec1ba0351b26d673e7a1 /package.json | |
parent | 7df5e5e4b1602ce412b310dd88c83bac937d0a35 (diff) | |
download | PeerTube-a7721e62c028f54c1d165b53ac1a7a60b6c3b82e.tar.gz PeerTube-a7721e62c028f54c1d165b53ac1a7a60b6c3b82e.tar.zst PeerTube-a7721e62c028f54c1d165b53ac1a7a60b6c3b82e.zip |
Server: update deps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 554ad16df..010934a71 100644 --- a/package.json +++ b/package.json | |||
@@ -39,7 +39,7 @@ | |||
39 | }, | 39 | }, |
40 | "dependencies": { | 40 | "dependencies": { |
41 | "async": "^2.0.0", | 41 | "async": "^2.0.0", |
42 | "bcrypt": "^0.8.7", | 42 | "bcrypt": "^1.0.2", |
43 | "bittorrent-tracker": "^8.0.0", | 43 | "bittorrent-tracker": "^8.0.0", |
44 | "body-parser": "^1.12.4", | 44 | "body-parser": "^1.12.4", |
45 | "concurrently": "^3.1.0", | 45 | "concurrently": "^3.1.0", |
@@ -78,7 +78,7 @@ | |||
78 | "mocha": "^3.0.1", | 78 | "mocha": "^3.0.1", |
79 | "standard": "^8.0.0", | 79 | "standard": "^8.0.0", |
80 | "supertest": "^2.0.0", | 80 | "supertest": "^2.0.0", |
81 | "webtorrent": "^0.97.0" | 81 | "webtorrent": "^0.98.0" |
82 | }, | 82 | }, |
83 | "standard": { | 83 | "standard": { |
84 | "ignore": [ | 84 | "ignore": [ |