From 8ab284c09d9ae141c6eb8417ea708b212db28731 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:02:57 +0000 Subject: [PATCH] Bump graphql from 14.4.2 to 14.5.5 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.5. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.5) 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..c52d9a0 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.5", "husky": "^3.0.0", "jsonwebtoken": "^8.5.1", "lint-staged": "^8.1.7", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..7cc88b3 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.5: + version "14.5.5" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.5.tgz#7ec9d4f79f4d3c95e64c7ff6727bfe7068049d43" + integrity sha512-Ly+hS+HY+gHN79ee7KTP25ZLUJJTMfpOMoDa3LSRZNFUh7w0CLAAgzuyOpOZQFAPWFwooEuakixh0EbVe+vqAA== dependencies: iterall "^1.2.2"