fix(deps): update dependency create-torrent to v5.0.9 (#2287)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-11-11 01:00:56 +01:00
committed by GitHub
parent ab9468f84f
commit e54f61c480
2 changed files with 27 additions and 21 deletions

46
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"capture-frame": "4.0.0",
"chokidar": "3.5.3",
"chromecasts": "1.10.2",
"create-torrent": "5.0.6",
"create-torrent": "5.0.9",
"debounce": "1.2.1",
"dlnacasts": "0.1.0",
"drag-drop": "7.2.0",
@@ -69,7 +69,7 @@
"tape": "5.6.1"
},
"engines": {
"node": "^16.0.0",
"node": "^16.0.0 || ^18.0.0",
"npm": "^7.10.0 || ^8.0.0 || ^9.0.0"
},
"optionalDependencies": {
@@ -2776,6 +2776,11 @@
"resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz",
"integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA=="
},
"node_modules/block-iterator": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/block-iterator/-/block-iterator-1.0.1.tgz",
"integrity": "sha512-ral9Gh8BXqVkh4lnhLLL5QJ67+VMOBNzsHJZX4n+Pwer9bzcSM2ZOjTLMErkWWETvnis+ZP1a6EULebjEg3bTA=="
},
"node_modules/block-stream2": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/block-stream2/-/block-stream2-2.1.0.tgz",
@@ -3875,9 +3880,9 @@
}
},
"node_modules/create-torrent": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.6.tgz",
"integrity": "sha512-T3C23ZXdgzp6GrmbR3eJ9WSzmsR2ORvsTkr2Md32zmkYyzPmZyK+BayzaZt4kAahCKaLxvpMsvtITP0/WH1Z9g==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.9.tgz",
"integrity": "sha512-WQ/bMe+aCBSa5EonIkgw7CTM/1JnJDQuLJhA78omSWvuEbXDwaUy0rG3a+IYt+EiO+rdTLxdsBwrsn/wfWOMQA==",
"funding": [
{
"type": "github",
@@ -3894,18 +3899,16 @@
],
"dependencies": {
"bencode": "^2.0.3",
"block-stream2": "^2.1.0",
"fast-blob-stream": "^1.1.1",
"block-iterator": "^1.0.1",
"fast-readable-async-iterator": "^1.1.1",
"is-file": "^1.0.0",
"join-async-iterator": "^1.1.1",
"junk": "^3.1.0",
"minimist": "^1.2.5",
"once": "^1.4.0",
"minimist": "^1.2.7",
"piece-length": "^2.0.1",
"queue-microtask": "^1.2.3",
"run-parallel": "^1.2.0",
"simple-sha1": "^3.1.0",
"streamx": "^2.12.4"
"simple-sha1": "^3.1.0"
},
"bin": {
"create-torrent": "bin/cmd.js"
@@ -17277,6 +17280,11 @@
"resolved": "https://registry.npmjs.org/blob-to-buffer/-/blob-to-buffer-1.2.9.tgz",
"integrity": "sha512-BF033y5fN6OCofD3vgHmNtwZWRcq9NLyyxyILx9hfMy1sXYy4ojFl765hJ2lP0YaN2fuxPaLO2Vzzoxy0FLFFA=="
},
"block-iterator": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/block-iterator/-/block-iterator-1.0.1.tgz",
"integrity": "sha512-ral9Gh8BXqVkh4lnhLLL5QJ67+VMOBNzsHJZX4n+Pwer9bzcSM2ZOjTLMErkWWETvnis+ZP1a6EULebjEg3bTA=="
},
"block-stream2": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/block-stream2/-/block-stream2-2.1.0.tgz",
@@ -18102,23 +18110,21 @@
}
},
"create-torrent": {
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.6.tgz",
"integrity": "sha512-T3C23ZXdgzp6GrmbR3eJ9WSzmsR2ORvsTkr2Md32zmkYyzPmZyK+BayzaZt4kAahCKaLxvpMsvtITP0/WH1Z9g==",
"version": "5.0.9",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.9.tgz",
"integrity": "sha512-WQ/bMe+aCBSa5EonIkgw7CTM/1JnJDQuLJhA78omSWvuEbXDwaUy0rG3a+IYt+EiO+rdTLxdsBwrsn/wfWOMQA==",
"requires": {
"bencode": "^2.0.3",
"block-stream2": "^2.1.0",
"fast-blob-stream": "^1.1.1",
"block-iterator": "^1.0.1",
"fast-readable-async-iterator": "^1.1.1",
"is-file": "^1.0.0",
"join-async-iterator": "^1.1.1",
"junk": "^3.1.0",
"minimist": "^1.2.5",
"once": "^1.4.0",
"minimist": "^1.2.7",
"piece-length": "^2.0.1",
"queue-microtask": "^1.2.3",
"run-parallel": "^1.2.0",
"simple-sha1": "^3.1.0",
"streamx": "^2.12.4"
"simple-sha1": "^3.1.0"
}
},
"cross-fetch": {

View File

@@ -30,7 +30,7 @@
"capture-frame": "4.0.0",
"chokidar": "3.5.3",
"chromecasts": "1.10.2",
"create-torrent": "5.0.6",
"create-torrent": "5.0.9",
"debounce": "1.2.1",
"dlnacasts": "0.1.0",
"drag-drop": "7.2.0",