From 761483e9af6710aa645086effd42bed17461a2d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 15:51:55 +0000 Subject: [PATCH] Bump graphql from 14.4.2 to 14.5.8 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.8. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.8) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9fa9e05..a205a78 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "apollo-client": "^2.6.3", "apollo-link-context": "^1.0.18", "apollo-link-http": "^1.5.15", - "graphql": "^14.4.2", + "graphql": "^14.5.8", "isomorphic-unfetch": "^3.0.0", "next": "9.0.3", "react": "16.8.6", diff --git a/yarn.lock b/yarn.lock index 249ac9f..63f519b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3562,10 +3562,10 @@ graphql@^0.9.3: dependencies: iterall "^1.0.0" -graphql@^14.4.2: - version "14.4.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3" - integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ== +graphql@^14.5.8: + version "14.5.8" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c" + integrity sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg== dependencies: iterall "^1.2.2"