From faf94f1e71af92d3058f4b0a9219cd3d009a4d93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2020 11:58:08 +0000 Subject: [PATCH] chore(deps): bump got from 11.3.0 to 11.4.0 Bumps [got](https://github.com/sindresorhus/got) from 11.3.0 to 11.4.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.3.0...v11.4.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 36ee69e5b..fe0ccdc8b 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "fanfou-sdk": "4.1.0", "git-rev-sync": "2.0.0", "googleapis": "52.1.0", - "got": "11.3.0", + "got": "11.4.0", "he": "1.2.0", "hooman": "1.2.5", "https-proxy-agent": "5.0.0", diff --git a/yarn.lock b/yarn.lock index 536b260b8..5e1fe45f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5792,10 +5792,10 @@ googleapis@52.1.0: google-auth-library "^6.0.0" googleapis-common "^4.3.0" -got@11.3.0: - version "11.3.0" - resolved "https://registry.yarnpkg.com/got/-/got-11.3.0.tgz#25e8da8b0125b3b984613a6b719e678dd2e20406" - integrity sha512-yi/kiZY2tNMtt5IfbfX8UL3hAZWb2gZruxYZ72AY28pU5p0TZjZdl0uRsuaFbnC0JopdUi3I+Mh1F3dPQ9Dh0Q== +got@11.4.0: + version "11.4.0" + resolved "https://registry.yarnpkg.com/got/-/got-11.4.0.tgz#1f0910310572af4efcc6890e1dacd7affb710b39" + integrity sha512-XysJZuZNVpaQ37Oo2LV90MIkPeYITehyy1A0QzO1JwOXm8EWuEf9eeGk2XuHePvLEGnm9AVOI37bHwD6KYyBtg== dependencies: "@sindresorhus/is" "^2.1.1" "@szmarczak/http-timer" "^4.0.5" @@ -5804,7 +5804,6 @@ got@11.3.0: cacheable-lookup "^5.0.3" cacheable-request "^7.0.1" decompress-response "^6.0.0" - get-stream "^5.1.0" http2-wrapper "^1.0.0-beta.4.5" lowercase-keys "^2.0.0" p-cancelable "^2.0.0"