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): resolve vulnerability in axios version #256

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Commits on Oct 30, 2023

  1. fix(deps): resolve vulnerability in axios version

    This commit forces a release for the updated axios version that
    resolved a vulnerability. It also includes build changes to stop
    testing on Node 14, which had EOL 6 months ago, start testing on
    Node 20, and document that Node 14 is technically no longer
    guaranteed, even though it is supported.
    
    This also fixes a test to be more flexible on different Node
    versions, as `JSON.parse()` throws slightly different errors
    on Node 18 vs Node 20.
    
    Signed-off-by: Dustin Popp <dpopp07@gmail.com>
    dpopp07 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    748b2a2 View commit details
    Browse the repository at this point in the history