diff --git a/HISTORY.md b/HISTORY.md index 59e7eebe..1cb39441 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,7 @@ unreleased * type-is@^2.0.1 * iconv-lite@^0.7.0 * raw-body@^3.0.1 + * debug@^4.4.3 2.2.0 / 2025-03-27 ========================= diff --git a/package.json b/package.json index 460511f6..74b1ae71 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", - "debug": "^4.4.0", + "debug": "^4.4.3", "http-errors": "^2.0.0", "iconv-lite": "^0.7.0", "on-finished": "^2.4.1",