mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Bump knex-migrator to version 3.2.0
no issue
This commit is contained in:
parent
bd2c19821f
commit
ef5dd6b878
2 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@
|
|||
"js-yaml": "3.12.0",
|
||||
"jsonpath": "1.0.0",
|
||||
"knex": "0.14.6",
|
||||
"knex-migrator": "3.1.8",
|
||||
"knex-migrator": "3.2.0",
|
||||
"lodash": "4.17.10",
|
||||
"markdown-it": "8.4.1",
|
||||
"markdown-it-footnote": "3.0.1",
|
||||
|
|
|
@ -3316,9 +3316,9 @@ klaw@^1.0.0:
|
|||
optionalDependencies:
|
||||
graceful-fs "^4.1.9"
|
||||
|
||||
knex-migrator@3.1.8:
|
||||
version "3.1.8"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.1.8.tgz#e1674b85834584d4199748c73c147e95e10935cc"
|
||||
knex-migrator@3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.0.tgz#8d8775f4d04156b27878b3d17e81b143f9752982"
|
||||
dependencies:
|
||||
bluebird "^3.4.6"
|
||||
commander "2.15.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue