From 38c6c8a7b7c1a37a38f57e7f6a0915b58cdb204b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 13:09:42 +0000 Subject: [PATCH] fix(deps): update dependency debug to ^4.3.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2a62f27..8d236e19 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "bencode": "^4.0.0", "bitfield": "^4.1.0", - "debug": "^4.3.4", + "debug": "^4.3.5", "rc4": "^0.1.5", "streamx": "^2.15.1", "throughput": "^1.0.1",