chore(got): upgrade to 9.6.0

This commit is contained in:
George Lima 2019-05-28 00:36:58 -03:00
parent 62f7aad0c7
commit 0d5bdbda06
2 changed files with 20 additions and 18 deletions

View File

@ -191,7 +191,7 @@
"electron-updater": "^4.0.4",
"eres": "^1.0.1",
"find-process": "^1.2.1",
"got": "^9.3.2",
"got": "^9.6.0",
"history": "^4.7.2",
"lodash.flow": "^3.5.0",
"lodash.groupby": "^4.6.0",

View File

@ -1544,11 +1544,10 @@
"@shellscape/koa-send" "^4.1.0"
debug "^2.6.8"
"@sindresorhus/is@^0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.12.0.tgz#55c37409c809e802efea25911a579731adfc6e07"
dependencies:
symbol-observable "^1.2.0"
"@sindresorhus/is@^0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
integrity sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==
"@sindresorhus/is@^0.7.0":
version "0.7.0"
@ -1659,9 +1658,10 @@
"@svgr/plugin-svgo" "^4.0.3"
loader-utils "^1.1.0"
"@szmarczak/http-timer@^1.1.0":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.1.tgz#6402258dfe467532b26649ef076b4d11f74fb612"
"@szmarczak/http-timer@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
integrity sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==
dependencies:
defer-to-connect "^1.0.1"
@ -3552,9 +3552,10 @@ cache-loader@^1.2.2, cache-loader@^1.2.5:
neo-async "^2.5.0"
schema-utils "^0.4.2"
cacheable-request@^5.1.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-5.2.0.tgz#00c87097835af4caf92a97390660ecadce51187d"
cacheable-request@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-6.0.0.tgz#4a1727414e02ac4af82560c4da1b61daa3fa2b63"
integrity sha512-2N7AmszH/WPPpl5Z3XMw1HAP+8d+xugnKQAeKvxFZ/04dbT/CAznqwbl+7eSr3HkwdepNwtb2yx3CAMQWvG01Q==
dependencies:
clone-response "^1.0.2"
get-stream "^4.0.0"
@ -7358,13 +7359,14 @@ got@^7.1.0:
url-parse-lax "^1.0.0"
url-to-options "^1.0.1"
got@^9.3.2:
version "9.3.2"
resolved "https://registry.yarnpkg.com/got/-/got-9.3.2.tgz#f6e3bd063aa8f461ccd924afa2ba2b61deab3989"
got@^9.6.0:
version "9.6.0"
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==
dependencies:
"@sindresorhus/is" "^0.12.0"
"@szmarczak/http-timer" "^1.1.0"
cacheable-request "^5.1.0"
"@sindresorhus/is" "^0.14.0"
"@szmarczak/http-timer" "^1.1.2"
cacheable-request "^6.0.0"
decompress-response "^3.3.0"
duplexer3 "^0.1.4"
get-stream "^4.1.0"