From 79aabec64b6b94a2583fd24163d853f99ea6124a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 17:31:37 -0500 Subject: [PATCH] fix(deps): update webtorrent (#79) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 702b4604..8ff4e68d 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "url": "https://github.com/webtorrent/torrent-discovery/issues" }, "dependencies": { - "bittorrent-dht": "^10.0.2", - "bittorrent-tracker": "^9.18.6", + "bittorrent-dht": "^10.0.4", + "bittorrent-tracker": "^9.19.0", "bittorrent-lsd": "^1.1.1", "debug": "^4.3.4", "run-parallel": "^1.2.0"