We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18cb20 commit 0eb602cCopy full SHA for 0eb602c
2 files changed
HISTORY.md
@@ -3,6 +3,11 @@ unreleased
3
4
* fix: use static exports instead of lazy getters to improve ESM compatibility
5
* 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
11
12
2.2.2 / 2026-01-07
13
=========================
package.json
@@ -29,11 +29,11 @@
29
"bytes": "^3.1.2",
30
"content-type": "^1.0.5",
31
"debug": "^4.4.3",
32
- "http-errors": "^2.0.0",
33
- "iconv-lite": "^0.7.0",
+ "http-errors": "^2.0.1",
+ "iconv-lite": "^0.7.2",
34
"on-finished": "^2.4.1",
35
- "qs": "^6.14.1",
36
- "raw-body": "^3.0.1",
+ "qs": "^6.15.0",
+ "raw-body": "^3.0.2",
37
"type-is": "^2.0.1"
38
},
39
"devDependencies": {
0 commit comments