We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In almost every javascript quickstart (and probably tutorial) the npm i installation in each package folder reports audit findings.
npm i
Most are fixed by npm audit fix
npm audit fix
In some cases an upgrade to axios v1 is needed, which requires a npm audit fix --force
npm audit fix --force
Dependabot should be able to generate PRs for these.
This is a sequel to #1054 (which reported pub_sub audit findings)
Running npm i in a javascript folder with package*.json does not report npm audit findings.
A handful of audit findings reported in each folder.
The text was updated successfully, but these errors were encountered:
/assign joebowbeer
I will create a PR for this
Sorry, something went wrong.
If we can rebase and sync your PR @joebowbeer I'd love to take it for 1.14 release. Please track in that issue
Thanks. I finished rebasing my branch on 1.14
Fixed by #1081, merged!
joebowbeer
Successfully merging a pull request may close this issue.
In almost every javascript quickstart (and probably tutorial) the
npm i
installation in each package folder reports audit findings.Most are fixed by
npm audit fix
In some cases an upgrade to axios v1 is needed, which requires a
npm audit fix --force
Dependabot should be able to generate PRs for these.
This is a sequel to #1054 (which reported pub_sub audit findings)
Expected Behavior
Running
npm i
in a javascript folder with package*.json does not report npm audit findings.Actual Behavior
A handful of audit findings reported in each folder.
Steps to Reproduce the Problem
npm i
The text was updated successfully, but these errors were encountered: