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 audit should pass
npm audit
npm audit shows a vulnerability in 4.1.3:
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Cross-Site Scripting │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bootstrap │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.4.1 <4.0.0 || >=4.3.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ shards-react │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ shards-react > shards-ui > bootstrap │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/891 │ └───────────────┴──────────────────────────────────────────────────────────────┘
Upgrade bootstrap to >= 4.3.1
shards-react
The text was updated successfully, but these errors were encountered:
I would PR this, but I dunno how to manually verify that there are no regressions.
Sorry, something went wrong.
Fixed in #57
No branches or pull requests
Expected Behavior
npm audit
should passCurrent Behavior
npm audit
shows a vulnerability in 4.1.3:Possible Solution
Upgrade bootstrap to >= 4.3.1
Steps to Reproduce
shards-react
or any other module that depends on this reponpm audit
The text was updated successfully, but these errors were encountered: