bcomnes / npm-run-all2

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
MIT License
262 stars 13 forks source link

Switch to JS-based `which` command #154

Closed voxpelli closed 1 month ago

voxpelli commented 1 month ago

Version 3.0.1 of which is the latest that supports Node 14. Version 4 requires Node 16 and version 5 requires Node 18. So I'm sticking with 3.0.1 to avoid bumping the engines range in this PR.

which is built and maintained by npm: https://github.com/npm/node-which

And is tested across multiple environments: https://github.com/npm/node-which/blob/b8d11c791296a3baf44703352619621215189b0e/.github/workflows/ci.yml#L54-L65

Fixes #153

socket-security[bot] commented 1 month ago

New dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/which@3.0.1 environment Transitive: filesystem +1 18.4 kB npm-cli-ops

View full report↗︎

bcomnes commented 1 month ago

Sorry for the delay, thanks for fixing this.