nathanbuchar / electron-settings

📝 A simple persistent user settings framework for Electron.
https://electron-settings.js.org
MIT License
817 stars 60 forks source link

fix: security issue with lodash #180

Closed Zalk0 closed 7 months ago

Zalk0 commented 7 months ago

Switch from per method packages to main lodash package as there's a notice saying they won't be supported from v5 onward and they already don't seem to maintain them. https://lodash.com/per-method-packages

Hopefully doesn't break anything. Fix #179

Zalk0 commented 7 months ago

See also https://github.com/lodash/lodash/issues/5809#issuecomment-1921709925

nathanbuchar commented 7 months ago

Thank you.