Skip to content

Commit e03ed05

Browse files
committed
deps: type-is@~1.6.0
1 parent 117d0c9 commit e03ed05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ unreleased
1414
- Always read the stat size from the file
1515
- Fix mutating passed-in `options`
1616
- deps: mime@1.3.4
17+
* deps: type-is@~1.6.0
18+
- fix argument reassignment
19+
- fix false-positives in `hasBody` `Transfer-Encoding` check
20+
- support wildcard for both type and subtype (`*/*`)
21+
- deps: mime-types@~2.0.9
1722

1823
4.11.2 / 2015-02-01
1924
===================

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"range-parser": "~1.0.2",
4747
"send": "0.12.1",
4848
"serve-static": "~1.8.1",
49-
"type-is": "~1.5.6",
49+
"type-is": "~1.6.0",
5050
"vary": "~1.0.0",
5151
"cookie": "0.1.2",
5252
"merge-descriptors": "0.0.2",

0 commit comments

Comments
 (0)