From f877599aab13f67a00b152f907f01896a661c527 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 00:59:50 +0200 Subject: [PATCH] fix(deps): update dependency bittorrent-dht to ^10.0.6 (#85) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 18600964..a0c9ca04 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "url": "https://github.com/webtorrent/torrent-discovery/issues" }, "dependencies": { - "bittorrent-dht": "^10.0.4", + "bittorrent-dht": "^10.0.6", "bittorrent-tracker": "^9.19.0", "bittorrent-lsd": "^1.1.1", "debug": "^4.3.4",