From 702c1a87cda6aa20c5982681e521cdb5266fc74e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 16:03:46 +0000 Subject: [PATCH] fix(deps): update dependency parse-torrent to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index af7777a5..db90d876 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "moment": "^2.29.1", "network-address": "^1.1.2", "open": "^8.2.1", - "parse-torrent": "^9.1.3", + "parse-torrent": "^11.0.0", "prettier-bytes": "^1.0.4", "vlc-command": "^1.2.0", "webtorrent": "^2.3.0",