As you know, Dependabot give us potential security vulnerability in a dependency in yarn.lock or package-lock.json.
Actually the problem is, there is no good for learning how to fix this. If we search how, there is so many different way to do it, sometimes working, sometimes not. I'm find a lot of subject about this because a lot of people like me doesn't really understand how to fix vulnerability.
Did we have to replace by hand in all the file with correct version ?
For example npm audit fix upgrade package, sometimes not.
If we do npm install packageName the new package version appear but the old don't disappear, so the alert still here on gitHub.
And what about yarn?
In this Github project https://github.com/samuel3105/react-native-animated-tabBar, I have this:
Thanks for answers.
