Skip to content

Instantly share code, notes, and snippets.

@gregelin
Created July 25, 2022 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregelin/bfdc87f3b747101642e6fafd51729065 to your computer and use it in GitHub Desktop.
Save gregelin/bfdc87f3b747101642e6fafd51729065 to your computer and use it in GitHub Desktop.
Update npm lock files
# Following command runs `npm audit fix` in order to update `package-lock.json` and `yarn.lock` files in GovReady-Q
docker exec -it frontend npm audit fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment