X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=f04d974239384db36b5916f7a79bb92d6e674214;hb=86435b9baedfe300a28ea4545511c1b50d4119f6;hp=700049678d306c42f138881a61b44ef728b72f54;hpb=ee66c5930e6c3694434a259dfb4b7f3e9f39cf7b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index 700049678..f04d97423 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "private": true, "licence": "GPLv3", "engines": { - "node": ">=0.12.x" + "node": ">=4.2.0" }, "author": { "name": "Florian Bigard", @@ -51,7 +51,7 @@ "mongoose": "^4.0.5", "morgan": "^1.5.3", "multer": "^1.1.0", - "node-ipc": "^5.0.0", + "node-ipc": "^6.0.0", "openssl-wrapper": "https://github.com/Chocobozzz/node-openssl-wrapper", "request": "^2.57.0", "request-replay": "^1.0.2", @@ -59,7 +59,7 @@ "time-grunt": "^1.2.1", "ursa": "^0.9.1", "validator": "^4.3.0", - "webtorrent": "^0.71.1", + "webtorrent": "^0.72.2", "winston": "^2.1.1", "ws": "^1.0.1" },