From 953123c039f7c03b671367992dd841008f651192 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 15 Mar 2015 00:42:14 -0400 Subject: [PATCH] deps: accepts@~1.2.5 --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f68d6a6..c293a14 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +unreleased +========== + + * deps: accepts@~1.2.5 + - deps: mime-types@~2.0.10 + 1.3.4 / 2015-02-15 ================== diff --git a/package.json b/package.json index ae1c9d7..10b0f7f 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": "expressjs/errorhandler", "dependencies": { - "accepts": "~1.2.4", + "accepts": "~1.2.5", "escape-html": "1.0.1" }, "devDependencies": {