Bump apollo-upload-client from 10.0.0 to 10.0.1

Bumps [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/jaydenseric/apollo-upload-client/releases)
- [Changelog](https://github.com/jaydenseric/apollo-upload-client/blob/master/changelog.md)
- [Commits](https://github.com/jaydenseric/apollo-upload-client/compare/v10.0.0...v10.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-20 11:11:39 +00:00
parent 2ce5c6c508
commit 1a3fb8a75f
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -2099,14 +2099,14 @@
}
},
"apollo-upload-client": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-10.0.0.tgz",
"integrity": "sha512-N0SENiEkZXoY4nl9xxrXFcj/cL0AVkSNQ4aYXSaruCBWE0aKpK6aCe4DBmiEHrK3FAsMxZPEJxBRIWNbsXT8dw==",
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-10.0.1.tgz",
"integrity": "sha512-K6WnuYQi0RRTNO+aSPVjoUWXp4QSr+eoKU4fE0OKQp25XRF2oXl2cTLs+Q4Nk0wOIHM76YGdo/IHtzuNR7jO+A==",
"dev": true,
"requires": {
"apollo-link": "^1.2.6",
"apollo-link-http-common": "^0.2.8",
"extract-files": "^5.0.0"
"apollo-link": "^1.2.11",
"apollo-link-http-common": "^0.2.13",
"extract-files": "^5.0.1"
}
},
"apollo-utilities": {

View File

@@ -65,7 +65,7 @@
"apollo-link": "1.2.11",
"apollo-link-http": "1.5.14",
"apollo-link-ws": "1.0.18",
"apollo-upload-client": "10.0.0",
"apollo-upload-client": "10.0.1",
"apollo-utilities": "1.2.1",
"babel-eslint": "10.0.2",
"bcrypt-nodejs": "0.0.3",