diff --git a/HISTORY.md b/HISTORY.md index 2801483..242eb8d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 ================== diff --git a/package.json b/package.json index 0ff119f..9f93dd3 100644 --- a/package.json +++ b/package.json @@ -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",