From 7efc8f12f719680bbf9d39e67c13ff8833cadfdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 16:52:54 +0000 Subject: [PATCH] fix: upgrade debug from 4.1.1 to 4.3.4 Snyk has created this PR to upgrade debug from 4.1.1 to 4.3.4. See this package in npm: debug See this project in Snyk: https://app.snyk.io/org/dmrazzy/project/24725df8-bc11-49f1-b7d0-2556b4154304?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b6248be9..4524e3227 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "cookie-parser": "^1.4.5", "crypto-js": "3.1.9-1", "csurf": "^1.11.0", - "debug": "~4.1.1", + "debug": "~4.3.4", "decimal.js": "^10.2.0", "dotenv": "^8.2.0", "electrum-client": "github:janoside/electrum-client",