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 #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update mocha #9

wants to merge 3 commits into from

Conversation

za
Copy link
Contributor

@za za commented May 21, 2022

there we 2 vulnerabilities found before the update:

$ npm audit

Run  npm install --save-dev mocha@10.0.0  to resolve 2 vulnerabilities

found 2 vulnerabilities (1 moderate, 1 critical) in 25 scanned packages
  2 vulnerabilities require semver-major dependency updates.

there we 2 vulnerabilities found before the update:

```
$ npm audit

Run  npm install --save-dev mocha@10.0.0  to resolve 2 vulnerabilities

found 2 vulnerabilities (1 moderate, 1 critical) in 25 scanned packages
  2 vulnerabilities require semver-major dependency updates.
```
@ariya
Copy link
Owner

ariya commented May 22, 2022

hmm, looks like we have to drop support for Node.js <= 10.

@za
Copy link
Contributor Author

za commented May 22, 2022

Yes, I can see some tests are failing @ariya

as the tests are failing on these versions because we update mocha.
@za
Copy link
Contributor Author

za commented May 24, 2022

Oups, tests legacy 6.x also failing. Should we delete this too @ariya ?

@ariya
Copy link
Owner

ariya commented May 24, 2022

Oups, tests legacy 6.x also failing. Should we delete this too @ariya ?

yes.

as it's no longer support node.js < 12
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.

2 participants