diff --git a/HISTORY.md b/HISTORY.md index 5eef8b5..5d9f265 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,8 +3,9 @@ unreleased * Show font icon for more font types * Use 400 error on URI decode failure instead of 500 - * deps: accepts@~1.3.5 - - deps: mime-types@~2.1.18 + * deps: accepts@~1.3.7 + - deps: mime-types@~2.1.24 + - deps: negotiator@0.6.2 * deps: http-errors@~1.7.2 - Set constructor name when possible - deps: depd@~1.1.2 diff --git a/package.json b/package.json index 860b6d6..85b0da2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.3.5", + "accepts": "~1.3.7", "batch": "0.6.1", "debug": "2.6.9", "escape-html": "~1.0.3",