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

resolve vulnerabilities with from npm audit #95

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 24, 2024

  1. resolve vulnerabilities with npm audit fix --force

    This is intended to update NPM packages to recent versions to resolve vulns.
    
    --force was needed due to competing constraints.
    kujenga committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f296a6a View commit details
    Browse the repository at this point in the history
  2. npm: override esbuild-jest dep to latest, resolving vuln

    This roughly mirrors this PR:
    https://github.com/aelbore/esbuild-jest/pull/97/files
    
    Since the package seems relatively unmaintained now.
    
    ref: https://stackoverflow.com/a/48524488
    kujenga committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    30b339a View commit details
    Browse the repository at this point in the history