eugef / node-mocks-http

Mock 'http' objects for testing Express,js, Next.js and Koa routing functions
Other
761 stars 135 forks source link

Please remove lodash.assign #108

Closed PepijnSenders closed 4 years ago

PepijnSenders commented 8 years ago

Your package is depending on: lodash.assign which was recently deprecated.

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.

IgorAufricht commented 8 years ago

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

github-actions[bot] commented 4 years ago

Stale issue message