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: Add missing dev dependencies: prebuildify and python package distutils in CI #1050

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. Update package lock file to fix vulnerabilities reported by npm audit

    @babel/traverse  <7.23.2
    Severity: critical
    Babel vulnerable to arbitrary code execution when compiling specifically crafted malicious code - GHSA-67hx-6x53-jw92
    fix available via `npm audit fix`
    node_modules/@babel/traverse
    
    braces  <3.0.3
    Severity: high
    Uncontrolled resource consumption in braces - GHSA-grv7-fg5c-xmjg
    fix available via `npm audit fix`
    node_modules/braces
    
    debug  4.0.0 - 4.3.0
    Regular Expression Denial of Service in debug - GHSA-gxpj-cx7g-858c
    fix available via `npm audit fix`
    node_modules/debug
    
    micromatch  <4.0.8
    Severity: moderate
    Regular Expression Denial of Service (ReDoS) in micromatch - GHSA-952p-6rrq-rcjv
    fix available via `npm audit fix`
    node_modules/micromatch
    
    4 vulnerabilities (1 low, 1 moderate, 1 high, 1 critical)
    simonmysun committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4a09c36 View commit details
    Browse the repository at this point in the history
  2. Add prebuildify and node-gyp to dev dependencies

    related commit 4de3ed6.
    simonmysun committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    2ca52b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e951e34 View commit details
    Browse the repository at this point in the history