From 79ea987034cb051c888d17cae9427dd67401982f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 20:15:08 +0000 Subject: [PATCH] chore(deps): bump got from 10.5.4 to 10.5.5 Bumps [got](https://github.com/sindresorhus/got) from 10.5.4 to 10.5.5. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v10.5.4...v10.5.5) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3b4b48bca4..b80fad5a60 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "fanfou-sdk": "4.1.0", "git-rev-sync": "2.0.0", "googleapis": "47.0.0", - "got": "10.5.4", + "got": "10.5.5", "he": "1.2.0", "iconv-lite": "0.5.1", "jsdom": "16.1.0", diff --git a/yarn.lock b/yarn.lock index 4e8c64c5f3..373f9b3708 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5429,10 +5429,10 @@ googleapis@47.0.0: google-auth-library "^5.6.1" googleapis-common "^3.2.0" -got@10.5.4: - version "10.5.4" - resolved "https://registry.yarnpkg.com/got/-/got-10.5.4.tgz#1cf7bee3436a80be48a314c197d22df3f7dee7e0" - integrity sha512-DiyqjDt0yvN3HoGALtOHBGkl6cEZX24DgSm51eDgUk0JvVQF4oqhjDbFnLm81G/pOEl1sn7W0V5tDWkBfBYf+A== +got@10.5.5: + version "10.5.5" + resolved "https://registry.yarnpkg.com/got/-/got-10.5.5.tgz#9ab2702c2a6b354ff95585144546d3e304a5022f" + integrity sha512-B13HHkCkTA7KxyxTrFoZfrurBX1fZxjMTKpmIfoVzh0Xfs9aZV7xEfI6EKuERQOIPbomh5LE4xDkfK6o2VXksw== dependencies: "@sindresorhus/is" "^1.0.0" "@szmarczak/http-timer" "^4.0.0"