From 5c77d2b757e70ad46c8d305626547cd19ed3c82b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 10:39:35 +0000 Subject: [PATCH] Bump graphql from 14.4.0 to 14.4.1 (#5741) Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.0 to 14.4.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.1) 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 e4f06c22..6f223102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5321,9 +5321,9 @@ "dev": true }, "graphql": { - "version": "14.4.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.0.tgz", - "integrity": "sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA==", + "version": "14.4.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.1.tgz", + "integrity": "sha512-g4HUH26CohlMjaHneXMAtvG3QtO6peJIUTFxrPW4g5LNnXkUuFoBI6Bk1c14Q5kW8+FyjM/tTbePTgpiVB/2hQ==", "requires": { "iterall": "^1.2.2" } diff --git a/package.json b/package.json index 49e5d015..addbbccc 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.0", + "graphql": "14.4.1", "graphql-list-fields": "2.0.2", "graphql-upload": "8.0.7", "intersect": "1.0.1",