X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpackage.json;h=e3899f3b25fb6744b0b7146fdc1f2cfd769fc5cd;hb=b0c43e36dbdc2c964f6828a78b146faebfb75b21;hp=06ad31cabe68013ef263248007774cc529843397;hpb=338eb9d33af690db716805fd2277bf68f473b58f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/package.json b/server/tools/package.json index 06ad31cab..e3899f3b2 100644 --- a/server/tools/package.json +++ b/server/tools/package.json @@ -3,13 +3,10 @@ "version": "1.0.0", "private": true, "dependencies": { - "application-config": "^1.0.1", - "cli-table3": "^0.5.1", + "application-config": "^2.0.0", + "cli-table3": "^0.6.0", "netrc-parser": "^3.1.6", - "webtorrent-hybrid": "^4.0.1" - }, - "summon": { - "silent": true + "webtorrent-hybrid": "^4.0.3" }, "devDependencies": {} }