From 8a06bb7e193ea362afe9bd329dcc1f671fc78fd3 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 1 Oct 2014 11:05:24 -0400 Subject: [PATCH] deps: accepts@~1.1.1 --- HISTORY.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 065ed33..ab62091 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ unreleased ========== * Fix incorrect 403 on Windows and Node.js 0.11 + * deps: accepts@~1.1.1 + - deps: mime-types@~2.0.2 + - deps: negotiator@0.4.8 1.3.0 / 2014-09-20 ================== diff --git a/package.json b/package.json index 1bf0c08..16bc605 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": "expressjs/serve-index", "dependencies": { - "accepts": "~1.1.0", + "accepts": "~1.1.1", "batch": "0.5.1", "debug": "~2.0.0", "mime-types": "~2.0.1",