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