Closed gabek closed 6 years ago
I will take this
@parthi82 Awesome, thanks!
@gabek created a pull request with updated version of lodash. but the only thing this project uses is _.compact which can be replace with native ".filter()" function so we could remove the lodash dependency.
@parthi82 That's even better! If you want to pull lodash out and just use filter
instead then that's a win.
@gabek updated the PR
Can you publish the last version on npm @gabek ?
The security warning is present with 0.1.5
Yes! I'll get that out in the next day or so.
Done!
Thank you very much
The version of lodash used in this project is being marked as a security alert on Github. We need to update it and test the library with the new version.