diff options
-rw-r--r-- | client/package.json | 2 | ||||
-rw-r--r-- | package.json | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/client/package.json b/client/package.json index dbb065974..31c92f8cc 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -30,7 +30,7 @@ | |||
30 | "reflect-metadata": "0.1.2", | 30 | "reflect-metadata": "0.1.2", |
31 | "rxjs": "5.0.0-beta.2", | 31 | "rxjs": "5.0.0-beta.2", |
32 | "systemjs": "0.19.22", | 32 | "systemjs": "0.19.22", |
33 | "webtorrent": "^0.85.1", | 33 | "webtorrent": "^0.89.0", |
34 | "zone.js": "0.5.15" | 34 | "zone.js": "0.5.15" |
35 | }, | 35 | }, |
36 | "devDependencies": { | 36 | "devDependencies": { |
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 | }, |