From 53ec75e698e717a12ec730afd5bc56aece8c8f57 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 16:53:55 +0000 Subject: [PATCH] Bump graphql from 14.4.2 to 14.5.6 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.6. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.6) 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..0e47c72 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.6", "husky": "^3.0.0", "jsonwebtoken": "^8.5.1", "lint-staged": "^8.1.7", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..e525923 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.6: + version "14.5.6" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.6.tgz#3fa12173b50e6ccdef953c31c82f37c50ef58bec" + integrity sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg== dependencies: iterall "^1.2.2"