Skip to content

Commit 2ee32f5

Browse files
fengmk2dead-horse
authored andcommitted
fix: pin debug@~3.1.0 avoid deprecated warnning (#1245)
closes #1243
1 parent 2180839 commit 2ee32f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"content-disposition": "~0.5.2",
2828
"content-type": "^1.0.4",
2929
"cookies": "~0.7.1",
30-
"debug": "^3.1.0",
30+
"debug": "~3.1.0",
3131
"delegates": "^1.0.0",
3232
"depd": "^1.1.2",
3333
"destroy": "^1.0.4",

0 commit comments

Comments
 (0)