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
NPM install command shows some vulnerabilities in the package base:
NPM install
Suggested solution from the NPM itself:
To address issues that do not require attention, run: npm audit fix
npm audit fix
This solution locally showed the following results:
However, it brings several dozens of changes through the entire package.json file. That is why I would not risk making a Pull request by myself.
package.json
The text was updated successfully, but these errors were encountered:
There are currently no Dependabot alerts on the repo; I assume most of these vulnerabilities are on the server side and don't affect static websites.
Sorry, something went wrong.
No branches or pull requests
NPM install
command shows some vulnerabilities in the package base:Suggested solution from the NPM itself:
This solution locally showed the following results:
However, it brings several dozens of changes through the entire
package.json
file. That is why I would not risk making a Pull request by myself.The text was updated successfully, but these errors were encountered: