From 95cdd23c15e04e836303063d88b1f9cdf97c7346 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sat, 31 Aug 2019 02:42:36 +0000 Subject: [PATCH] chore: upgrade graphql from 14.1.1 to 14.5.0 Snyk have raised this PR to upgrade graphql from 14.1.1 to 14.5.0. See this package in NPM: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/sandorturanszky/project/0785f907-6187-4235-96bf-b81811d612d2?utm_source=github&utm_medium=upgrade-pr --- 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 409e616..5b5a9b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6089,9 +6089,9 @@ } }, "graphql": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.1.1.tgz", - "integrity": "sha512-C5zDzLqvfPAgTtP8AUPIt9keDabrdRAqSWjj2OPRKrKxI9Fb65I36s1uCs1UUBFnSWTdO7hyHi7z1ZbwKMKF6Q==", + "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 f240855..f2b24c8 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cors": "2.8.4", "debug": "^4.0.1", "express": "4.16.3", - "graphql": "^14.1.1", + "graphql": "^14.5.0", "graphql-import": "^0.7.1", "helmet": "^3.13.0", "http-errors": "^1.7.1",