Github is telling me that a dependency in my package-lock.json file is vulnerable and outdated. The problem is that if I do npm install or npm update
npm install
npm update
If you have npm@6 or later, you can use npm audit fix for your security issues.