fix: upgrade graphql from 15.5.0 to 15.5.1 (#7462)

Snyk has created this PR to upgrade graphql from 15.5.0 to 15.5.1.

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: Manuel Trezza <5673677+mtrezza@users.noreply.github.com>
This commit is contained in:
Snyk bot
2021-07-23 21:13:26 +03:00
committed by GitHub
parent a95ad89736
commit bbd7ee7313
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6459,9 +6459,9 @@
"dev": true
},
"graphql": {
"version": "15.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.0.tgz",
"integrity": "sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA=="
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz",
"integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw=="
},
"graphql-extensions": {
"version": "0.15.0",

View File

@@ -33,7 +33,7 @@
"deepcopy": "2.1.0",
"express": "4.17.1",
"follow-redirects": "1.14.1",
"graphql": "15.5.0",
"graphql": "15.5.1",
"graphql-list-fields": "2.0.2",
"graphql-relay": "0.8.0",
"graphql-tag": "2.12.5",