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
There are a couple of vulnerability reports from github and also when you execute npm install (yarn does not seem to report vulnerabilities though)
npm install
The text was updated successfully, but these errors were encountered:
npm audit report result:
npm audit
found 79 vulnerabilities (30 low, 23 moderate, 25 high, 1 critical) in 5666 scanned packages
I'll push a initial commit to a separate branch with the updated packages using npm audit fix
npm audit fix
EDIT
After executing npm audit fix, our project still has a couple of vulnerable packages:
found 23 vulnerabilities (14 low, 8 high, 1 critical) in 8892 scanned packages 23 vulnerabilities require semver-major dependency updates.
Sorry, something went wrong.
No branches or pull requests
Issue
There are a couple of vulnerability reports from github and also when you execute
npm install
(yarn does not seem to report vulnerabilities though)Solution
The text was updated successfully, but these errors were encountered: