From c57d9af3b61319c4df3faf3b9c747436f9c2ff29 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 26 Oct 2019 04:50:20 +0000 Subject: [PATCH] chore: upgrade graphql from 0.10.5 to 14.5.8 Snyk has created this PR to upgrade graphql from 0.10.5 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/ajesse11x/project/b36e78ca-1bcb-43db-92ce-97b400fe4101?utm_source=github&utm_medium=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index ab85db3e684..be263299b50 100644 --- a/example/package.json +++ b/example/package.json @@ -7,7 +7,7 @@ "express": "^4.13.3", "express-graphql": "^0.6.6", "graphiql": "../", - "graphql": "^0.10.1" + "graphql": "^14.5.8" }, "optionalDependencies": { "react": "^15.4.2",