Update graphql to the latest version 🚀 (#5963)

* fix(package): update graphql to version 14.5.1

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-08-23 17:43:15 +00:00
committed by peril-parse-community[bot]
parent 0f40b3b3eb
commit 978877f570
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5762,9 +5762,9 @@
"dev": true
},
"graphql": {
"version": "14.5.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.0.tgz",
"integrity": "sha512-wnGcTD181L2xPnIwHHjx/moV4ulxA2Kms9zcUY+B/SIrK+2N+iOC6WNgnR2zVTmg1Z8P+CZq5KXibTnatg3WUw==",
"version": "14.5.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.1.tgz",
"integrity": "sha512-j1dEuS7q14QKdhv5xDaePDmJ54odK/cCZWdG8vT07KOEPoEEh8oj/SWzaboI/9zfwplbdE6UQv4aePnzJv7o6A==",
"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.0",
"graphql": "14.5.1",
"graphql-list-fields": "2.0.2",
"graphql-tools": "^4.0.5",
"graphql-upload": "8.0.7",