From 8908cc71c99f4ee6ccbeaec05aa10581f2efd018 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 May 2020 02:23:44 +0300 Subject: [PATCH] fix: upgrade graphql from 0.12.3 to 0.13.2 Snyk has created this PR to upgrade graphql from 0.12.3 to 0.13.2. See this package in NPM: https://www.npmjs.com/package/graphql See this project in Snyk: https://app.snyk.io/org/tallyb/project/f2949081-4f31-4b43-a852-0e14678c283a?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8af3b2..6b2362f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "homepage": "https://github.com/tallyb/loopback-graphql#readme", "dependencies": { "body-parser": "^1.17.2", - "graphql": "^0.12.0", + "graphql": "^0.13.2", "graphql-date": "^1.0.3", "graphql-geojson": "^1.0.0", "graphql-server-express": "^1.0.0",