deps: accepts@~1.1.2

This commit is contained in:
Douglas Christopher Wilson
2014-10-15 23:21:53 -04:00
parent b866f9690a
commit f332e6e576
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
unreleased
==========
* deps: accepts@~1.1.2
- Fix error when media type has invalid parameter
- deps: negotiator@0.4.9
1.4.0 / 2014-10-03
==================
+1 -1
View File
@@ -6,7 +6,7 @@
"license": "MIT",
"repository": "expressjs/serve-index",
"dependencies": {
"accepts": "~1.1.1",
"accepts": "~1.1.2",
"batch": "0.5.1",
"debug": "~2.0.0",
"mime-types": "~2.0.1",