diff --git a/package-lock.json b/package-lock.json index 3b4c687..7f89832 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1354,23 +1354,30 @@ "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": "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.1", + "bencode": "^2.0.2", "block-stream2": "^2.1.0", "filestream": "^5.0.0", "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" + }, + "dependencies": { + "bencode": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/bencode/-/bencode-2.0.2.tgz", + "integrity": "sha512-0ilVjnE2diLdbec/3KN14SP0KE85wh8v/FceNRMbAB2ioc3yTj9tgqdoK9tFEH++TZ10JreTS29qTwg7+SpTiQ==" + } } }, "crypto-random-string": { diff --git a/package.json b/package.json index 59aa42a..2188ba8 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": "^5.0.1", "dotenv": "^9.0.0", "express": "^4.17.1", "jsonwebtoken": "^8.5.1",