From fa3fe02a2feea0493a5f47322f844acc3898d04a Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 29 Apr 2019 23:52:19 -0400 Subject: [PATCH] deps: accepts@~1.3.7 --- HISTORY.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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",