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

This commit is contained in:
renovate[bot]
2022-07-03 18:08:48 +00:00
parent 85e0c5709e
commit 0e501b498e
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -18,7 +18,7 @@
"capture-frame": "4.0.0", "capture-frame": "4.0.0",
"chokidar": "3.5.3", "chokidar": "3.5.3",
"chromecasts": "1.10.2", "chromecasts": "1.10.2",
"create-torrent": "5.0.2", "create-torrent": "5.0.3",
"debounce": "1.2.1", "debounce": "1.2.1",
"dlnacasts": "0.1.0", "dlnacasts": "0.1.0",
"drag-drop": "7.2.0", "drag-drop": "7.2.0",
@@ -3720,9 +3720,9 @@
} }
}, },
"node_modules/create-torrent": { "node_modules/create-torrent": {
"version": "5.0.2", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.2.tgz", "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.3.tgz",
"integrity": "sha512-tNelixVeEkjiyeAuCW7uWFl1ARA+YapyZvdSWw6U3AXe/VXpxR4ihFNfjOzmvc5TBqK5EkGdsoKXAEKfQ8xlmQ==", "integrity": "sha512-BN8x/ItDIIpxGxpqbZQDLfk4l9zYJAcn5cMzmI4ue+kkXCoqoXfUeAOINMvhWBaQpTox3hA6CpNgBz302UvyNw==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",
@@ -3738,7 +3738,7 @@
} }
], ],
"dependencies": { "dependencies": {
"bencode": "^2.0.2", "bencode": "^2.0.3",
"block-stream2": "^2.1.0", "block-stream2": "^2.1.0",
"filestream": "^5.0.0", "filestream": "^5.0.0",
"is-file": "^1.0.0", "is-file": "^1.0.0",
@@ -17546,11 +17546,11 @@
} }
}, },
"create-torrent": { "create-torrent": {
"version": "5.0.2", "version": "5.0.3",
"resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.2.tgz", "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-5.0.3.tgz",
"integrity": "sha512-tNelixVeEkjiyeAuCW7uWFl1ARA+YapyZvdSWw6U3AXe/VXpxR4ihFNfjOzmvc5TBqK5EkGdsoKXAEKfQ8xlmQ==", "integrity": "sha512-BN8x/ItDIIpxGxpqbZQDLfk4l9zYJAcn5cMzmI4ue+kkXCoqoXfUeAOINMvhWBaQpTox3hA6CpNgBz302UvyNw==",
"requires": { "requires": {
"bencode": "^2.0.2", "bencode": "^2.0.3",
"block-stream2": "^2.1.0", "block-stream2": "^2.1.0",
"filestream": "^5.0.0", "filestream": "^5.0.0",
"is-file": "^1.0.0", "is-file": "^1.0.0",

View File

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