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 6f24d7e commit cd0e7a0Copy full SHA for cd0e7a0
2 files changed
HISTORY.md
@@ -2,7 +2,7 @@ Unreleased
2
===================
3
* refactor(json): simplify strict mode error string construction
4
* fix: extended urlencoded parsing of arrays with >100 elements (#716)
5
-* deps: qs@~6.14.2
+* deps: qs@~6.15.1
6
7
1.20.4 / 2025-12-01
8
package.json
@@ -17,7 +17,7 @@
17
"http-errors": "~2.0.1",
18
"iconv-lite": "~0.4.24",
19
"on-finished": "~2.4.1",
20
- "qs": "~6.14.2",
+ "qs": "~6.15.1",
21
"raw-body": "~2.5.3",
22
"type-is": "~1.6.18",
23
"unpipe": "~1.0.0"
0 commit comments