From a388d194156dc06c0fd63985c2c6dadcf20ed083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:08:12 +0000 Subject: [PATCH] deps(express4-test): bump debug in /test/support/express4 Bumps [debug](https://github.com/debug-js/debug) from 3.1.0 to 4.4.3. - [Release notes](https://github.com/debug-js/debug/releases) - [Commits](https://github.com/debug-js/debug/compare/3.1.0...4.4.3) --- updated-dependencies: - dependency-name: debug dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test/support/express4/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/express4/package.json b/test/support/express4/package.json index f1db45c..9b3ccab 100644 --- a/test/support/express4/package.json +++ b/test/support/express4/package.json @@ -8,7 +8,7 @@ "dependencies": { "body-parser": "~1.18.3", "cookie-parser": "~1.4.3", - "debug": "~3.1.0", + "debug": "~4.4.3", "express": "~4.16.3", "morgan": "~1.9.0", "pug": "~2.0.3",