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
Describe the bug
An NPM vulnerability advisory is shown with glob-parent, a dependency of mochapack. Bumping it to ^5.1.2 or at least ~5.1.0 could remove the warning.
^5.1.2
~5.1.0
┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Regular expression denial of service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ glob-parent │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=5.1.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ mochapack │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ mochapack > glob-parent │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://npmjs.com/advisories/1751 │ └───────────────┴──────────────────────────────────────────────────────────────┘
To Reproduce
[email protected]
npm audit
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
Vulnerability warning in glob-parent fix.
6197942
sysgears#107
7f66cba
No branches or pull requests
Describe the bug
An NPM vulnerability advisory is shown with glob-parent, a dependency of mochapack. Bumping it to
^5.1.2
or at least~5.1.0
could remove the warning.To Reproduce
[email protected]
as a dependency of any projectnpm audit
Environment if relevant (please complete the following information):
The text was updated successfully, but these errors were encountered: