4.0.0
- Run processes through execa
- This prevents command injection which was possible with the old method of using process.exec. Thanks to Fábio Freitas (@0xfabiof) from the CxSCA AppSec team at Checkmarx for discovering a vulnerability with the library!
- The new way of running processes is fairly different so there is a risk of breaking changes.