From a92c83f03c5a453868fd7781f65cb6a5896bcc2a Mon Sep 17 00:00:00 2001 From: Yiyu He Date: Tue, 11 Sep 2018 20:28:26 +0800 Subject: [PATCH] fix: pin debug@3 (#1241) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e6e917..1daf4fc 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "content-disposition": "~0.5.0", "content-type": "^1.0.0", "cookies": "~0.7.0", - "debug": "*", + "debug": "^3.2.4", "delegates": "^1.0.0", "destroy": "^1.0.3", "error-inject": "~1.0.0",