diff --git a/HISTORY.md b/HISTORY.md index 5bf9f59b..5985b673 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,6 +3,11 @@ unreleased * fix: use static exports instead of lazy getters to improve ESM compatibility * feat: add subpath exports for individual parsers +* deps: + * http-errors@^2.0.1 + * iconv-lite^0.7.2 + * qs@^6.15.0 + * raw-body@^3.0.1 2.2.2 / 2026-01-07 ========================= diff --git a/package.json b/package.json index adeb5d58..6eb199df 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.3", - "http-errors": "^2.0.0", - "iconv-lite": "^0.7.0", + "http-errors": "^2.0.1", + "iconv-lite": "^0.7.2", "on-finished": "^2.4.1", - "qs": "^6.14.1", - "raw-body": "^3.0.1", + "qs": "^6.15.0", + "raw-body": "^3.0.2", "type-is": "^2.0.1" }, "devDependencies": {