run `npm audit fix` to fix them, or `npm audit` for details code example
Example: npm install run audit fix
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install
rm -rf node_modules
rm package-lock.json yarn.lock
npm cache clear --force
npm install