From f504603e4b9fceeda691e43c1c61b58008f042df Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 12 May 2016 16:54:01 -0400 Subject: [PATCH] deps: accepts@~1.3.3 --- HISTORY.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 82b90fe9..adb18a61 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,9 @@ unreleased ========== - * deps: accepts@~1.3.2 - - deps: mime-types@~2.1.10 + * deps: accepts@~1.3.3 + - deps: mime-types@~2.1.11 + - deps: negotiator@0.6.1 * deps: bytes@2.3.0 - Drop partial bytes on all parsed units - Fix parsing byte string that looks like hex diff --git a/package.json b/package.json index cefee8fa..4fcae8b1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "repository": "expressjs/compression", "dependencies": { - "accepts": "~1.3.2", + "accepts": "~1.3.3", "bytes": "2.3.0", "compressible": "~2.0.8", "debug": "~2.2.0",