From 41614cf09a251bba518b6c139d3636fb91b7a1f9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 1 Mar 2018 14:51:41 +0000 Subject: [PATCH] fix(deps): update dependency graphql-cli-prepare to v1.4.19 --- package.json | 2 +- yarn.lock | 20 +++++++++++++------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f1d6998c2..635e74d48 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "express": "^4.16.2", "express-request-proxy": "^2.0.0", "graphql": "^0.11.0 || ^0.12.0 || ^0.13.0", - "graphql-cli-prepare": "1.4.17", + "graphql-cli-prepare": "1.4.19", "graphql-config": "2.0.1", "graphql-config-extension-graphcool": "1.0.8", "graphql-config-extension-openapi": "1.0.6", diff --git a/yarn.lock b/yarn.lock index e07e8bf32..c38694b9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2032,13 +2032,13 @@ graphcool-yml@0.4.15: scuid "^1.0.2" yaml-ast-parser "^0.0.40" -graphql-cli-prepare@1.4.17: - version "1.4.17" - resolved "https://registry.yarnpkg.com/graphql-cli-prepare/-/graphql-cli-prepare-1.4.17.tgz#80b321e655b109030845df2bd333a1ead145ccb8" +graphql-cli-prepare@1.4.19: + version "1.4.19" + resolved "https://registry.yarnpkg.com/graphql-cli-prepare/-/graphql-cli-prepare-1.4.19.tgz#9df5d608ba42c4947d7ef24f9fc39e3df0c89301" dependencies: chalk "2.3.1" fs-extra "5.0.0" - graphql-import "0.4.4" + graphql-import "0.4.5" graphql-static-binding "0.9.3" lodash "4.17.5" @@ -2083,9 +2083,9 @@ graphql-config@2.0.1, graphql-config@^2.0.1: lodash "^4.17.4" minimatch "^3.0.4" -graphql-import@0.4.4, graphql-import@^0.4.4: - version "0.4.4" - resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.4.tgz#57a485f3b954fd3fa80ae58bf35d8d158e263e92" +graphql-import@0.4.5: + version "0.4.5" + resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.5.tgz#e2f18c28d335733f46df8e0733d8deb1c6e2a645" dependencies: lodash "^4.17.4" @@ -2096,6 +2096,12 @@ graphql-import@^0.4.0: graphql "^0.12.3" lodash "^4.17.4" +graphql-import@^0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/graphql-import/-/graphql-import-0.4.4.tgz#57a485f3b954fd3fa80ae58bf35d8d158e263e92" + dependencies: + lodash "^4.17.4" + graphql-playground-html@1.5.5: version "1.5.5" resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.5.5.tgz#e2aca543eb66b435ead495b45244b2604d6b2d48"