From 5cf473dc5d51c66a0cd373f4eca469505dfa4f32 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Wed, 17 May 2017 02:08:50 -0400 Subject: [PATCH] deps: debug@2.6.7 --- History.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/History.md b/History.md index 4ca0255a6c..2222778710 100644 --- a/History.md +++ b/History.md @@ -2,8 +2,9 @@ unreleased ========== * Fix error when `res.set` cannot add charset to `Content-Type` - * deps: debug@2.6.3 - - Fix: `DEBUG_MAX_ARRAY_LENGTH` + * deps: debug@2.6.7 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@2.0.0 * deps: finalhandler@~1.0.3 - Fix missing `` in HTML document - deps: debug@2.6.7 diff --git a/package.json b/package.json index ac2f32d679..4acb1ff2e5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "content-type": "~1.0.2", "cookie": "0.3.1", "cookie-signature": "1.0.6", - "debug": "2.6.3", + "debug": "2.6.7", "depd": "~1.1.0", "encodeurl": "~1.0.1", "escape-html": "~1.0.3",