From 6fa6572042ba618c4cb9d888bb8a65beed4c329b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Dec 2020 15:00:45 +0000 Subject: [PATCH] build(deps): update dependency got to v11.8.1 (#8056) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- tools/package.json | 2 +- yarn.lock | 19 +------------------ 3 files changed, 3 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 2b6049ad9f..7d9fee527b 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "fs-extra": "9.0.1", "github-url-from-git": "1.5.0", "global-agent": "2.1.12", - "got": "11.8.0", + "got": "11.8.1", "handlebars": "4.7.6", "handy-redis": "2.1.0", "hasha": "5.2.2", diff --git a/tools/package.json b/tools/package.json index 192f41938c..ce0a4e7cc7 100644 --- a/tools/package.json +++ b/tools/package.json @@ -8,7 +8,7 @@ "commander": "6.2.0", "eslint": "7.12.1", "fs-extra": "9.0.1", - "got": "11.8.0", + "got": "11.8.1", "lodash": "4.17.20", "shelljs": "0.8.4", "strip-ansi": "6.0.0" diff --git a/yarn.lock b/yarn.lock index dcc4e830ec..29e2090aa1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4932,24 +4932,7 @@ globby@^11.0.0, globby@^11.0.1: merge2 "^1.3.0" slash "^3.0.0" -got@11.8.0: - version "11.8.0" - resolved "https://registry.yarnpkg.com/got/-/got-11.8.0.tgz#be0920c3586b07fd94add3b5b27cb28f49e6545f" - integrity sha512-k9noyoIIY9EejuhaBNLyZ31D5328LeqnyPNXJQb2XlJZcKakLqN5m6O/ikhq/0lw56kUYS54fVm+D1x57YC9oQ== - dependencies: - "@sindresorhus/is" "^4.0.0" - "@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.7.0: +got@11.8.1, got@^11.7.0: version "11.8.1" resolved "https://registry.yarnpkg.com/got/-/got-11.8.1.tgz#df04adfaf2e782babb3daabc79139feec2f7e85d" integrity sha512-9aYdZL+6nHmvJwHALLwKSUZ0hMwGaJGYv3hoPLPgnT8BoBXm1SjnZeky+91tfwJaDzun2s4RsBRy48IEYv2q2Q== -- GitLab