Skip to content

Commit

Permalink
chore: update cross-spawn version to mitigate security vulnerability
Browse files Browse the repository at this point in the history
Updated the version constraint for `cross-spawn` in the `overrides` section of `package.json` to mitigate the security vulnerability identified as GHSA-3xgq-45jj-v275. This change ensures that only versions of `cross-spawn` that are equal to or greater than 7.0.5 are used, which addresses the identified security issue.
  • Loading branch information
shorwood committed Dec 18, 2024
1 parent c6fbf7b commit 9808d03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"meow",
"@typescript-eslint/parser"
]
},
"overrides": {
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5"
}
},
"scripts": {
Expand Down
15 changes: 4 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9808d03

Please sign in to comment.