diff --git a/HISTORY.md b/HISTORY.md index af185cd..6b39f63 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +unreleased +========== + + * deps: accepts@~1.1.3 + - deps: mime-types@~2.0.3 + 1.5.0 / 2014-10-16 ================== diff --git a/package.json b/package.json index cf77cd6..ae6ed85 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.1.2", + "accepts": "~1.1.3", "batch": "0.5.1", "debug": "~2.1.0", "http-errors": "~1.2.7",