0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Upgrading knex-migrator to 2.1.7 (#9154)

This commit is contained in:
Hannah Wolfe 2017-10-17 16:06:46 +01:00 committed by Kevin Ansfield
parent fde780b7e7
commit 7262c9e465
2 changed files with 4 additions and 4 deletions

View file

@ -61,7 +61,7 @@
"intl-messageformat": "1.3.0", "intl-messageformat": "1.3.0",
"jsonpath": "0.2.12", "jsonpath": "0.2.12",
"knex": "0.12.9", "knex": "0.12.9",
"knex-migrator": "2.1.6", "knex-migrator": "2.1.7",
"lodash": "4.17.4", "lodash": "4.17.4",
"markdown-it": "8.4.0", "markdown-it": "8.4.0",
"markdown-it-footnote": "3.0.1", "markdown-it-footnote": "3.0.1",

View file

@ -2916,9 +2916,9 @@ klaw@^1.0.0:
optionalDependencies: optionalDependencies:
graceful-fs "^4.1.9" graceful-fs "^4.1.9"
knex-migrator@2.1.6: knex-migrator@2.1.7:
version "2.1.6" version "2.1.7"
resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.1.6.tgz#942f029535e6e178a5642bd4527262fb046f82fb" resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.1.7.tgz#ccbca05b6a1deca5a5750786c479f206b1c1b1ee"
dependencies: dependencies:
bluebird "^3.4.6" bluebird "^3.4.6"
commander "2.9.0" commander "2.9.0"