fix: upgrade graphql from 15.0.0 to 15.1.0 (#6761)

Snyk has created this PR to upgrade graphql from 15.0.0 to 15.1.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-02 19:38:28 +03:00
committed by GitHub
parent 5426f5a4f7
commit d8d2a8da51
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6597,9 +6597,9 @@
"dev": true
},
"graphql": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
"integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ=="
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.1.0.tgz",
"integrity": "sha512-0TVyfOlCGhv/DBczQkJmwXOK6fjWkjzY3Pt7wY8i0gcYXq8aogG3weCsg48m72lywKSeOqedEHvVPOvZvSD51Q=="
},
"graphql-extensions": {
"version": "0.12.2",

View File

@@ -34,7 +34,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.11.0",
"graphql": "15.0.0",
"graphql": "15.1.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",
"graphql-upload": "11.0.0",