Update graphql to the latest version 🚀 (#6367)

* fix(package): update graphql to version 14.6.0

* chore(package): update lockfile package-lock.json

Co-authored-by: Antonio Davi Macedo Coelho de Castro <adavimacedo@gmail.com>
This commit is contained in:
greenkeeper[bot]
2020-01-28 03:18:20 +00:00
committed by peril-parse-community[bot]
parent 30a5aa0b61
commit c270f364ad
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6997,9 +6997,9 @@
"dev": true
},
"graphql": {
"version": "14.5.8",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.8.tgz",
"integrity": "sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==",
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.6.0.tgz",
"integrity": "sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==",
"requires": {
"iterall": "^1.2.2"
}

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.0.0",
"express": "4.17.1",
"follow-redirects": "1.9.1",
"graphql": "14.5.8",
"graphql": "14.6.0",
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",
"graphql-tools": "^4.0.5",