node-cross-spawn
node-cross-spawn copied to clipboard
Deprecation warning on Node 24 [DEP0190]
After upgrading to Node 24, I noticed the following deprecation warning:
(node:35671) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated
Looks like the problem is in this call https://github.com/moxystudio/node-cross-spawn/blob/master/index.js#L12