Skip to content

Commit

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

https://greenkeeper.io/

* chore: yarn.lock
  • Loading branch information
greenkeeperio-bot authored and kirrg001 committed Mar 15, 2017
1 parent c289508 commit c8cc492
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"intl": "1.2.5",
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.11",
"knex": "0.12.7",
"knex": "0.12.8",
"knex-migrator": "2.0.14",
"lodash": "4.17.4",
"mobiledoc-dom-renderer": "0.6.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ knex-migrator@2.0.14:
mysql "^2.11.1"
sqlite3 "^3.1.8"

knex@0.12.2:
knex@0.12.2, knex@^0.12.2:
version "0.12.2"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.2.tgz#ab28e3a67033711949663b13b854007e045ead7c"
dependencies:
Expand All @@ -2608,9 +2608,9 @@ knex@0.12.2:
tildify "~1.0.0"
v8flags "^2.0.2"

knex@0.12.7, knex@^0.12.2:
version "0.12.7"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.7.tgz#5793f579f07a2938bf9874693d74bba55c5baa1c"
knex@0.12.8:
version "0.12.8"
resolved "https://registry.yarnpkg.com/knex/-/knex-0.12.8.tgz#77374309ede1f0a238c9f9312694968bfec2e7d4"
dependencies:
babel-runtime "^6.11.6"
bluebird "^3.4.6"
Expand Down Expand Up @@ -3090,13 +3090,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 c8cc492

Please sign in to comment.