Skip to content
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

Update mocha as recommended by npm audit #975

Merged
merged 1 commit into from
Jan 23, 2019
Merged

Update mocha as recommended by npm audit #975

merged 1 commit into from
Jan 23, 2019

Conversation

wincent
Copy link
Contributor

@wincent wincent commented Jan 23, 2019

Before:

found 8 vulnerabilities (3 low, 4 high, 1 critical) in 17615 scanned packages

After:

found 6 vulnerabilities (2 low, 4 high) in 17609 scanned packages

npm run dev && npm run test still green after this change.

Originally tried in #958, #965, #967, #972. Fifth time lucky, as they say!

@wincent
Copy link
Contributor Author

wincent commented Jan 23, 2019

It passed!, but now there is a merge conflict. 😂

This is actually good news though, because it means the build is failing due to flakiness and not due to a fundamental incompatibility with Mocha. That means I can keep rerunning it until I see it pass, knowing that it's not a total waste of time. (Could also just rebase and merge, TBH, but I think I'll wait to see it green again... I think...)

Before:

    found 8 vulnerabilities (3 low, 4 high, 1 critical) in 17615 scanned packages

After:

    found 6 vulnerabilities (2 low, 4 high) in 17609 scanned packages

`npm run test` still green after this change.
@wincent
Copy link
Contributor Author

wincent commented Jan 23, 2019

Well, Travis isn't even trying to run this, maybe because it saw that it passed already? Going to pull the trigger.

@wincent wincent merged commit 0faf3ab into liferay:2.x-develop Jan 23, 2019
@wincent wincent deleted the mocha-update branch January 24, 2019 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant