diff --git a/HISTORY.md b/HISTORY.md index 065ed338..ab620913 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ unreleased ========== * Fix incorrect 403 on Windows and Node.js 0.11 + * deps: accepts@~1.1.1 + - deps: mime-types@~2.0.2 + - deps: negotiator@0.4.8 1.3.0 / 2014-09-20 ================== diff --git a/package.json b/package.json index 1bf0c089..16bc605d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.1.0", + "accepts": "~1.1.1", "batch": "0.5.1", "debug": "~2.0.0", "mime-types": "~2.0.1",