-
Notifications
You must be signed in to change notification settings - Fork 1.7k
fix: vulnerability fix #514
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
Conversation
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.
The version change should make no difference for this package
Yeah, there were a bunch of vulnerabilities highlighted by GH (some of which are on https://github.com/all-contributors/all-contributors/security/dependabot) so I thought it would be wise to do this which should also publish translations and resolve 404's. |
To takle the [failing build](https://github.com/all-contributors/all-contributors/runs/2336473172) following the _successful_ merge of #514
To takle the [failing build](https://github.com/all-contributors/all-contributors/runs/2336473172) following the _successful_ merge of #514
🎉 This PR is included in version 2.16.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What:
Use more secure versions of dependencies.
Why:
To not have noise from dependency audits and potential issues from dependency vulnerabilities.
How:
Using
npm audit --fix
.Checklist:
Bot Usage