Update graphql-upload to the latest version 🚀 (#6704)
* fix(package): update graphql-upload to version 11.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:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -7062,9 +7062,9 @@
|
||||
}
|
||||
},
|
||||
"graphql-upload": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-10.0.0.tgz",
|
||||
"integrity": "sha512-8n11qujsqHWT48visvQbqLqAj8o6NCLJ35tGkI/RynhDs7E07TxlswVe4vPZaLiXJeemZA7xrxkMohwP//DOqA==",
|
||||
"version": "11.0.0",
|
||||
"resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-11.0.0.tgz",
|
||||
"integrity": "sha512-zsrDtu5gCbQFDWsNa5bMB4nf1LpKX9KDgh+f8oL1288ijV4RxeckhVozAjqjXAfRpxOHD1xOESsh6zq8SjdgjA==",
|
||||
"requires": {
|
||||
"busboy": "^0.3.1",
|
||||
"fs-capacitor": "^6.1.0",
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
"graphql-list-fields": "2.0.2",
|
||||
"graphql-relay": "^0.6.0",
|
||||
"graphql-tools": "^5.0.0",
|
||||
"graphql-upload": "10.0.0",
|
||||
"graphql-upload": "11.0.0",
|
||||
"intersect": "1.0.1",
|
||||
"jsonwebtoken": "8.5.1",
|
||||
"jwks-rsa": "1.8.0",
|
||||
|
||||
Reference in New Issue
Block a user