We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a007863 commit 6381bc6Copy full SHA for 6381bc6
History.md
@@ -9,6 +9,8 @@ unreleased
9
- deps: qs@6.9.7
10
- deps: raw-body@2.4.3
11
* deps: cookie@0.4.2
12
+ * deps: qs@6.9.7
13
+ * Fix handling of `__proto__` keys
14
* pref: remove unnecessary regexp for trust proxy
15
16
4.17.2 / 2021-12-16
package.json
@@ -48,7 +48,7 @@
48
"parseurl": "~1.3.3",
49
"path-to-regexp": "0.1.7",
50
"proxy-addr": "~2.0.7",
51
- "qs": "6.9.6",
+ "qs": "6.9.7",
52
"range-parser": "~1.2.1",
53
"safe-buffer": "5.2.1",
54
"send": "0.17.2",
0 commit comments