flyfloor / react-image-cropper

react image crop
https://braavos.me/react-image-cropper/
MIT License
174 stars 56 forks source link

Remove npm-run-all due security issues and fix misspelled #43

Open danieloprado opened 5 years ago

danieloprado commented 5 years ago

For more details see: dominictarr/event-stream#116 (comment) Signed-off-by: Daniel Prado danielprado.ad@gmail.com

danieloprado commented 5 years ago

DCO OK! 🎉🚀😎👍

Cyclodex commented 5 years ago

Just a note: Its not about npm-run-all directly, but a dependency which is in several packages. (event-stream flatmap-stream) -> https://github.com/dominictarr/event-stream/issues/116

Just update npm-run-all to 4.1.5 is enough to fix the issue.