diff --git a/History.md b/History.md index 2fbc220..1223dcf 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,8 @@ unreleased ========== * Fix Content-Length calculation for multi-byte file names + * deps: accepts@~1.0.7 + - deps: negotiator@0.4.7 1.1.4 / 2014-06-20 ================== diff --git a/package.json b/package.json index 940849c..fa556bd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.0.5", + "accepts": "~1.0.7", "batch": "0.5.1" }, "devDependencies": {