awapps / mongration

MongoDB migration framework
MIT License
85 stars 24 forks source link

yarn audit throws errors due to an outdated lodash used by master-table.js #50

Closed zelongc closed 5 years ago

zelongc commented 5 years ago

Hi there,

I am really appreciated for your awesome work.

Is there any chance to use another package instead of table-master.js as the table-master.js is using a vulnerably dependency "lodash": "^3.10.1"

Thanks

Sytten commented 5 years ago

Same here. Could you fix it @eberhara or @wmartins. Thanks!

wmartins commented 5 years ago

Hey @zelongc and @Sytten, just published out a new version (v1.0.1) replacing the console.table dependency. The audit error should be fixed now. :)

Let me know if you still have problems with that.

zelongc commented 5 years ago

@wmartins Thank you very much!