From a02fe171aaedcf350a5da2f9d60425e52cc8e70b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 04:22:46 +0000 Subject: [PATCH] Bump graphql from 14.0.2 to 14.5.3 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.0.2 to 14.5.3. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.0.2...v14.5.3) 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 41e5186..767aa3d 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@metascraper/helpers": "^4.8.5", "apollo-server": "^2.6.7", "got": "^9.6.0", - "graphql": "^14.0.2", + "graphql": "^14.5.3", "lodash": "^4.17.11", "metascraper": "^4.10.3", "metascraper-audio": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index 2ddf5c2..94baf7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1624,10 +1624,10 @@ graphql-upload@^8.0.2: http-errors "^1.7.1" object-path "^0.11.4" -graphql@^14.0.2: - version "14.0.2" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.0.2.tgz#7dded337a4c3fd2d075692323384034b357f5650" - integrity sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw== +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"