TrueCar / react-launch-darkly

Simple component helpers to support LaunchDarkly in your React app.
MIT License
76 stars 20 forks source link

Github security warning from package `merge` #96

Closed sethbattin closed 4 years ago

sethbattin commented 5 years ago

Github is currently showing a security warning. although it's rooted in a dev dependency via jest, we could upgrade the related libraries.

image

I attempted to update jest directly, and npm run test ceased working due to a problem in babel-preset-react. That's where i left off in trying to fix this problem.