Update graphql to the latest version 🚀 (#5966)

* fix(package): update graphql to version 14.5.2

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-23 23:21:37 +00:00
committed by peril-parse-community[bot]
parent 5fbdcd1f77
commit 5838efca54
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5763,9 +5763,9 @@
"dev": true
},
"graphql": {
"version": "14.5.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.1.tgz",
"integrity": "sha512-j1dEuS7q14QKdhv5xDaePDmJ54odK/cCZWdG8vT07KOEPoEEh8oj/SWzaboI/9zfwplbdE6UQv4aePnzJv7o6A==",
"version": "14.5.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.2.tgz",
"integrity": "sha512-lq+7NLqdxQxglXHfHRH0Qkr6xOAvMtozxWOhxpX5tJXlN8SnKf55/zW0qbF7V7U0fh6sXenoJqaF2lP6Bp3NAQ==",
"requires": {
"iterall": "^1.2.2"
}