Bump knex-migrator to version 2.1.8

no issue

- Fixed migration order on db initialisation
This commit is contained in:
kirrg001 2017-10-25 10:44:27 +02:00
parent 050f1751c4
commit 984aeffeb6
2 changed files with 4 additions and 4 deletions

View File

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

View File

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