mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update knex-migrator to version 2.0.5 🚀 (#7939)
* chore(package): update knex-migrator to version 2.0.5 https://greenkeeper.io/ * chore: yarn.lock
This commit is contained in:
parent
f3d16352b1
commit
35199a1bce
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
"intl-messageformat": "1.3.0",
|
||||
"jsonpath": "0.2.9",
|
||||
"knex": "0.12.5",
|
||||
"knex-migrator": "2.0.4",
|
||||
"knex-migrator": "2.0.5",
|
||||
"lodash": "4.17.4",
|
||||
"mobiledoc-html-renderer": "0.3.1",
|
||||
"moment": "2.17.1",
|
||||
|
|
|
@ -3421,9 +3421,9 @@ klaw@^1.0.0:
|
|||
optionalDependencies:
|
||||
graceful-fs "^4.1.9"
|
||||
|
||||
knex-migrator@2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.4.tgz#3b205950d331365233285b9934ab2dc2319bc95c"
|
||||
knex-migrator@2.0.5:
|
||||
version "2.0.5"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.5.tgz#827b9506369f015d8bc6f21503f166dbc6d31334"
|
||||
dependencies:
|
||||
bluebird "3.4.6"
|
||||
commander "2.9.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue