From 13240a4f615a5d7f03c4b2cc20f64e56f731650c Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 29 Mar 2016 22:14:58 -0400 Subject: [PATCH] deps: bytes@2.3.0 --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 07224678..4464de3b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,10 @@ unreleased ========== + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + - perf: hoist regular expressions * deps: accepts@~1.3.2 - deps: mime-types@~2.1.10 diff --git a/package.json b/package.json index 9ace7dc7..7614c712 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "repository": "expressjs/compression", "dependencies": { "accepts": "~1.3.2", - "bytes": "2.2.0", + "bytes": "2.3.0", "compressible": "~2.0.7", "debug": "~2.2.0", "on-headers": "~1.0.1",