Update knex to version 0.13.0 🚀 (#8428)

* chore(package): update knex to version 0.13.0

https://greenkeeper.io/

* chore: yarn.lock
This commit is contained in:
Greenkeeper 2017-05-02 13:43:50 +02:00 committed by Katharina Irrgang
parent 53cc834cd1
commit 8704cc9169
2 changed files with 26 additions and 9 deletions

View File

@ -59,7 +59,7 @@
"intl": "1.2.5",
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.11",
"knex": "0.12.9",
"knex": "0.13.0",
"knex-migrator": "2.0.16",
"lodash": "4.17.4",
"mobiledoc-dom-renderer": "0.6.5",

View File

@ -182,18 +182,12 @@ async@1.x, async@^1.4.0, async@^1.5.0, async@^1.5.2, async@~1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
async@2.1.4:
async@2.1.4, async@^2.0.0:
version "2.1.4"
resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4"
dependencies:
lodash "^4.14.0"
async@^2.0.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/async/-/async-2.3.0.tgz#1013d1051047dd320fe24e494d5c66ecaf6147d9"
dependencies:
lodash "^4.14.0"
async@~0.1.22:
version "0.1.22"
resolved "https://registry.yarnpkg.com/async/-/async-0.1.22.tgz#0fc1aaa088a0e3ef0ebe2d8831bab0dcf8845061"
@ -2865,7 +2859,30 @@ knex@0.12.2:
tildify "~1.0.0"
v8flags "^2.0.2"
knex@0.12.9, knex@^0.12.8:
knex@0.13.0:
version "0.13.0"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.13.0.tgz#08dd494f6bb64928934eec9dac34787a14ca5fa4"
dependencies:
babel-runtime "^6.11.6"
bluebird "^3.4.6"
chalk "^1.0.0"
commander "^2.2.0"
debug "^2.1.3"
generic-pool "^2.4.2"
inherits "~2.0.1"
interpret "^0.6.5"
liftoff "~2.2.0"
lodash "^4.6.0"
minimist "~1.1.0"
mkdirp "^0.5.0"
pg-connection-string "^0.1.3"
readable-stream "^1.1.12"
safe-buffer "^5.0.1"
tildify "~1.0.0"
uuid "^3.0.0"
v8flags "^2.0.2"
knex@^0.12.8:
version "0.12.9"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.9.tgz#aa852138c09ed46181e890fd698270bbe7761124"
dependencies: