There was an error while loading. Please reload this page.
1 parent 28bca08 commit 8d6ec0fCopy full SHA for 8d6ec0f
2 files changed
HISTORY.md
@@ -1,3 +1,8 @@
1
+Unreleased
2
+========================
3
+
4
+* deps: qs@^6.16.0
5
6
2.3.0 / 2026-06-15
7
========================
8
@@ -121,7 +126,6 @@ This incorporates all changes after 1.19.1 up to 1.20.2.
121
126
* refactor(json): simplify strict mode error string construction
122
127
* fix: extended urlencoded parsing of arrays with >100 elements (#716)
123
128
* deps: qs@~6.15.1
124
-*
125
129
130
1.20.4 / 2025-12-01
131
===================
package.json
@@ -32,7 +32,7 @@
32
"http-errors": "^2.0.1",
33
"iconv-lite": "^0.7.2",
34
"on-finished": "^2.4.1",
35
- "qs": "^6.15.2",
+ "qs": "^6.16.0",
36
"raw-body": "^3.0.2",
37
"type-is": "^2.1.0"
38
},
0 commit comments