From 9399f45bc6769a753f70a3f0db274ac8cd62ab1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:13:22 +0000 Subject: [PATCH] fix(deps): update dependency bittorrent-tracker to ^11.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f64e5b..95c365a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type": "module", "dependencies": { "bittorrent-dht": "^11.0.5", - "bittorrent-tracker": "^11.0.0", + "bittorrent-tracker": "^11.0.1", "bittorrent-lsd": "^2.0.0", "debug": "^4.3.4", "run-parallel": "^1.2.0"