Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump clone-deep dependency #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mmkal
Copy link

@mmkal mmkal commented Sep 8, 2022

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!): jonschlinkert/clone-deep@2d977fc

Hopefully CI will tell me if this blows up.

Copy link

@gastonfournier gastonfournier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We also need this update

@Ion-manden
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants