Update graphql to the latest version 🚀 (#6054)

* fix(package): update graphql to version 14.5.6

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-15 17:16:11 +00:00
committed by peril-parse-community[bot]
parent 1c8e814932
commit fc57ff4fb6
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5851,9 +5851,9 @@
"dev": true
},
"graphql": {
"version": "14.5.5",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.5.tgz",
"integrity": "sha512-Ly+hS+HY+gHN79ee7KTP25ZLUJJTMfpOMoDa3LSRZNFUh7w0CLAAgzuyOpOZQFAPWFwooEuakixh0EbVe+vqAA==",
"version": "14.5.6",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.6.tgz",
"integrity": "sha512-zJ6Oz8P1yptV4O4DYXdArSwvmirPetDOBnGFRBl0zQEC68vNW3Ny8qo8VzMgfr+iC8PKiRYJ+f2wub41oDCoQg==",
"requires": {
"iterall": "^1.2.2"
}

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.9.0",
"graphql": "14.5.5",
"graphql": "14.5.6",
"graphql-list-fields": "2.0.2",
"graphql-tools": "^4.0.5",
"graphql-upload": "8.0.7",