-
Notifications
You must be signed in to change notification settings - Fork 887
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
Fix vulnerabilities found by npm audit #5013
Conversation
Unfortunately, storybook build fails with this. It seems to be passing on master, although there is the security error. I ran into the same problem too when trying #4998 and brave/brave-browser#8788 With my solution, I was getting errors with If we can fix the storybook error, I think we'll be good to merge 😄 |
52ce98b
to
ec45c38
Compare
Rebased, working locally. Waiting Travis |
Fixed the pep8 lint issue (my bad there, from #4947) and updated sync |
Jenkins passes completely, travis-ci only fails on |
Reproduced locally on Ubuntu 18 - will look at fix for Storybook. The |
CI passed completely; will do quick follow up for travis-ci (doesn't need a full CI run) |
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.
We're good to go here! Thanks for the huge assist, @cezaraugusto! This was a rough one
npm run test-security
should pass