udacity / reactnd-contacts-complete

Code-along project for the Contacts app
https://www.udacity.com/course/react-nanodegree--nd019
171 stars 578 forks source link

Update react-scripts version #16

Open ArturQuirino opened 5 years ago

ArturQuirino commented 5 years ago

The previous version of react-scripts have some vulnerabilities. Those are in the mime package.

According to Github: Known high severity security vulnerability detected in mime < 1.4.1 defined in package-lock.json.

package-lock.json update suggested: mime ~> 1.4.1.