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

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

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-12-03 05:49:54 +00:00
committed by peril-parse-community[bot]
parent a7cb381fbf
commit 281997ba23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1720,9 +1720,9 @@
}
},
"apollo-upload-client": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-12.0.0.tgz",
"integrity": "sha512-TbK50CY5RA2fg5jzD65kUwgntijLZE+jCvnMnjSNObNmKNeiYWXHXEyntkeUlANTuxuukxPVh2xw9KXsaGxxnw==",
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/apollo-upload-client/-/apollo-upload-client-12.1.0.tgz",
"integrity": "sha512-pAWYDMU9aFZnPvj0g7+FPRCHcslBPwUpnFxSUWiPDJAGYPXzE5C5DKcvRSQMMyQ09akqU6wZsyVk8zhL7GFC8Q==",
"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": "12.0.0",
"apollo-upload-client": "12.1.0",
"apollo-utilities": "1.3.2",
"babel-eslint": "10.0.3",
"bcrypt-nodejs": "0.0.3",