-
-
Notifications
You must be signed in to change notification settings - Fork 625
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
Vulnerability warnings due to outdated package-lock.json #700
Comments
These are automated and come in regularly. In short: you'll see the warnings unless you run audit fix, or when ⬆️ upstream is fixed. |
This should be fixed by #702. |
It still leaves the issue with npm and locks. |
No package versions update were needed to remove the warning - it was addressed in patch versions of related packages already. Just checked. 15834 high severity vulnerabilities still reported on fresh install. |
Created #703 |
Used the
exercism download --exercise=dnd-character --track=javascript
command to get thednd-character
exercise.After executing
npm i
I got a counter of vulnerabilities at several thousands.NPM Audit shows it is all about a single library somewhere deep in the dependencies that was fixed already.
This particular lock file should be regenerated.
And isn't there any planned/automated audit checks to prevent an accumulation of issues like this?
The text was updated successfully, but these errors were encountered: