francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

busboy upgrade #13

Open bxjw opened 2 years ago

bxjw commented 2 years ago

The current version of busboy has a security vulnerability according to npm audit. Unfortunately, there seems to be a breaking change soon after, so I wasn't able to quickly figure out what needs to be changed here.

bxjw commented 2 years ago

14 would fix the above