mock-knex icon indicating copy to clipboard operation
mock-knex copied to clipboard

Upgrading lodash to the latest version

Open jayakrishnagopal opened this issue 5 years ago • 4 comments

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.

jayakrishnagopal avatar Sep 24 '20 20:09 jayakrishnagopal

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

realdah avatar Feb 15 '21 16:02 realdah

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.

darrylivan avatar Jan 05 '22 17:01 darrylivan

Also hit this one.

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

unimaginativeGitHub avatar Jan 05 '22 17:01 unimaginativeGitHub

Hey, @jbrumwell any thoughts on this one?

LogansUA avatar Aug 01 '22 13:08 LogansUA