From 970b567f482b07872645276590de648bb1ccf9ca Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 22 Nov 2014 22:22:37 -0500 Subject: [PATCH] deps: accepts@~1.1.3 --- HISTORY.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index af185cd..6b39f63 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +unreleased +========== + + * deps: accepts@~1.1.3 + - deps: mime-types@~2.0.3 + 1.5.0 / 2014-10-16 ================== diff --git a/package.json b/package.json index cf77cd6..ae6ed85 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.1.2", + "accepts": "~1.1.3", "batch": "0.5.1", "debug": "~2.1.0", "http-errors": "~1.2.7",