jbrumwell / mock-knex

A mock knex adapter for simulating a database during testing
MIT License
240 stars 71 forks source link

Upgrading lodash to the latest version #119

Open jayakrishnagopal opened 4 years ago

jayakrishnagopal commented 4 years ago

The current implementation of _.set in lodash ignores prototype to fix the prototype pollution issue mention by Snyk here - https://snyk.io/test/npm/lodash/4.17.15

I have implemented a simple set function to overcome this issue and help dependent projects move forward to the latest version of lodash.

realdah commented 3 years ago

This is much required to be able to use mock-knex with latest lodash, please can owner review and approve this PR?

darrylivan commented 2 years ago

Really appreciate this package!

I ran into this same problem. I would love to see this get into the latest version so we can move up lodash.

unimaginativeGitHub commented 2 years ago

Also hit this one.

Mock-knex is great! Even better with this shiny new set function 😉

LogansUA commented 2 years ago

Hey, @jbrumwell any thoughts on this one?