From 146a47e4a9d002e5b07d7d94ca1e70e8c02cde9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 10 Feb 2021 08:11:06 +0000 Subject: [PATCH] chore(deps): bump parse-torrent from 9.1.0 to 9.1.3 Bumps [parse-torrent](https://github.com/webtorrent/parse-torrent) from 9.1.0 to 9.1.3. - [Release notes](https://github.com/webtorrent/parse-torrent/releases) - [Commits](https://github.com/webtorrent/parse-torrent/compare/v9.1.0...v9.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 6cd0b0aa1..af2e17da6 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "markdown-it": "12.0.4", "module-alias": "2.2.2", "opencc": "1.1.1", - "parse-torrent": "9.1.0", + "parse-torrent": "9.1.3", "pidusage": "2.0.21", "plist": "3.0.1", "puppeteer": "7.0.4", diff --git a/yarn.lock b/yarn.lock index 29afaa1ca..1764671ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9733,15 +9733,16 @@ parse-json@^5.0.0: json-parse-even-better-errors "^2.3.0" lines-and-columns "^1.1.6" -parse-torrent@9.1.0: - version "9.1.0" - resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-9.1.0.tgz#41cc544b0cba3b50f0e1cc6fffc1dcbd8e5ca5c9" - integrity sha512-TVht2kv44bTHEd55KgmfEHyDh5djIBZMhaD6uFWnxLhJWUXy8lrIOsjPSs4Tfzs9PTGIgGM0k+UG6CFphHgOZQ== +parse-torrent@9.1.3: + version "9.1.3" + resolved "https://registry.yarnpkg.com/parse-torrent/-/parse-torrent-9.1.3.tgz#9b4bc8dca243b356bf449938d6d38a259a2a707c" + integrity sha512-/Yr951CvJM8S6TjMaqrsmMxeQEAjDeCX+MZ3hGXXc7DG2wqzp/rzOsHtDzIVqN6NsFRCqy6wYLF/W7Sgvq7bXw== dependencies: bencode "^2.0.1" blob-to-buffer "^1.2.9" get-stdin "^8.0.0" magnet-uri "^6.0.0" + queue-microtask "^1.2.2" simple-get "^4.0.0" simple-sha1 "^3.0.1" @@ -10653,10 +10654,10 @@ querystringify@^2.1.1: resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.1.1.tgz#60e5a5fd64a7f8bfa4d2ab2ed6fdf4c85bad154e" integrity sha512-w7fLxIRCRT7U8Qu53jQnJyPkYZIaR4n5151KMfcJlO/A9397Wxb1amJvROTK6TOnp7PfoAmg/qXiNHI+08jRfA== -queue-microtask@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.1.2.tgz#139bf8186db0c545017ec66c2664ac646d5c571e" - integrity sha512-F9wwNePtXrzZenAB3ax0Y8TSKGvuB7Qw16J30hspEUTbfUM+H827XyN3rlpwhVmtm5wuZtbKIHjOnwDn7MUxWQ== +queue-microtask@^1.1.2, queue-microtask@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.2.tgz#abf64491e6ecf0f38a6502403d4cda04f372dfd3" + integrity sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== quick-lru@^5.1.1: version "5.1.1"