ageitgey / node-unfluff

Automatically extract body content (and other cool stuff) from an html document
Apache License 2.0
2.15k stars 223 forks source link

loadash needs update #91

Closed cekvenich closed 6 years ago

cekvenich commented 6 years ago

Npm audit is reporting unfluf as not secure due to it using old version of lodash. unfluf needs version 4.17.15 or later of loadash.

ageitgey commented 6 years ago

Thanks for letting me know! I'm on vacation at the moment but hope to update it next week.

cekvenich commented 6 years ago

eta?

ageitgey commented 6 years ago

There's no v4.17.15, but I bumped lodash to the latest version in #92.

ageitgey commented 6 years ago

published as v3.2.0

cekvenich commented 6 years ago

Thank you, I tested and it seems to work.