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

Bumped knex-migrator to version 3.2.4

refs https://github.com/TryGhost/Ghost/issues/10155
This commit is contained in:
kirrg001 2018-11-13 12:00:40 +01:00
parent 75f243a3a2
commit fb3c375e74
2 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@
"jsonpath": "1.0.0",
"jsonwebtoken": "^8.3.0",
"knex": "0.14.6",
"knex-migrator": "3.2.3",
"knex-migrator": "3.2.4",
"lodash": "4.17.11",
"markdown-it": "8.4.2",
"markdown-it-footnote": "3.0.1",

View file

@ -3479,9 +3479,9 @@ klaw@^1.0.0:
optionalDependencies:
graceful-fs "^4.1.9"
knex-migrator@3.2.3:
version "3.2.3"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.3.tgz#1b90b0a90891455734c064fb7432e84959be02ff"
knex-migrator@3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-3.2.4.tgz#913661cd97504ace36d3acd42e5a577f5abad223"
dependencies:
bluebird "^3.4.6"
commander "2.15.1"