mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix: update dependency got to v8.3.0
This commit is contained in:
parent
548fd34ef5
commit
7ace620741
2 changed files with 9 additions and 5 deletions
|
@ -61,7 +61,7 @@
|
||||||
"gh-got": "7.0.0",
|
"gh-got": "7.0.0",
|
||||||
"github-url-from-git": "1.5.0",
|
"github-url-from-git": "1.5.0",
|
||||||
"gl-got": "8.0.0",
|
"gl-got": "8.0.0",
|
||||||
"got": "8.2.0",
|
"got": "8.3.0",
|
||||||
"handlebars": "4.0.11",
|
"handlebars": "4.0.11",
|
||||||
"ini": "1.3.5",
|
"ini": "1.3.5",
|
||||||
"js-yaml": "3.11.0",
|
"js-yaml": "3.11.0",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -2332,9 +2332,9 @@ globby@^8.0.0:
|
||||||
pify "^3.0.0"
|
pify "^3.0.0"
|
||||||
slash "^1.0.0"
|
slash "^1.0.0"
|
||||||
|
|
||||||
got@8.2.0:
|
got@8.3.0:
|
||||||
version "8.2.0"
|
version "8.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/got/-/got-8.2.0.tgz#0d11a071d05046348a2f5c0a5fa047fb687fdfc6"
|
resolved "https://registry.yarnpkg.com/got/-/got-8.3.0.tgz#6ba26e75f8a6cc4c6b3eb1fe7ce4fec7abac8533"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/is" "^0.7.0"
|
"@sindresorhus/is" "^0.7.0"
|
||||||
cacheable-request "^2.1.1"
|
cacheable-request "^2.1.1"
|
||||||
|
@ -2346,7 +2346,7 @@ got@8.2.0:
|
||||||
isurl "^1.0.0-alpha5"
|
isurl "^1.0.0-alpha5"
|
||||||
lowercase-keys "^1.0.0"
|
lowercase-keys "^1.0.0"
|
||||||
mimic-response "^1.0.0"
|
mimic-response "^1.0.0"
|
||||||
p-cancelable "^0.3.0"
|
p-cancelable "^0.4.0"
|
||||||
p-timeout "^2.0.1"
|
p-timeout "^2.0.1"
|
||||||
pify "^3.0.0"
|
pify "^3.0.0"
|
||||||
safe-buffer "^5.1.1"
|
safe-buffer "^5.1.1"
|
||||||
|
@ -4641,6 +4641,10 @@ p-cancelable@^0.3.0:
|
||||||
version "0.3.0"
|
version "0.3.0"
|
||||||
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
|
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.3.0.tgz#b9e123800bcebb7ac13a479be195b507b98d30fa"
|
||||||
|
|
||||||
|
p-cancelable@^0.4.0:
|
||||||
|
version "0.4.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-0.4.0.tgz#bcb41d35bf6097fc4367a065b6eb84b9b124eff0"
|
||||||
|
|
||||||
p-defer@^1.0.0:
|
p-defer@^1.0.0:
|
||||||
version "1.0.0"
|
version "1.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
|
resolved "https://registry.yarnpkg.com/p-defer/-/p-defer-1.0.0.tgz#9f6eb182f6c9aa8cd743004a7d4f96b196b0fb0c"
|
||||||
|
|
Loading…
Reference in a new issue