From 98107736e06e95d776f22420effa9c50737de29b Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 3 Jun 2018 23:39:21 -0400 Subject: [PATCH] deps: accepts@~1.3.5 --- HISTORY.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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",