mock-knex
mock-knex copied to clipboard
Upgrading to Lodash 4.17.20 breaks connection
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