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:
12
package-lock.json
generated
12
package-lock.json
generated
@@ -2685,8 +2685,7 @@
|
||||
"requires": {
|
||||
"@types/express": "*",
|
||||
"@types/fs-capacitor": "*",
|
||||
"@types/koa": "*",
|
||||
"graphql": "^14.5.3"
|
||||
"@types/koa": "*"
|
||||
}
|
||||
},
|
||||
"@types/http-assert": {
|
||||
@@ -6914,12 +6913,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"graphql": {
|
||||
"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"
|
||||
}
|
||||
"version": "15.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.0.0.tgz",
|
||||
"integrity": "sha512-ZyVO1xIF9F+4cxfkdhOJINM+51B06Friuv4M66W7HzUOeFd+vNzUn4vtswYINPi6sysjf1M2Ri/rwZALqgwbaQ=="
|
||||
},
|
||||
"graphql-extensions": {
|
||||
"version": "0.11.0",
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"deepcopy": "2.0.0",
|
||||
"express": "4.17.1",
|
||||
"follow-redirects": "1.11.0",
|
||||
"graphql": "14.6.0",
|
||||
"graphql": "15.0.0",
|
||||
"graphql-list-fields": "2.0.2",
|
||||
"graphql-relay": "^0.6.0",
|
||||
"graphql-tools": "^4.0.7",
|
||||
|
||||
Reference in New Issue
Block a user