Update graphql to the latest version 🚀 (#5997)

* fix(package): update graphql to version 14.5.4

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-29 13:28:19 +00:00
committed by peril-parse-community[bot]
parent 3bb5b05258
commit 26e865e125
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5815,9 +5815,9 @@
"dev": true
},
"graphql": {
"version": "14.5.3",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.3.tgz",
"integrity": "sha512-W8A8nt9BsMg0ZK2qA3DJIVU6muWhxZRYLTmc+5XGwzWzVdUdPVlAAg5hTBjiTISEnzsKL/onasu6vl3kgGTbYg==",
"version": "14.5.4",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.4.tgz",
"integrity": "sha512-dPLvHoxy5m9FrkqWczPPRnH0X80CyvRE6e7Fa5AWEqEAzg9LpxHvKh24po/482E6VWHigOkAmb4xCp6P9yT9gw==",
"requires": {
"iterall": "^1.2.2"
}

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.8.1",
"graphql": "14.5.3",
"graphql": "14.5.4",
"graphql-list-fields": "2.0.2",
"graphql-tools": "^4.0.5",
"graphql-upload": "8.0.7",