redux-form / redux-form

A Higher Order Component using react-redux to keep form state in a Redux store
https://redux-form.com
MIT License
12.58k stars 1.63k forks source link

Update lodash to 4.17.21 because of a vulnerability #4789

Open sbaechler opened 5 months ago

sbaechler commented 5 months ago

This resolves the production vulnerability warning from npm audit.

I used node 12 for this fix to not change the version of the package.json.

Closes #4785