-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run npm audit
and upgrade identified vulnerable deps
#386
Labels
Comments
This task is more involved than appears:
|
Proposal to close this task.
|
Okay, let's mark this as blocked until the electron version is updated (and with that, we'd need to update spectron also, I suspect) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yarn
team is working on it's own command but it's not ready yet:yarnpkg/yarn#5808
package-lock.json
andnpm
@6.node_modules
directories and then runnpm i
to producepackage-lock.json
.npm audit
and thennpm audit fix
to upgrade vulnerable dependencies.package.json
will have been automatically updated.package-lock.json
yarn
to produce an updatedyarn.lock
to commit to repo.The text was updated successfully, but these errors were encountered: