Skip to content

Commit

Permalink
Update to cross-env and cross-spawn to address vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan committed Dec 23, 2024
1 parent 4e7b492 commit 6f2efe4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 140 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated `cross-env` and `cross-spawn` dependencies to avoid vulnerable versions. (#7979)
162 changes: 24 additions & 138 deletions npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"commander": "^5.1.0",
"configstore": "^5.0.1",
"cors": "^2.8.5",
"cross-env": "^5.1.3",
"cross-spawn": "^7.0.3",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.5",
"csv-parse": "^5.0.4",
"deep-equal-in-any-order": "^2.0.6",
"exegesis": "^4.2.0",
Expand Down

0 comments on commit 6f2efe4

Please sign in to comment.