From a95207e6012d10481db71b329d4f6fc9805739c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Feb 2020 08:18:28 +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/saurabharch/project/8cd87e7a-6cb3-4a40-953f-bedb5ce3f363?utm_source=github&utm_medium=upgrade-pr --- examples/graphiql-webpack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/graphiql-webpack/package.json b/examples/graphiql-webpack/package.json index 4c390c78f2b..d0f7562dd29 100644 --- a/examples/graphiql-webpack/package.json +++ b/examples/graphiql-webpack/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "graphiql": "file:../../packages/graphiql", - "graphql": "14.5.8", + "graphql": "14.6.0", "react": "16.12.0" }, "devDependencies": {