From 1d0f093981e448920fa6d2f5cc81c671c3a3b8cc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Feb 2020 06:11:39 +0000 Subject: [PATCH] fix: upgrade graphql from 14.0.2 to 14.5.8 Snyk has created this PR to upgrade graphql from 14.0.2 to 14.5.8. 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 d16d804..1a1de31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3395,9 +3395,9 @@ "dev": true }, "graphql": { - "version": "14.0.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-14.0.2.tgz", - "integrity": "sha512-gUC4YYsaiSJT1h40krG3J+USGlwhzNTXSb4IOZljn9ag5Tj+RkoXrWp+Kh7WyE3t1NCfab5kzCuxBIvOMERMXw==", + "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 22034e6..6f05674 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.0.2", + "graphql": "^14.5.8", "graphql-iso-date": "^3.6.1", "graphql-resolvers": "^0.2.2", "jsonwebtoken": "^8.4.0",