From 706391a5872acfe061d4cacb4d0ad626e30617c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Feb 2020 06:11:01 +0000 Subject: [PATCH] fix: upgrade graphql from 14.5.8 to 14.6.0 Snyk has created this PR to upgrade graphql from 14.5.8 to 14.6.0. See this package in NPM: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/davidkindler/project/7bf059a5-fe44-4bb1-bc38-43e3b14b6628?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 45f8dd5..53ef190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4036,9 +4036,9 @@ "dev": true }, "graphql": { - "version": "14.5.8", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.8.tgz", - "integrity": "sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==", + "version": "14.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.6.0.tgz", + "integrity": "sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==", "requires": { "iterall": "^1.2.2" } diff --git a/package.json b/package.json index 80bcbae..f9293c6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dataloader": "^1.4.0", "dotenv": "^6.2.0", "express": "^4.16.4", - "graphql": "^14.5.8", + "graphql": "^14.6.0", "graphql-iso-date": "^3.6.1", "graphql-resolvers": "^0.3.3", "jsonwebtoken": "^8.4.0",