diff --git a/HISTORY.md b/HISTORY.md index 6d19ea9..1638adb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ unreleased ========== * Show font icon for more font types + * deps: accepts@~1.3.5 + - deps: mime-types@~2.1.18 * deps: mime-types@~2.1.18 - Add new mime types - deps: mime-db@~1.33.0 diff --git a/package.json b/package.json index 10d93e7..fdfb6f3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.3.4", + "accepts": "~1.3.5", "batch": "0.6.1", "debug": "2.6.9", "escape-html": "~1.0.3",