Update graphql to the latest version 🚀 (#6048)

* fix(package): update graphql to version 14.5.5

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-09-13 15:51:06 +00:00
committed by peril-parse-community[bot]
parent 6edaa2e9a9
commit 8b8eed2f21
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.4",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.4.tgz",
"integrity": "sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==",
"version": "14.5.5",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.5.tgz",
"integrity": "sha512-Ly+hS+HY+gHN79ee7KTP25ZLUJJTMfpOMoDa3LSRZNFUh7w0CLAAgzuyOpOZQFAPWFwooEuakixh0EbVe+vqAA==",
"requires": {
"iterall": "^1.2.2"
}