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

dependency shell-quote CVE-2021-42740 #235

Open
robmaas opened this issue Jun 24, 2022 · 1 comment
Open

dependency shell-quote CVE-2021-42740 #235

robmaas opened this issue Jun 24, 2022 · 1 comment

Comments

@robmaas
Copy link

robmaas commented Jun 24, 2022

Please upgrade npm package shell-quote to 1.7.3+ to patch GHSA-g4rg-993r-mgx7

@Etheryte
Copy link

Until the package gets updated, you can use Yarn's resolutions or npm's overrides to override the dependency. For example for Yarn:

{
  "devDependencies": {
    "npm-run-all": "4.1.5"
  },
  "resolutions": {
    "shell-quote": "1.7.3"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants