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

deps: updates to weed out transitive vulnerabilities #7319

Merged
merged 2 commits into from
Feb 26, 2019
Merged

Conversation

brendankenny
Copy link
Member

@brendankenny brendankenny commented Feb 25, 2019

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.

Nine Ten have been eliminated, but a couple remain one 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 one and there's one last one I haven't figured out yet.

"commitizen": "^2.9.6",
"conventional-changelog-cli": "^1.3.4",
"coveralls": "^2.11.9",
"coveralls": "^3.0.3",
Copy link
Member Author

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",
Copy link
Member Author

@brendankenny brendankenny Feb 25, 2019

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.

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@patrickhulce
Copy link
Collaborator

Travis isn't happy though. Maybe jsdom doesn't like the new changes 🤷‍♂️

@brendankenny
Copy link
Member Author

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 :)

@brendankenny brendankenny merged commit 6fcec75 into master Feb 26, 2019
@brendankenny brendankenny deleted the deps branch February 26, 2019 01:02
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