From 04a594d99c1f200425cb6e7ff66103bb90979759 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 08:01:37 +0000 Subject: [PATCH] build(deps): bump graphql from 14.4.2 to 14.5.8 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.2 to 14.5.8. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.2...v14.5.8) 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 6388ce12..3e780606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6677,9 +6677,9 @@ "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=" }, "graphql": { - "version": "14.4.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.2.tgz", - "integrity": "sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ==", + "version": "14.5.8", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.8.tgz", + "integrity": "sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==", "requires": { "iterall": "^1.2.2" } diff --git a/package.json b/package.json index 01342961..9492b22a 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "express": "~4.16.3", "express-winston": "~4.0.1", "fs-extra": "^8.1.0", - "graphql": "14.4.2", + "graphql": "14.5.8", "graphql-request": "~1.8.2", "graphql-tag": "2.10.1", "html-pdf": "~2.2.0",