From 984aeffeb643c3efa2293058cc072c9f343c29bc Mon Sep 17 00:00:00 2001 From: kirrg001 Date: Wed, 25 Oct 2017 10:44:27 +0200 Subject: [PATCH] Bump knex-migrator to version 2.1.8 no issue - Fixed migration order on db initialisation --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e3a55d74f5..7c2bcea212 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 70166b6fe6..f6bc144c4e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"