flexdinesh / react-redux-boilerplate

A minimal React-Redux boilerplate with all the best practices
MIT License
782 stars 274 forks source link

Fixed 26 vulnerabilities #31

Closed patrykkrawczyk closed 5 years ago

patrykkrawczyk commented 5 years ago

Running npm install resulted in warning about 26 vulnerabilities, this fixes it.

flexdinesh commented 5 years ago

@patrykkrawczyk Thanks for the fix. But not just the vulnerabilities, we had a few other issues with image-webpack-loader. I upgraded all packages in general and migrated from Babel 6 to 7 in a new commit. We have this and a few other issues fixed altogether in one commit 55fad532b589612bd638eae27d919f7fa3662fcb. We won't be able to merge this PR but feel free to address other open issues. Again, thanks a ton.