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

Update express dependency to fix vulnerability #1695

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Commits on Sep 12, 2024

  1. Update express dependency to fix vulnerability

    We had a medium security vulnerability because jasmine-browser-runner
    depends on express 4.20.0 which depends on serve-static 0.16.0 which
    depends on send 0.18.0, which is currently vulnerable due to
    GHSA-m6fv-jmcg-4jfg.
    
    The changes to yarn.lock were generated by running `yarn up -R express`
    to ensure it's using the patched version (0.19.0) of the send
    dependency.
    Gweaton committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d2e6dae View commit details
    Browse the repository at this point in the history