-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 karma to address vulnerabilities. #4038
Conversation
Update - command |
@jsnellbaker I've fixed this. The command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* update packages to fix vulns * upgrade node version to support advanced features * fix command gulp test --browserstack not exiting * fixes gulp view-coverage command failing * fix: command, gulp serve now keeps running without exiting * fix: error in package-lock.json * update README.md to reflect change in node version
Type of change
Description of change
Related to #3966. The earlier PR was reverted because Circle CI failed. This PR attempts to fix the failing CI along with the necessary updates required to keep vulnerabilities to a minimum.
The updated package
karma v^4.2.0
uses object spread operator which is supported only in Node v9 or greater, hence this PR updates minimum supported Node version to 9.