Update graphql-upload to the latest version 🚀 (#6368)

* fix(package): update graphql-upload to version 10.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2020-01-28 03:26:20 +00:00
committed by peril-parse-community[bot]
parent c270f364ad
commit 8b8bae726f
2 changed files with 16 additions and 33 deletions

47
package-lock.json generated
View File

@@ -2689,15 +2689,6 @@
"resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.3.tgz",
"integrity": "sha512-ewFXqrQHlFsgc09MK5jP5iR7vumV/BYayNC6PgJO2LPe8vrnNFyjQjSppfEngITi0qvfKtzFvgKymGheFM9UOA=="
},
"@types/readable-stream": {
"version": "2.3.5",
"resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-2.3.5.tgz",
"integrity": "sha512-Mq2eLkGYamlcolW603FY2ROBvcl90jPF+3jLkjpBV6qS+2aVeJqlgRG0TVAa1oWbmPdb5yOWlOPVvQle76nUNw==",
"requires": {
"@types/node": "*",
"safe-buffer": "*"
}
},
"@types/serve-static": {
"version": "1.13.3",
"resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.3.tgz",
@@ -6096,25 +6087,9 @@
"dev": true
},
"fs-capacitor": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-4.0.1.tgz",
"integrity": "sha512-e0qFoKQMFe52F54dMvZLD+I1M/Gs6xB2gnZVQB5FYT/8ioP6qTb3U/tzp55O0IuPOMvSM8j4ta0bVafIFjJzxQ==",
"requires": {
"@types/readable-stream": "^2.3.5",
"readable-stream": "^3.4.0"
},
"dependencies": {
"readable-stream": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.4.0.tgz",
"integrity": "sha512-jItXPLmrSR8jmTRmRWJXCnGJsfy85mB3Wd/uINMXA65yrnFo0cPClFIUWzo2najVNSl+mx7/4W8ttlLWJe99pQ==",
"requires": {
"inherits": "^2.0.3",
"string_decoder": "^1.1.1",
"util-deprecate": "^1.0.1"
}
}
}
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/fs-capacitor/-/fs-capacitor-6.1.0.tgz",
"integrity": "sha512-YsKGCLAB40P3OKeciIa7cKzt7WkY8QT9ETa2wVIG3fQDHW2h3xtRo0770lUIbPrjCr5Sa+zFhixNJ+2xNxaraQ=="
},
"fs-constants": {
"version": "1.0.0",
@@ -7060,14 +7035,22 @@
}
},
"graphql-upload": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-9.0.0.tgz",
"integrity": "sha512-YR2o9GoDa5On3q3lYLkLo3gHfa8crCHvMY1QbT7Zqja6BUqiihqaGjbWbvSPko/gbDSmZE+zLcX46Ef+/SmRyA==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/graphql-upload/-/graphql-upload-10.0.0.tgz",
"integrity": "sha512-8n11qujsqHWT48visvQbqLqAj8o6NCLJ35tGkI/RynhDs7E07TxlswVe4vPZaLiXJeemZA7xrxkMohwP//DOqA==",
"requires": {
"busboy": "^0.3.1",
"fs-capacitor": "^4.0.1",
"fs-capacitor": "^6.1.0",
"http-errors": "^1.7.3",
"isobject": "^4.0.0",
"object-path": "^0.11.4"
},
"dependencies": {
"isobject": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
"integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="
}
}
},
"har-schema": {

View File

@@ -36,7 +36,7 @@
"graphql-list-fields": "2.0.2",
"graphql-relay": "^0.6.0",
"graphql-tools": "^4.0.5",
"graphql-upload": "9.0.0",
"graphql-upload": "10.0.0",
"intersect": "1.0.1",
"jsonwebtoken": "8.5.1",
"ldapjs": "1.0.2",