chingu-voyages / v24-geckos-team-02

Books Plus | Voyage-24 | https://chingu.io/
GNU General Public License v3.0
1 stars 1 forks source link

fixed vulnerability with react-scripts #41

Closed ghost closed 3 years ago

ghost commented 3 years ago

npm told me about a severe vulnerability with react-scripts (one of our dependencies) as I was installing another package, so I fixed it with npm audit fix.

ghost commented 3 years ago

Does anyone know the way forward here offhand? package-lock.json is an auto-generated file, so I'm hesitant to resolve the merge conflict by hand.

ghost commented 3 years ago

Same merge conflict with package-lock.json after recreating it (by deleting then running npm install).