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
snyk scans are reporting that @grpc/[email protected] is vulnerable to CVE-2021-3807 because of its dependency to [email protected]. Please update yargs version to > [email protected] so this gets fixed.
I ran locally the command snyk test This is the chain of dependnecies that snyk reported
snyk test
@grpc/[email protected] > @grpc/[email protected] > [email protected] > [email protected] > [email protected] > [email protected]
This issue was fixed in versions of ansi-regex: 3.0.1, 4.1.1, 5.0.1, 6.0.1 So updating yargs to > [email protected] would fix this issue.
Snyk is reporting https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
The text was updated successfully, but these errors were encountered:
I published @grpc/proto-loader version 0.7.7 with an updated dependency on yargs.
@grpc/proto-loader
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Problem description
snyk scans are reporting that @grpc/[email protected] is vulnerable to CVE-2021-3807 because of its dependency to [email protected]. Please update yargs version to > [email protected] so this gets fixed.
Reproduction steps
I ran locally the command
snyk test
This is the chain of dependnecies that snyk reported
This issue was fixed in versions of ansi-regex: 3.0.1, 4.1.1, 5.0.1, 6.0.1
So updating yargs to > [email protected] would fix this issue.
Environment
Additional context
Snyk is reporting https://security.snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
The text was updated successfully, but these errors were encountered: