Update graphql to the latest version 🚀 (#5736)

* fix(package): update graphql to version 14.4.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-06-26 23:35:50 +00:00
committed by peril-parse-community[bot]
parent 55b32f1229
commit 87592b64a3
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5322,9 +5322,9 @@
"dev": true
},
"graphql": {
"version": "14.3.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.3.1.tgz",
"integrity": "sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA==",
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.4.0.tgz",
"integrity": "sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA==",
"requires": {
"iterall": "^1.2.2"
}

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.7.0",
"graphql": "14.3.1",
"graphql": "14.4.0",
"graphql-list-fields": "2.0.2",
"graphql-upload": "8.0.7",
"intersect": "1.0.1",