Skip to content

Commit 0eb602c

Browse files
committed
deps: update dependencies to latest versions
1 parent e18cb20 commit 0eb602c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ unreleased
33

44
* fix: use static exports instead of lazy getters to improve ESM compatibility
55
* feat: add subpath exports for individual parsers
6+
* deps:
7+
* http-errors@^2.0.1
8+
* iconv-lite^0.7.2
9+
* qs@^6.15.0
10+
* raw-body@^3.0.1
611

712
2.2.2 / 2026-01-07
813
=========================

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"bytes": "^3.1.2",
3030
"content-type": "^1.0.5",
3131
"debug": "^4.4.3",
32-
"http-errors": "^2.0.0",
33-
"iconv-lite": "^0.7.0",
32+
"http-errors": "^2.0.1",
33+
"iconv-lite": "^0.7.2",
3434
"on-finished": "^2.4.1",
35-
"qs": "^6.14.1",
36-
"raw-body": "^3.0.1",
35+
"qs": "^6.15.0",
36+
"raw-body": "^3.0.2",
3737
"type-is": "^2.0.1"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)