From 3ce952cfd59705a76c7ec17e53ac086bac99fa64 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 3 Jan 2016 15:09:36 -0500 Subject: [PATCH] deps: accepts@~1.2.13 --- HISTORY.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 13fceab..be21109 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,8 @@ unreleased ========== + * deps: accepts@~1.2.13 + - deps: mime-types@~2.1.6 * deps: batch@0.5.3 - Fix invalid dependency for browserify diff --git a/package.json b/package.json index 2ae8e11..5061032 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.2.12", + "accepts": "~1.2.13", "batch": "0.5.3", "debug": "~2.2.0", "escape-html": "1.0.2",