react-image-cropper
react-image-cropper copied to clipboard
Remove flatmap-stream vulnerability
An older version of npm-run-all is dependant on flatmap-stream which was hijacked by a malicious maintainer (see: https://github.com/mysticatea/npm-run-all/commit/57d72eb98c2ce108f07d2a2cf1b44d57f08ec3ca#commitcomment-31468478).
Right now, this package won't even install since NPM has removed the infected dependency: https://www.npmjs.com/package/flatmap-stream (leads to 404)
I've bumped the version of npm-run-all to 4.1.5 which removes the dependency on flatmap-stream.
Signed-off-by: Tristan Edwards [email protected]
Same as #41