Skip to content
New issue

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

fix(deps): Require find-versions ^4.0.0 #1722

Merged
merged 1 commit into from Dec 29, 2020

Commits on Dec 29, 2020

  1. fix(deps): Require find-versions ^4.0.0

    This new version includes a fix for a ReDoS vulnerability in
    `semver-regex` that is flagged by some source composition analysis tools
    like Snyk:
    
    https://snyk.io/vuln/SNYK-JS-SEMVERREGEX-1047770
    
    It's a major version because it drops support for Node.js 6.x. This
    doesn't affect us since we already require Node.js >=10.18.
    72636c committed Dec 29, 2020
    Copy the full SHA
    935b12d View commit details
    Browse the repository at this point in the history