richardgirges / express-fileupload

Simple express file upload middleware that wraps around busboy
MIT License
1.52k stars 259 forks source link

express-fileupload may need to update the version of dependency busboy #352

Closed yitcai closed 10 months ago

yitcai commented 12 months ago

per https://github.com/expressjs/multer/issues/224, busboy fixed a issue in latest version. But I am still getting exactly the same error when using express-fileupload. So I guess express-fileupload hasn't;t updated the version of dependency package busboy. Can you please check and update if this is correct? Thank you very much!

RomanBurunkov commented 10 months ago

Hi. The latest express-fileupload 1.4 has "busboy": "^1.6.0", which is the latest version according to the npm.