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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-02 17:30:19 +00:00
committed by peril-parse-community[bot]
parent ca277be0b8
commit b75a73c7b8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1720,9 +1720,9 @@
}
},
"apollo-upload-client": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-11.0.0.tgz",
"integrity": "sha512-JChTrBi1VSF8u6OPrkWUApJlyUvzwhw98kqRB3fSi7/CU6z0OUD42Mee9s5h8mfjKEfOanK6GNZhF4t2tIPXSw==",
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-12.0.0.tgz",
"integrity": "sha512-TbK50CY5RA2fg5jzD65kUwgntijLZE+jCvnMnjSNObNmKNeiYWXHXEyntkeUlANTuxuukxPVh2xw9KXsaGxxnw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.5.4",

View File

@@ -69,7 +69,7 @@
"apollo-link": "1.2.13",
"apollo-link-http": "1.5.16",
"apollo-link-ws": "1.0.19",
"apollo-upload-client": "11.0.0",
"apollo-upload-client": "12.0.0",
"apollo-utilities": "1.3.2",
"babel-eslint": "10.0.3",
"bcrypt-nodejs": "0.0.3",