From a6890e2131b92bc1ee92b29fdc5b56d3263e4db0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Mar 2020 22:42:21 +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/mpowaga/project/b714efd6-ed72-439e-a49c-66d48197d853?utm_source=github&utm_medium=upgrade-pr --- test/package-lock.json | 6 +++--- test/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/package-lock.json b/test/package-lock.json index 778b1aa..f481f2b 100644 --- a/test/package-lock.json +++ b/test/package-lock.json @@ -193,9 +193,9 @@ } }, "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/test/package.json b/test/package.json index fec9073..fe8ba47 100644 --- a/test/package.json +++ b/test/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.3.4", - "graphql": "^14.5.8", + "graphql": "^14.6.0", "graphql-tools": "^4.0.6", "meteor-node-stubs": "^1.0.0" },