Skip to content

Commit

Permalink
Update cross-spawn
Browse files Browse the repository at this point in the history
cross-spawn has a vulnerability moxystudio/node-cross-spawn#167.

This should allow the latest version of the cross-spawn package to work.
  • Loading branch information
lswith authored Nov 19, 2024
1 parent fe7c10a commit c281908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yarnpkg-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"chalk": "^3.0.0",
"ci-info": "^4.0.0",
"clipanion": "^4.0.0-rc.2",
"cross-spawn": "7.0.3",
"cross-spawn": "^7.0.3",
"diff": "^5.1.0",
"dotenv": "^16.3.1",
"fast-glob": "^3.2.2",
Expand Down

0 comments on commit c281908

Please sign in to comment.