Update graphql to the latest version 🚀 (#6558)

* fix(package): update graphql to version 15.0.0

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

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
This commit is contained in:
greenkeeper[bot]
2020-04-02 15:53:24 +00:00
committed by GitHub
parent d52d35bc2c
commit d48de7d97a
2 changed files with 5 additions and 9 deletions

12
package-lock.json generated
View File

@@ -2685,8 +2685,7 @@
"requires": { "requires": {
"@types/express": "*", "@types/express": "*",
"@types/fs-capacitor": "*", "@types/fs-capacitor": "*",
"@types/koa": "*", "@types/koa": "*"
"graphql": "^14.5.3"
} }
}, },
"@types/http-assert": { "@types/http-assert": {
@@ -6914,12 +6913,9 @@
"dev": true "dev": true
}, },
"graphql": { "graphql": {
"version": "14.6.0", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.6.0.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
"integrity": "sha512-VKzfvHEKybTKjQVpTFrA5yUq2S9ihcZvfJAtsDBBCuV6wauPu1xl/f9ehgVf0FcEJJs4vz6ysb/ZMkGigQZseg==", "integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ=="
"requires": {
"iterall": "^1.2.2"
}
}, },
"graphql-extensions": { "graphql-extensions": {
"version": "0.11.0", "version": "0.11.0",

View File

@@ -32,7 +32,7 @@
"deepcopy": "2.0.0", "deepcopy": "2.0.0",
"express": "4.17.1", "express": "4.17.1",
"follow-redirects": "1.11.0", "follow-redirects": "1.11.0",
"graphql": "14.6.0", "graphql": "15.0.0",
"graphql-list-fields": "2.0.2", "graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0", "graphql-relay": "^0.6.0",
"graphql-tools": "^4.0.7", "graphql-tools": "^4.0.7",