fix(deps): update dependency create-torrent to v5.0.1

This commit is contained in:
Renovate Bot
2021-08-06 21:47:32 +00:00
committed by renovate[bot]
parent 8373fd17b8
commit 3ff41a965f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"capture-frame": "4.0.0",
"chokidar": "3.5.2",
"chromecasts": "1.10.0",
"create-torrent": "5.0.0",
"create-torrent": "5.0.1",
"debounce": "1.2.1",
"dlnacasts": "0.1.0",
"drag-drop": "7.2.0",
@@ -4106,9 +4106,9 @@
}
},
"node_modules/create-torrent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.0.tgz",
"integrity": "sha512-FpflZjocxYhunHsfSSd2BS+M+YtmzBpgo4nrc+NmVHfFmzFs1XXsJS/+h2EPtIxezkIRIg0u/htIpVOmrbHuSg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.1.tgz",
"integrity": "sha512-fVvg1YYSogo3TlU1WFeTt937nhGQlf5KtB6M2HyDa/U02dbeMBE2AY9PcPlMufXNQoM/UCO28y26EmuApM7ZmA==",
"funding": [
{
"type": "github",
@@ -19498,9 +19498,9 @@
}
},
"create-torrent": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.0.tgz",
"integrity": "sha512-FpflZjocxYhunHsfSSd2BS+M+YtmzBpgo4nrc+NmVHfFmzFs1XXsJS/+h2EPtIxezkIRIg0u/htIpVOmrbHuSg==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.1.tgz",
"integrity": "sha512-fVvg1YYSogo3TlU1WFeTt937nhGQlf5KtB6M2HyDa/U02dbeMBE2AY9PcPlMufXNQoM/UCO28y26EmuApM7ZmA==",
"requires": {
"bencode": "^2.0.2",
"block-stream2": "^2.1.0",

View File

@@ -29,7 +29,7 @@
"capture-frame": "4.0.0",
"chokidar": "3.5.2",
"chromecasts": "1.10.0",
"create-torrent": "5.0.0",
"create-torrent": "5.0.1",
"debounce": "1.2.1",
"dlnacasts": "0.1.0",
"drag-drop": "7.2.0",