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 is a security vulnerability in the npm package lodash, used by concurrently, used as a dev depencency by the examples.
lodash
concurrently
The warning message can be show with the following command:
cd examples/hello-world npm audit
Run npm update on the affected examples.
npm update
The text was updated successfully, but these errors were encountered:
GH-95: npm update on all examples.
975eef7
Merge pull request #97 from resgateio/bugfix/gh-95-security-vulnerabi…
dd6d21c
…lity-in-lodash GH-95: npm update on all examples.
Fixed in #97
Sorry, something went wrong.
jirenius
No branches or pull requests
Issue
There is a security vulnerability in the npm package
lodash
, used byconcurrently
, used as a dev depencency by the examples.The warning message can be show with the following command:
Solution
Run
npm update
on the affected examples.The text was updated successfully, but these errors were encountered: