Update apollo-upload-client to the latest version 🚀 (#5791)

* chore(package): update apollo-upload-client to version 11.0.0

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-07-10 01:12:46 +00:00
committed by peril-parse-community[bot]
parent ed72e58ea6
commit 050dd19e80
2 changed files with 24 additions and 6 deletions

28
package-lock.json generated
View File

@@ -1840,14 +1840,32 @@
}
},
"apollo-upload-client": {
"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==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-11.0.0.tgz",
"integrity": "sha512-JChTrBi1VSF8u6OPrkWUApJlyUvzwhw98kqRB3fSi7/CU6z0OUD42Mee9s5h8mfjKEfOanK6GNZhF4t2tIPXSw==",
"dev": true,
"requires": {
"apollo-link": "^1.2.11",
"apollo-link-http-common": "^0.2.13",
"@babel/runtime": "^7.5.4",
"apollo-link": "^1.2.12",
"apollo-link-http-common": "^0.2.14",
"extract-files": "^5.0.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.5.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.4.tgz",
"integrity": "sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"regenerator-runtime": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.2.tgz",
"integrity": "sha512-S/TQAZJO+D3m9xeN1WTI8dLKBBiRgXBlTJvbWjCThHWZj9EvHK70Ff50/tYj2J/fvBY6JtFVwRuazHN2E7M9BA==",
"dev": true
}
}
},
"apollo-utilities": {

View File

@@ -65,7 +65,7 @@
"apollo-link": "1.2.12",
"apollo-link-http": "1.5.15",
"apollo-link-ws": "1.0.18",
"apollo-upload-client": "10.0.1",
"apollo-upload-client": "11.0.0",
"apollo-utilities": "1.3.2",
"babel-eslint": "10.0.2",
"bcrypt-nodejs": "0.0.3",