audit
Audit fix
# yarn audit fix workaroud fails
https://dev.to/antongolub/yarn-audit-fix-workaround-i2a
npx yarn-audit-fix
# Use switch to npm to use npm audit fix and switch back to yarn
npm install
npm audit fix
rm -rf package-lock.json node_modules/ yarn.lock
yarn