0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Bump knex-migrator to version 3.2.2

no issue
This commit is contained in:
kirrg001 2018-08-14 17:21:03 +02:00 committed by Katharina Irrgang
parent 8bde199101
commit ee7814cb1f
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@
"js-yaml": "3.12.0",
"jsonpath": "1.0.0",
"knex": "0.14.6",
"knex-migrator": "3.2.1",
"knex-migrator": "3.2.2",
"lodash": "4.17.10",
"markdown-it": "8.4.1",
"markdown-it-footnote": "3.0.1",

View file

@ -3316,9 +3316,9 @@ klaw@^1.0.0:
optionalDependencies:
graceful-fs "^4.1.9"
knex-migrator@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.1.tgz#e3d3b3d5d6fb24c2d05265a6671fc1590f1ce9d4"
knex-migrator@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.2.tgz#2b87a9a74f171fac4c3397d8a9a5c40541b374d9"
dependencies:
bluebird "^3.4.6"
commander "2.15.1"