Skip to content

Commit

Permalink
Update knex to version 0.12.9 🚀 (#8224)
Browse files Browse the repository at this point in the history
* chore(package): update knex to version 0.12.9

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Apr 4, 2017
1 parent 11afbba commit c25eff7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"intl": "1.2.5",
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.11",
"knex": "0.12.8",
"knex": "0.12.9",
"knex-migrator": "2.0.16",
"lodash": "4.17.4",
"mobiledoc-dom-renderer": "0.6.5",
Expand Down
29 changes: 26 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2613,7 +2613,30 @@ knex@0.12.2:
tildify "~1.0.0"
v8flags "^2.0.2"

knex@0.12.8, knex@^0.12.8:
knex@0.12.9:
version "0.12.9"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.9.tgz#aa852138c09ed46181e890fd698270bbe7761124"
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.8"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.8.tgz#77374309ede1f0a238c9f9312694968bfec2e7d4"
dependencies:
Expand Down Expand Up @@ -3095,13 +3118,13 @@ mkdirp@0.3.2:
version "0.3.2"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.2.tgz#4bfb891e9c48b93d6b567f2c3cf2dd3f56bcdef8"

mkdirp@0.5.0, mkdirp@^0.5.0:
mkdirp@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.0.tgz#1d73076a6df986cd9344e15e71fcc05a4c9abf12"
dependencies:
minimist "0.0.8"

mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@0.x.x, "mkdirp@>=0.5 0", mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@0.x.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
dependencies:
Expand Down

0 comments on commit c25eff7

Please sign in to comment.