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:
greenkeeper[bot]
2020-05-25 05:43:30 +00:00
committed by GitHub
parent ee3c86a243
commit 0f36b96fda
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -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",

View File

@@ -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",