Version | Supported |
---|---|
1.0x | ✅ |
< 1.0x | ❌ |
Submit an issue and if possible, open a pull request too.
Most of the time vulnerabilities can be resolved by dependabot but to make a P.R., just run:
npm install && npm update && npm audit fix
and that should update all the dependencies. At that point, fork the repo and go. Make sure you make the P.R. according to the correct branches.