fix: upgrade graphql from 15.1.0 to 15.2.0 (#6818)

Snyk has created this PR to upgrade graphql from 15.1.0 to 15.2.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-21 04:34:31 +01:00
committed by GitHub
parent 3654f0280b
commit d652517bbe
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.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
"version": "15.2.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.2.0.tgz",
"integrity": "sha512-tsceRyHfgzZo+ee0YK3o8f0CR0cXAXxRlxoORWFo/CoM1bVy3UXGWeyzBcf+Y6oqPvO27BDmOEVATcunOO/MrQ=="
},
"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.1.0",
"graphql": "15.2.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.6.0",
"graphql-upload": "11.0.0",