From 029e67aec572501311595f1a8847bfd5f63a411c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jul 2021 21:02:44 +0000 Subject: [PATCH] Bump create-torrent from 4.7.0 to 4.7.1 Bumps [create-torrent](https://github.com/webtorrent/create-torrent) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/webtorrent/create-torrent/releases) - [Changelog](https://github.com/webtorrent/create-torrent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webtorrent/create-torrent/compare/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: create-torrent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",