Update graphql to the latest version 🚀 (#6084)
* fix(package): update graphql to version 14.5.8 * chore(package): update lockfile package-lock.json
This commit is contained in:
committed by
peril-parse-community[bot]
parent
5b3deb8ceb
commit
eec739a75f
6
package-lock.json
generated
6
package-lock.json
generated
@@ -5873,9 +5873,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"graphql": {
|
||||
"version": "14.5.7",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.7.tgz",
|
||||
"integrity": "sha512-as410RMJSUFqF8RcH2QWxZ5ioqHzsH9VWnWbaU+UnDXJ/6azMDIYPrtXCBPXd8rlunEVb7W8z6fuUnNHMbFu9A==",
|
||||
"version": "14.5.8",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-14.5.8.tgz",
|
||||
"integrity": "sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg==",
|
||||
"requires": {
|
||||
"iterall": "^1.2.2"
|
||||
}
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
"deepcopy": "2.0.0",
|
||||
"express": "4.17.1",
|
||||
"follow-redirects": "1.9.0",
|
||||
"graphql": "14.5.7",
|
||||
"graphql": "14.5.8",
|
||||
"graphql-list-fields": "2.0.2",
|
||||
"graphql-tools": "^4.0.5",
|
||||
"graphql-upload": "8.0.7",
|
||||
|
||||
Reference in New Issue
Block a user