From f356542d4864561a23fcbe260422fe0ec7c6eb85 Mon Sep 17 00:00:00 2001 From: Offwhite-Del <284996822+Offwhite-Del@users.noreply.github.com> Date: Sun, 19 Jul 2026 09:46:14 +0800 Subject: [PATCH] deps: update debug from ~2.6.9 to ~4.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit debug 2.6.x was released in 2017. This upgrade brings 9 years of security fixes and improvements from v3.x/v4.x. Backward compatible — session uses debug in the simplest way. Verified: 173 tests pass (0 failures). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36387796..89008ca8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "cookie": "~0.7.2", "cookie-signature": "~1.0.7", - "debug": "~2.6.9", + "debug": "~4.4.0", "depd": "~2.0.0", "on-headers": "~1.1.0", "parseurl": "~1.3.3",