mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
build(deps): update dependency got to v11.6.2 (#7269)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
35c5fe81a1
commit
439222b21f
3 changed files with 6 additions and 23 deletions
|
@ -132,7 +132,7 @@
|
|||
"fs-extra": "9.0.1",
|
||||
"github-url-from-git": "1.5.0",
|
||||
"global-agent": "2.1.12",
|
||||
"got": "11.6.0",
|
||||
"got": "11.6.2",
|
||||
"handlebars": "4.7.6",
|
||||
"handy-redis": "1.8.3",
|
||||
"hasha": "5.2.0",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"commander": "6.1.0",
|
||||
"eslint": "7.8.1",
|
||||
"fs-extra": "9.0.1",
|
||||
"got": "11.6.0",
|
||||
"got": "11.6.2",
|
||||
"lodash": "4.17.20",
|
||||
"shelljs": "0.8.4",
|
||||
"strip-ansi": "6.0.0"
|
||||
|
|
25
yarn.lock
25
yarn.lock
|
@ -4805,27 +4805,10 @@ globby@^11.0.0, globby@^11.0.1:
|
|||
merge2 "^1.3.0"
|
||||
slash "^3.0.0"
|
||||
|
||||
got@11.6.0:
|
||||
version "11.6.0"
|
||||
resolved "https://registry.yarnpkg.com/got/-/got-11.6.0.tgz#4978c78f3cbc3a45ee95381f8bb6efd1db1f4638"
|
||||
integrity sha512-ErhWb4IUjQzJ3vGs3+RR12NWlBDDkRciFpAkQ1LPUxi6OnwhGj07gQxjPsyIk69s7qMihwKrKquV6VQq7JNYLA==
|
||||
dependencies:
|
||||
"@sindresorhus/is" "^3.1.1"
|
||||
"@szmarczak/http-timer" "^4.0.5"
|
||||
"@types/cacheable-request" "^6.0.1"
|
||||
"@types/responselike" "^1.0.0"
|
||||
cacheable-lookup "^5.0.3"
|
||||
cacheable-request "^7.0.1"
|
||||
decompress-response "^6.0.0"
|
||||
http2-wrapper "^1.0.0-beta.5.2"
|
||||
lowercase-keys "^2.0.0"
|
||||
p-cancelable "^2.0.0"
|
||||
responselike "^2.0.0"
|
||||
|
||||
got@^11.1.3:
|
||||
version "11.6.1"
|
||||
resolved "https://registry.yarnpkg.com/got/-/got-11.6.1.tgz#a307122fc136c446f676f7b939d89dbc6ed6b909"
|
||||
integrity sha512-6izGvOsrd/4CsIdQMgweFOTCtS4sAwJTuCzIuVoTbCDzt3+wa3eGIHhSIMgEF6gfCDenslGlMUmAdPap5DkirQ==
|
||||
got@11.6.2, got@^11.1.3:
|
||||
version "11.6.2"
|
||||
resolved "https://registry.yarnpkg.com/got/-/got-11.6.2.tgz#79d7bb8c11df212b97f25565407a1f4ae73210ec"
|
||||
integrity sha512-/21qgUePCeus29Jk7MEti8cgQUNXFSWfIevNIk4H7u1wmXNDrGPKPY6YsPY+o9CIT/a2DjCjRz0x1nM9FtS2/A==
|
||||
dependencies:
|
||||
"@sindresorhus/is" "^3.1.1"
|
||||
"@szmarczak/http-timer" "^4.0.5"
|
||||
|
|
Loading…
Reference in a new issue