fix: upgrade graphql from 15.4.0 to 15.5.0 (#7201)

Snyk has created this PR to upgrade graphql from 15.4.0 to 15.5.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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Diamond Lewis
2021-02-19 13:23:45 -06:00
committed by GitHub
parent a1cd631425
commit 5a0968721d
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6107,9 +6107,9 @@
"dev": true
},
"graphql": {
"version": "15.4.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.4.0.tgz",
"integrity": "sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA=="
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
"integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA=="
},
"graphql-extensions": {
"version": "0.12.8",

View File

@@ -35,7 +35,7 @@
"deepcopy": "2.1.0",
"express": "4.17.1",
"follow-redirects": "1.13.2",
"graphql": "15.4.0",
"graphql": "15.5.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.6.0",
"graphql-upload": "11.0.0",