-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Resolve vulnerabilities found by npm audit
#846
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
|
Why is the It's introducing quite a bit changes that I think we can avoid |
|
@konradpabjan that's probably because I ran |
be8c8a7 to
f1ba29d
Compare
konradpabjan
left a comment
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! 🚀
@thboop could you confirm if these changes are good
thboop
left a comment
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
In #845 the workflow https://github.com/actions/toolkit/actions/workflows/audit.yml failed because of some known vulnerabilities.
Most of these I fixed with
npm audit fix. However, thelernapackage, which is a dev dependency, needs to be updated (discussion). Therefore, I'm changing the workflow to run with--production, which excludes dev dependencies.Sample output: