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 babel vulnerability #262

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Resolve babel vulnerability #262

merged 2 commits into from
Jul 31, 2024

Commits on Jun 26, 2024

  1. Remove the deprecated istanbul pacakage

    This also removes the babel-traverse version which is vulnerable to
    arbitrary code execution.
    
    istanbul author message:
    
    This module is no longer maintained, try this instead: npm i nyc
    Visit https://istanbul.js.org/integrations for other alternatives.
    
    See https://www.npmjs.com/package/istanbul
    tijn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8bc7163 View commit details
    Browse the repository at this point in the history
  2. Install nyc

    Another code coverage tool that is recommended by the author of nyc.
    tijn committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f70a4f0 View commit details
    Browse the repository at this point in the history