From ee3033cde573f978ebc2362655b3f77c7e5d60bf Mon Sep 17 00:00:00 2001 From: Greenkeeper Date: Wed, 25 Jan 2017 20:11:45 +0100 Subject: [PATCH] =?UTF-8?q?Update=20knex-migrator=20to=20version=202.0.3?= =?UTF-8?q?=20=F0=9F=9A=80=20(#7897)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(package): update knex-migrator to version 2.0.3 https://greenkeeper.io/ * chore: yarn.lock --- package.json | 2 +- yarn.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 39a8925937..38c7e182c5 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "intl-messageformat": "1.3.0", "jsonpath": "0.2.9", "knex": "0.12.5", - "knex-migrator": "2.0.1", + "knex-migrator": "2.0.3", "lodash": "4.17.4", "mobiledoc-html-renderer": "0.3.1", "moment": "2.17.1", diff --git a/yarn.lock b/yarn.lock index 4af4f7abc5..ec8f70059e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2074,15 +2074,14 @@ ghost-ignition@2.5.0: node-uuid "1.4.7" prettyjson "1.1.3" -ghost-ignition@2.8.1: - version "2.8.1" - resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.8.1.tgz#638956bae2a0249bc08f166c8acdc795d80c5968" +ghost-ignition@2.8.2: + version "2.8.2" + resolved "https://registry.yarnpkg.com/ghost-ignition/-/ghost-ignition-2.8.2.tgz#2625423fa55ad0b3a7f1462079cc7e520d1db611" dependencies: bunyan "1.8.5" bunyan-loggly "1.1.0" caller "1.0.1" debug "2.2.0" - express "4.14.0" find-root "1.0.0" json-stringify-safe "5.0.1" lodash "4.16.4" @@ -3351,14 +3350,14 @@ klaw@^1.0.0: optionalDependencies: graceful-fs "^4.1.9" -knex-migrator@2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.1.tgz#f38741fc504b70f806342248d01f04c73137d757" +knex-migrator@2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/knex-migrator/-/knex-migrator-2.0.3.tgz#d788815fdf04ad607c38713a6f6f9678107e6f32" dependencies: bluebird "3.4.6" commander "2.9.0" debug "2.2.0" - ghost-ignition "2.8.1" + ghost-ignition "2.8.2" knex "0.12.2" lodash "4.16.4" resolve "1.1.7"