0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update knex-migrator to version 2.0.4 🚀 (#7902)

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

https://greenkeeper.io/

* chore: yarn.lock
This commit is contained in:
Greenkeeper 2017-01-26 00:46:59 +01:00 committed by Katharina Irrgang
parent c070c9722d
commit ca4f827945
2 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@
"intl-messageformat": "1.3.0",
"jsonpath": "0.2.9",
"knex": "0.12.5",
"knex-migrator": "2.0.3",
"knex-migrator": "2.0.4",
"lodash": "4.17.4",
"mobiledoc-html-renderer": "0.3.1",
"moment": "2.17.1",

View file

@ -3350,9 +3350,9 @@ klaw@^1.0.0:
optionalDependencies:
graceful-fs "^4.1.9"
knex-migrator@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.3.tgz#d788815fdf04ad607c38713a6f6f9678107e6f32"
knex-migrator@2.0.4:
version "2.0.4"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.4.tgz#3b205950d331365233285b9934ab2dc2319bc95c"
dependencies:
bluebird "3.4.6"
commander "2.9.0"