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 ca9864a commit f1f47d9Copy full SHA for f1f47d9
2 files changed
HISTORY.md
@@ -4,6 +4,7 @@ unreleased
4
* refactor: move common request validation to read function
5
* deps:
6
* type-is@^2.0.1
7
+ * iconv-lite@^0.7.0
8
9
2.2.0 / 2025-03-27
10
=========================
package.json
@@ -17,7 +17,7 @@
17
"content-type": "^1.0.5",
18
"debug": "^4.4.0",
19
"http-errors": "^2.0.0",
20
- "iconv-lite": "^0.6.3",
+ "iconv-lite": "^0.7.0",
21
"on-finished": "^2.4.1",
22
"qs": "^6.14.0",
23
"raw-body": "^3.0.0",
0 commit comments