From 3440e42893f1a0a26171a7b7ae283bc9778dd112 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 06:48:58 +0000 Subject: [PATCH] Bump graphql from 14.4.2 to 14.5.3 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.3. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.3) 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..af94636 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.3", "husky": "^3.0.0", "jsonwebtoken": "^8.5.1", "lint-staged": "^8.1.7", diff --git a/yarn.lock b/yarn.lock index 0c3ab98..6cf472b 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.3: + version "14.5.3" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.3.tgz#e025851cc413e153220f4edbbb25d49f55104fa0" + integrity sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg== dependencies: iterall "^1.2.2"