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 5af7315 commit 6842efcCopy full SHA for 6842efc
HISTORY.md
@@ -1,3 +1,9 @@
1
+unreleased
2
+==========
3
+
4
+ * deps: content-type@~1.0.5
5
+ - perf: skip value escaping when unnecessary
6
7
1.20.1 / 2022-10-06
8
===================
9
package.json
@@ -10,7 +10,7 @@
10
"repository": "expressjs/body-parser",
11
"dependencies": {
12
"bytes": "3.1.2",
13
- "content-type": "~1.0.4",
+ "content-type": "~1.0.5",
14
"debug": "2.6.9",
15
"depd": "2.0.0",
16
"destroy": "1.2.0",
0 commit comments