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

Upgrading to Lodash 4.17.20 breaks connection

Open nlaj opened this issue 5 years ago • 0 comments
trafficstars

currently the most recent version sets lodash to ^4.14.2. Version 4.17.20 satisfies ^4.14.2 and causes issues with this package. "dependencies": { "bluebird": "^3.4.1", "lodash": "^4.14.2", "semver": "^5.3.0" }

See these pull requests that look to fix this issue: https://github.com/jbrumwell/mock-knex/pull/117 https://github.com/jbrumwell/mock-knex/pull/119

nlaj avatar Oct 01 '20 15:10 nlaj