From 261b326701ac36fd669fb8cd47f07003d5535c09 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Tue, 11 Sep 2018 21:16:08 +0800 Subject: [PATCH] fix: pin debug@~3.1.0 avoid deprecated warnning closes https://github.com/koajs/koa/issues/1243 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 427460962..cab0d6499 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "content-disposition": "~0.5.2", "content-type": "^1.0.4", "cookies": "~0.7.1", - "debug": "^3.1.0", + "debug": "~3.1.0", "delegates": "^1.0.0", "depd": "^1.1.2", "destroy": "^1.0.4",