From ccbeaebe696d5566de388c38834989c45b09a531 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 2 Sep 2017 19:45:33 -0400 Subject: [PATCH] deps: accepts@~1.3.4 --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 2d629365..605a9a57 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +unreleased +========== + + * deps: accepts@~1.3.4 + - deps: mime-types@~2.1.16 + 1.9.0 / 2017-05-25 ================== diff --git a/package.json b/package.json index 9856d72d..91a8b563 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.3.3", + "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.8", "escape-html": "~1.0.3",