Closed PepijnSenders closed 4 years ago
Your package is depending on: lodash.assign which was recently deprecated.
lodash.assign
The warning:
npm WARN deprecated lodash.assign@4.2.0: This package is deprecated. Use Object.assign.
The tree:
├─┬ node-mocks-http@1.5.4 │ ├── lodash.assign@4.2.0
Please refactor accordingly.
I noticed the same thing, but I'm not sure if this is by design or by mistake, so I created an issue for lodash developers: https://github.com/lodash/lodash/issues/2701
Stale issue message
Your package is depending on:
lodash.assign
which was recently deprecated.The warning:
The tree:
Please refactor accordingly.