From 0416bb98b213cd9ec107048660ef70842e076585 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 09:20:32 +0000 Subject: [PATCH] build(deps): bump graphql from 15.4.0 to 15.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.4.0 to 15.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.4.0...v15.5.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 5d7f0c7..bba3704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5939,9 +5939,9 @@ "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" }, "graphql": { - "version": "15.4.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.4.0.tgz", - "integrity": "sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA==" + "version": "15.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz", + "integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA==" }, "graphql-extensions": { "version": "0.12.6", diff --git a/package.json b/package.json index 69c1822..8fbfc44 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "crocks": "^0.12.4", "env-var": "^7.0.0", "express": "^4.17.1", - "graphql": "^15.4.0", + "graphql": "^15.5.0", "graphql-import": "^1.0.2", "helmet": "^4.2.0", "http-status": "^1.5.0",