2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Update knex-migrator to version 2.0.14 🚀 (#8167)

* chore(package): update knex-migrator to version 2.0.14

https://greenkeeper.io/

* chore: yarn.lock
This commit is contained in:
Greenkeeper 2017-03-15 09:36:59 +01:00 committed by Katharina Irrgang
parent b1ea91da92
commit c289508c4c
2 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.11",
"knex": "0.12.7",
"knex-migrator": "2.0.13",
"knex-migrator": "2.0.14",
"lodash": "4.17.4",
"mobiledoc-dom-renderer": "0.6.5",
"moment": "2.17.1",

View file

@ -2571,9 +2571,9 @@ klaw@^1.0.0:
optionalDependencies:
graceful-fs "^4.1.9"
knex-migrator@2.0.13:
version "2.0.13"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.13.tgz#0f7c11e0720bb406e79bf3f9868dbef4603ef1e8"
knex-migrator@2.0.14:
version "2.0.14"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.14.tgz#b314f80a85054009feef4ce1727f1403eaa0b467"
dependencies:
bluebird "^3.4.6"
commander "2.9.0"