From 6ed0a2289a1866e818440f7aac7542e801ed50a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:39:34 +0000 Subject: [PATCH] Bump graphql from 14.4.2 to 14.5.0 (#5958) Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.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 01eba7cb..82c21deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5762,9 +5762,9 @@ "dev": true }, "graphql": { - "version": "14.4.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz", - "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==", + "version": "14.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz", + "integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==", "requires": { "iterall": "^1.2.2" } diff --git a/package.json b/package.json index e903ea32..dd93c613 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "deepcopy": "2.0.0", "express": "4.17.1", "follow-redirects": "1.7.0", - "graphql": "14.4.2", + "graphql": "14.5.0", "graphql-list-fields": "2.0.2", "graphql-tools": "^4.0.5", "graphql-upload": "8.0.7",