diff --git a/package-lock.json b/package-lock.json index 77977a92..554fb65d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -717,7 +717,11 @@ "ascli": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/ascli/-/ascli-0.3.0.tgz", - "integrity": "sha1-XmYjDlIZ/j6JUqTvtPIPrllqgTo=" + "integrity": "sha1-XmYjDlIZ/j6JUqTvtPIPrllqgTo=", + "requires": { + "colour": "^0.7.1", + "optjs": "^3.2.2" + } }, "asn1": { "version": "0.2.4", @@ -1802,11 +1806,6 @@ "mimic-response": "^1.0.0" } }, - "closest-to": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/closest-to/-/closest-to-2.0.0.tgz", - "integrity": "sha1-uyqGDtt3abYtBIIXSK5Q2iTb76o=" - }, "code-point-at": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", @@ -1834,6 +1833,11 @@ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", "dev": true }, + "colour": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/colour/-/colour-0.7.1.tgz", + "integrity": "sha1-nLFpkX7F0SwHNtPoaFdG3xyt93g=" + }, "combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", @@ -2036,9 +2040,9 @@ } }, "create-torrent": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.2.1.tgz", - "integrity": "sha512-IlKF2B3vrAGVzcgYVVgfsekp4p2N9BqkGeVqckTljajs+qIQ5oAwAzELJtb6sZ14UQBT7ZQNOOyvxgIL98VpZg==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.3.0.tgz", + "integrity": "sha512-zcKfxN61zvaiKBrREZSx6K7mu1JsFPT7uzP2JThlpd0JwXtlmMcM4zpCh7mVF/OYkK6sxLLSNWqWSQ3YTd42Ng==", "requires": { "bencode": "^2.0.0", "block-stream2": "^2.0.0", @@ -2046,9 +2050,9 @@ "is-file": "^1.0.0", "junk": "^3.1.0", "minimist": "^1.1.0", - "multistream": "^3.0.0", + "multistream": "^4.0.0", "once": "^1.3.0", - "piece-length": "^1.0.0", + "piece-length": "^2.0.1", "readable-stream": "^3.0.2", "run-parallel": "^1.0.0", "simple-sha1": "^2.0.0" @@ -5912,11 +5916,10 @@ "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" }, "multistream": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz", - "integrity": "sha512-zBgD3kn8izQAN/TaL1PCMv15vYpf+Vcrsfub06njuYVYlzUldzpopTlrEZ53pZVEbfn3Shtv7vRFoOv6LOV87Q==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/multistream/-/multistream-4.0.0.tgz", + "integrity": "sha512-t0C8MAtH/d3Y+5nooEtUMWli92lVw9Jhx4uOhRl5GAwS5vc+YTmp/VXNJNsCBAMeEyK/6zhbk6x9JE3AiCvo4g==", "requires": { - "inherits": "^2.0.1", "readable-stream": "^3.4.0" }, "dependencies": { @@ -7215,6 +7218,11 @@ } } }, + "optjs": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/optjs/-/optjs-3.2.2.tgz", + "integrity": "sha1-aabOicRCpEQDFBrS+bNwvVu29O4=" + }, "os-homedir": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-2.0.0.tgz", @@ -7458,12 +7466,9 @@ "integrity": "sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==" }, "piece-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/piece-length/-/piece-length-1.0.0.tgz", - "integrity": "sha1-TbcWcVf9af7xTK9yYs058YmyRQg=", - "requires": { - "closest-to": "~2.0.0" - } + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/piece-length/-/piece-length-2.0.1.tgz", + "integrity": "sha512-dBILiDmm43y0JPISWEmVGKBETQjwJe6mSU9GND+P9KW0SJGUwoU/odyH1nbalOP9i8WSYuqf1lQnaj92Bhw+Ug==" }, "pify": { "version": "2.3.0", diff --git a/package.json b/package.json index b7d9b5c9..c7f185ea 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "chokidar": "^3.0.2", "chromecasts": "^1.9.1", "cp-file": "^7.0.0", - "create-torrent": "^4.0.0", + "create-torrent": "^4.3.0", "debounce": "^1.0.0", "deep-equal": "^1.1.0", "dlnacasts": "^0.1.0",