From cec1410597c4c2cd4dc137e3067d66f40e097123 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Oct 2019 10:58:25 +0000 Subject: [PATCH] chore(deps): update dependency graphql to v14.5.8 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a57bc50..bdb5b51 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@types/node": "9.4.6", - "graphql": "14.0.2", + "graphql": "14.5.8", "ts-node": "5.0.0", "typescript": "2.7.2" }, diff --git a/yarn.lock b/yarn.lock index fc88ec8..a111fc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -187,9 +187,9 @@ graphql-request@^1.5.0: dependencies: cross-fetch "2.2.2" -graphql@14.0.2: - version "14.0.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650" +graphql@14.5.8: + version "14.5.8" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c" dependencies: iterall "^1.2.2"