From d76d8aeb208eab5bd09007da5b93e9082315bcd2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:39:15 +0000 Subject: [PATCH] Bump got from 10.2.1 to 10.2.2 Bumps [got](https://github.com/sindresorhus/got) from 10.2.1 to 10.2.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v10.2.1...v10.2.2) 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 66f72ac3..93c96ee7 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "color": "3.1.2", "columnify": "1.5.4", "css-loader": "3.4.2", - "got": "10.2.1", + "got": "10.2.2", "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.2", diff --git a/yarn.lock b/yarn.lock index f5899c14..97eaebed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4373,10 +4373,10 @@ globule@^1.0.0: lodash "~4.17.10" minimatch "~3.0.2" -got@10.2.1: - version "10.2.1" - resolved "https://registry.yarnpkg.com/got/-/got-10.2.1.tgz#7087485482fb31aa6e6399fd493dd04639da117b" - integrity sha512-IQX//hGm5oLjUj743GJG30U2RzjS58ZlhQQjwQXjsyR50TTD+etVMHlMEbNxYJGWVFa0ASgDVhRkAvQPe6M9iQ== +got@10.2.2: + version "10.2.2" + resolved "https://registry.yarnpkg.com/got/-/got-10.2.2.tgz#3cd61dc07db0533c6190a2889b78e0c39c0f52d6" + integrity sha512-QibZN13xHH/mc7H5uuU2xq28xxs8moEPsJrW9AQQX0jAV4DkGdllHDVE9cxw1nntIPFk8xzzOrgJZBg194AWrg== dependencies: "@sindresorhus/is" "^1.0.0" "@szmarczak/http-timer" "^4.0.0"