andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

Updates mime dependency to a non-vulnerable version #217

Closed nicolastrres closed 5 years ago

nicolastrres commented 5 years ago

mime package version ~1.2.11 contains a regular expression denial of service vulnerability. See this npmjs advisory.

This PR updates it to a non-vulnerable version and address issue #205

nicolastrres commented 5 years ago

just noticed there is another open PR fixing the same issue. Closing this one