X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpackage.json;h=06ad31cabe68013ef263248007774cc529843397;hb=b6e0e6a31bdef7c0faebca96864eb334dd9e7ad7;hp=811937f9cce96d2643aae997c960f20c9b87e1e2;hpb=a353a4d77c2109f3d2412c54850a6534cf3b0b7f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/package.json b/server/tools/package.json index 811937f9c..06ad31cab 100644 --- a/server/tools/package.json +++ b/server/tools/package.json @@ -4,11 +4,12 @@ "private": true, "dependencies": { "application-config": "^1.0.1", - "cli-table": "^0.3.1", + "cli-table3": "^0.5.1", "netrc-parser": "^3.1.6", - "webtorrent-hybrid": "^3.0.1" + "webtorrent-hybrid": "^4.0.1" }, "summon": { "silent": true - } + }, + "devDependencies": {} }