From 2ee32f50b88b383317e33cc0a4bfaa5f2eadead7 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Tue, 11 Sep 2018 23:22:22 +0800 Subject: [PATCH] fix: pin debug@~3.1.0 avoid deprecated warnning (#1245) 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",