Update graphql to the latest version 🚀 (#5969)

* fix(package): update graphql to version 14.5.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-24 01:26:29 +00:00
committed by peril-parse-community[bot]
parent 5838efca54
commit ed7c2639b7
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.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.2.tgz",
"integrity": "sha512-lq+7NLqdxQxglXHfHRH0Qkr6xOAvMtozxWOhxpX5tJXlN8SnKf55/zW0qbF7V7U0fh6sXenoJqaF2lP6Bp3NAQ==",
"version": "14.5.3",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.3.tgz",
"integrity": "sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg==",
"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.5.2",
"graphql": "14.5.3",
"graphql-list-fields": "2.0.2",
"graphql-tools": "^4.0.5",
"graphql-upload": "8.0.7",