update co@4.1.0
This version includes an important fix for a memory leak. See https://github.com/tj/co/issues/180.
This commit is contained in:
parent
f690af0f1d
commit
526eeadfa5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"accepts": "^1.1.0",
|
||||
"co": "^4.0.2",
|
||||
"co": "^4.1.0",
|
||||
"content-disposition": "~0.5.0",
|
||||
"cookies": "~0.5.0",
|
||||
"debug": "*",
|
||||
|
|
Loading…
Reference in a new issue