Add `npm audit fix` to build CI job
Should we add the command npm audit fix
after npm install
in the CI jobs build
and build_master
?
This would fix auto-fixable security issues with dependencies.
What do you think about that? @scmoritz @lic