From 5bc88c87dae152829dbda8e65556fd822f79caea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 00:16:31 +0000 Subject: [PATCH] Bump graphql from 14.0.2 to 14.7.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.0.2 to 14.7.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.0.2...v14.7.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2989c26..193aec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4573,9 +4573,9 @@ "dev": true }, "graphql": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.0.2.tgz", - "integrity": "sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==", + "version": "14.7.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.7.0.tgz", + "integrity": "sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA==", "requires": { "iterall": "^1.2.2" } diff --git a/package.json b/package.json index dae6c81..6bc88c3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "apollo-server": "^2.9.13", "aws-sdk": "^2.585.0", "glob": "^7.1.6", - "graphql": "^14.0.2", + "graphql": "^14.7.0", "knex": "^0.19.5", "nanoid": "^2.1.4", "pg": "^7.14.0"