-
Notifications
You must be signed in to change notification settings - Fork 25
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 many GitHub Security Advisory Warnings #26
Conversation
Bumps [rgb2hex](https://github.com/christian-bromann/rgb2hex) from 0.1.1 to 0.1.9. - [Release notes](https://github.com/christian-bromann/rgb2hex/releases) - [Commits](https://github.com/christian-bromann/rgb2hex/commits/v0.1.9) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/commits) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Thanks @karlhorky 🙌 |
No problem, credit to @juliakaltenegger too! Thanks for the merge! |
@Jinksi looks like in the meantime there are more security alerts: Yarn $ yarn audit
...
10 vulnerabilities found - Packages audited: 914383
Severity: 1 Low | 7 Moderate | 1 High | 1 Critical npm $ npm i --package-lock-only && npm audit
...
found 3 vulnerabilities (1 low, 1 moderate, 1 critical) in 924332 scanned packages |
The critical vulnerability comes from the Edit: I did a pull request for |
@Jinksi ok I've opened #28 to fix the rest of the vulnerabilities (except for the issues in |
Many transitive dependency packages are locked to versions with GitHub security advisories (you probably see them under the security tab of this repo).
This pull request (original work courtesy of @juliakaltenegger) fixes many of them.
The last unresolved issue is a problem with
heml
(more specifically, the@heml/elements
package). @juliakaltenegger alerted theheml
project of this here:SparkPost/heml#92