diff --git a/HISTORY.md b/HISTORY.md index c97af1c..034bbed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +========== + + * deps: accepts@~1.2.7 + - deps: mime-types@~2.0.11 + - deps: negotiator@0.5.3 + 1.6.3 / 2015-03-13 ================== diff --git a/package.json b/package.json index aacc244..0a39202 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.2.5", + "accepts": "~1.2.7", "batch": "0.5.2", "debug": "~2.1.3", "escape-html": "1.0.1",