I have followed the instructions in this article to resolve the security issues in this repository. I basically updated all of the dependencies and confirmed that the issues are resolved by running npm audit.
@cosmin-petrescu are you fine with these updates? The alternative would have been to only update the effected packages and force the usage of for example minimist 1.2.5 using yarn resolutions. Though I think updating other packages does make sense.
I have followed the instructions in this article to resolve the security issues in this repository. I basically updated all of the dependencies and confirmed that the issues are resolved by running
npm audit
.@cosmin-petrescu are you fine with these updates? The alternative would have been to only update the effected packages and force the usage of for example minimist 1.2.5 using yarn resolutions. Though I think updating other packages does make sense.