From 5462db394607490dcda7b8238ff2ff4da3a65e0c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 12 May 2015 20:58:24 -0400 Subject: [PATCH] deps: accepts@~1.2.7 --- HISTORY.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c97af1c..034bbed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +unreleased +========== + + * deps: accepts@~1.2.7 + - deps: mime-types@~2.0.11 + - deps: negotiator@0.5.3 + 1.6.3 / 2015-03-13 ================== diff --git a/package.json b/package.json index aacc244..0a39202 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.2.5", + "accepts": "~1.2.7", "batch": "0.5.2", "debug": "~2.1.3", "escape-html": "1.0.1",