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

SEC-900: Upgrade nodemon to use fixed minimatch #2716

Merged
merged 1 commit into from
Nov 8, 2022

Commits on Nov 7, 2022

  1. SEC-900: Upgrade nodemon to use fixed minimatch

    For website rendering nodemon@2.0.19 was used, which depends on
    vulnerable minimatch@3.0.4 (CVE-2022-3517). Even though it seems
    unlikely that it might affect the MusicBrainz website, upgrading to
    nodemon@2.0.20 makes it use the fixed minimatch@3.1.2 instead.
    
    Note: Other dependencies to minimatch@3.0.4 are used in a development
    context only (even glob@7.0.0 via @babel/cli@7.14.8 and shelljs@0.8.5).
    yvanzo committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f2fc3f5 View commit details
    Browse the repository at this point in the history