diff options
-rw-r--r-- | package.json | 8 |
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", |