diff --git a/package-lock.json b/package-lock.json index d62431f..dd8a373 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1349,9 +1349,9 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "create-torrent": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.7.0.tgz", - "integrity": "sha512-Pb3XjZNKdCs0Nk46yFKb82y+a3xRQeMvGi1AlJfIV40y/iwkgBqzS5EfqdnakEOvh2jzTOx3v8QxZpkz4hPzyw==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/create-torrent/-/create-torrent-4.7.1.tgz", + "integrity": "sha512-OMT0cYHa35p55jqRPP5Cilow/iD9tk+1lRlgmGWNcAhP3e37DwgGnEPkgTU40UTSPfZpaLiWY3wGc929Q2WaRw==", "requires": { "bencode": "^2.0.1", "block-stream2": "^2.1.0", @@ -1359,13 +1359,13 @@ "is-file": "^1.0.0", "junk": "^3.1.0", "minimist": "^1.2.5", - "multistream": "^4.0.1", + "multistream": "^4.1.0", "once": "^1.4.0", "piece-length": "^2.0.1", - "queue-microtask": "^1.2.2", + "queue-microtask": "^1.2.3", "readable-stream": "^3.6.0", - "run-parallel": "^1.1.10", - "simple-sha1": "^3.0.1" + "run-parallel": "^1.2.0", + "simple-sha1": "^3.1.0" } }, "crypto-random-string": { diff --git a/package.json b/package.json index 3cb71a8..c2d6030 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@types/node": "^15.0.2", "@types/parse-torrent": "^5.8.3", "body-parser": "^1.19.0", - "create-torrent": "^4.4.2", + "create-torrent": "^4.7.1", "dotenv": "^9.0.0", "express": "^4.17.1", "morgan": "^1.10.0",