fix: pin debug@~3.1.0 avoid deprecated warnning (#1245)
closes https://github.com/koajs/koa/issues/1243
This commit is contained in:
parent
2180839eda
commit
2ee32f50b8
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
"content-disposition": "~0.5.2",
|
"content-disposition": "~0.5.2",
|
||||||
"content-type": "^1.0.4",
|
"content-type": "^1.0.4",
|
||||||
"cookies": "~0.7.1",
|
"cookies": "~0.7.1",
|
||||||
"debug": "^3.1.0",
|
"debug": "~3.1.0",
|
||||||
"delegates": "^1.0.0",
|
"delegates": "^1.0.0",
|
||||||
"depd": "^1.1.2",
|
"depd": "^1.1.2",
|
||||||
"destroy": "^1.0.4",
|
"destroy": "^1.0.4",
|
||||||
|
|
Loading…
Reference in a new issue