-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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 dependencies & dev dependencies #4396
Conversation
going to need to run a branch check on this one, lemme see |
build is here: https://travis-ci.org/github/mochajs/mocha/builds/718013127, branch |
Travis looks okay, what's up with appveyor not finding package.lock file? re-run tests? |
appveyor's kind of hinky. looking to move to GH actions for that stuff, see #4402. should be fine to merge this otherwise |
I'm seeing this during Rollup build:
which is concerning, especially since no tests fail. When you ran these upgrades, did you use |
I just upgraded escape-string-regexp to |
I think that error might be due to the |
okay, that seemed to work. |
update lint-staged config Signed-off-by: Christopher Hiller <[email protected]>
thanks! |
* Update dependencies & dev dependencies * fix build, remove spec:true from babel config update lint-staged config Signed-off-by: Christopher Hiller <[email protected]> Co-authored-by: Christopher Hiller <[email protected]>
Requirements
Description of the Change
Updates dependencies and dev dependencies, fixes some vulnerabilities.
Benefits
300+ less vulnerabilities & less dependencies (node_modules folder decreases in size from 415MB to 394MB and has 2000 less files)