From 97d353242639432e1bc4e8843aaa81ecf3b6a9ee Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Sun, 15 Mar 2020 14:04:25 +0100 Subject: [PATCH] fix: upgrade graphql from 14.5.8 to 14.6.0 (#18) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Co-authored-by: MichaƂ Powaga --- 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 be47264..dbb53ca 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 0fd9231..dbb7a38 100644 --- a/test/package.json +++ b/test/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@babel/runtime": "^7.8.7", - "graphql": "^14.5.8", + "graphql": "^14.6.0", "graphql-tools": "^4.0.7", "meteor-node-stubs": "^1.0.0" },