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

Update busboy to 1.6.0, account for breaking changes #14

Open jrose-stac opened 2 years ago

jrose-stac commented 2 years ago

As in description. This accounts for breaking changes from version 1.0.0 of busboy.

Running the tests is successful.

piotrmoszkowicz commented 1 year ago

@francismeynard Can we get this going? It's not nice to have vulnerabilities...

oakleaf commented 1 year ago

@francismeynard this update seems fine to merge?

harishreddy-m commented 1 year ago

@francismeynard Can you please merge and release this change. It fixes vulnerabilities.

harishreddy-m commented 1 year ago

@jrose-stac Do you have another npm package published along with this change?

TheGreenInsurer-MT commented 7 months ago

Hi @jrose-stac - Have you considered forking this and publishing the package yourself under a different name? It looks like @francismeynard has abandoned this repo?