-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
deps: updates to weed out transitive vulnerabilities #7319
Conversation
"commitizen": "^2.9.6", | ||
"conventional-changelog-cli": "^1.3.4", | ||
"coveralls": "^2.11.9", | ||
"coveralls": "^3.0.3", |
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.
codecov and coveralls had to go up a major version to get the latest request
@@ -113,9 +113,6 @@ | |||
"eslint-config-google": "^0.9.1", | |||
"gh-pages": "^2.0.1", | |||
"glob": "^7.1.3", | |||
"gulp": "^3.9.1", | |||
"gulp-replace": "^0.5.4", | |||
"gulp-util": "^3.0.7", |
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.
I was so excited about deleting these before, I don't know how I forgot to actually do it.
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
Travis isn't happy though. Maybe jsdom doesn't like the new changes 🤷♂️ |
ok, not sure what happened, but made the changes in a slightly different order and should be good now :) |
alerted by the github UI about a few vulnerable transitive dependencies. Almost all are descended from devDependencies (and the rest don't end up running, AFAICT), so they aren't a huge deal, but better to move off them.
This involved mostly removing and then re-adding the same dependency to get yarn to update transitive ones, but a few had to be manually updated in the
package.json
.NineTen have been eliminated, but acouple remainone remains. We need to get finally get rid of mocha (or update to latest, but I didn't want to change that without testing) to get rid of oneand there's one last one I haven't figured out yet.