We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f1ef6cc commit 9efa9abCopy full SHA for 9efa9ab
HISTORY.md
@@ -1,6 +1,9 @@
1
unreleased
2
==========
3
4
+ * deps: content-type@~1.0.4
5
+ - perf: remove argument reassignment
6
+ - perf: skip parameter parsing when no parameters
7
* deps: iconv-lite@0.4.19
8
- Fix ISO-8859-1 regression
9
- Update Windows-1255
package.json
@@ -10,7 +10,7 @@
10
"repository": "expressjs/body-parser",
11
"dependencies": {
12
"bytes": "3.0.0",
13
- "content-type": "~1.0.2",
+ "content-type": "~1.0.4",
14
"debug": "2.6.8",
15
"depd": "~1.1.1",
16
"http-errors": "~1.6.2",
0 commit comments