Npm upgrades

Upgrade NPM packages and keep them updated Create CI steps that:

  • uses npm audit to check for updates
  • upgrade the package and runs tests again
  • commit the new upgraded package.json somehow