Skip to content

Commit 9efa9ab

Browse files
committedSep 12, 2017
deps: content-type@~1.0.4
1 parent f1ef6cc commit 9efa9ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
unreleased
22
==========
33

4+
* deps: content-type@~1.0.4
5+
- perf: remove argument reassignment
6+
- perf: skip parameter parsing when no parameters
47
* deps: iconv-lite@0.4.19
58
- Fix ISO-8859-1 regression
69
- Update Windows-1255

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "expressjs/body-parser",
1111
"dependencies": {
1212
"bytes": "3.0.0",
13-
"content-type": "~1.0.2",
13+
"content-type": "~1.0.4",
1414
"debug": "2.6.8",
1515
"depd": "~1.1.1",
1616
"http-errors": "~1.6.2",

0 commit comments

Comments
 (0)
Please sign in to comment.