From 78fea091f85d39b8a0059c9f2e99071c3cf94e05 Mon Sep 17 00:00:00 2001 From: ThaUnknown <6506529+ThaUnknown@users.noreply.github.com> Date: Thu, 23 May 2024 00:03:47 +0200 Subject: [PATCH 1/2] fix: bump bittorrent-tracker --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6362572..471b49c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type": "module", "dependencies": { "bittorrent-dht": "^11.0.5", - "bittorrent-tracker": "^11.0.2", + "bittorrent-tracker": "^11.1.0", "bittorrent-lsd": "^2.0.0", "debug": "^4.3.4", "run-parallel": "^1.2.0" From 6f913bcd7b636fdea3fb4dc79eaa6d5b5c5e071f Mon Sep 17 00:00:00 2001 From: Cas_ <6506529+ThaUnknown@users.noreply.github.com> Date: Thu, 23 May 2024 00:07:15 +0200 Subject: [PATCH 2/2] fix: bump engines --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 471b49c..dbec0d0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ ], "license": "MIT", "engines": { - "node": ">=12.20.0" + "node": ">=16.0.0" }, "exports": { "import": "./index.js"