From 472175f38db7e341ab8cea43e75dffdd7498dee5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 17:44:22 +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/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 204aa46..2dac49f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "bcrypt": "^3.0.6", "express": "4.17.1", "express-graphql": "0.9.0", - "graphql": "14.4.2", + "graphql": "14.5.8", "husky": "^3.0.0", "jsonwebtoken": "^8.5.1", "lint-staged": "^8.1.7", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..1a13fae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2112,9 +2112,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2: version "4.1.15" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00" -graphql@14.4.2: - version "14.4.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3" +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"