merge-deep icon indicating copy to clipboard operation
merge-deep copied to clipboard

bump clone-deep dependency

Open mmkal opened this issue 2 years ago • 1 comments

I'm using a package which uses merge-deep, which I'm then trying to webpack. So opening this PR to bump the clone-deep dependency to get the fix (from 2015!): https://github.com/jonschlinkert/clone-deep/commit/2d977fcd063a68981588d637e9f2e2157ad66f87

Hopefully CI will tell me if this blows up.

mmkal avatar Sep 08 '22 19:09 mmkal

Hi @mmkal and @gastonfournier

We just had issues with this at work and fixed it with package json resolutions

Just add this in package.json

"resolutions": {
    "clone-deep": "^4.0.1"
  }

Think this is the best we get as the project looks abandoned.

Ion-manden avatar Mar 07 '23 14:03 Ion-manden