fix: upgrade graphql from 15.2.0 to 15.3.0 (#6832)

Snyk has created this PR to upgrade graphql from 15.2.0 to 15.3.0.

See this package in npm:
https://www.npmjs.com/package/graphql

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
Snyk bot
2020-07-27 04:37:30 +01:00
committed by GitHub
parent 5b71993175
commit 92afcca4ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6961,9 +6961,9 @@
"dev": true
},
"graphql": {
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.2.0.tgz",
"integrity": "sha512-tsceRyHfgzZo+ee0YK3o8f0CR0cXAXxRlxoORWFo/CoM1bVy3UXGWeyzBcf+Y6oqPvO27BDmOEVATcunOO/MrQ=="
"version": "15.3.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz",
"integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w=="
},
"graphql-extensions": {
"version": "0.12.4",

View File

@@ -34,7 +34,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.12.1",
"graphql": "15.2.0",
"graphql": "15.3.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.6.0",
"graphql-upload": "11.0.0",