From 7b8975b0ae5c79e206d2e201ee9aa8d88e663e2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 19:36:53 +0000 Subject: [PATCH] Bump got from 11.1.4 to 11.2.0 Bumps [got](https://github.com/sindresorhus/got) from 11.1.4 to 11.2.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.1.4...v11.2.0) 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 a7859b4b..375d0f26 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "color": "3.1.2", "columnify": "1.5.4", "css-loader": "3.5.3", - "got": "11.1.4", + "got": "11.2.0", "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.2", diff --git a/yarn.lock b/yarn.lock index 3bd68ead..1ef76a44 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4233,10 +4233,10 @@ globule@^1.0.0: lodash "~4.17.12" minimatch "~3.0.2" -got@11.1.4: - version "11.1.4" - resolved "https://registry.yarnpkg.com/got/-/got-11.1.4.tgz#ecf0064aab26ae4b2989ab52aadd31a17e7bad63" - integrity sha512-z94KIXHhFSpJONuY6C6w1wC+igE7P1d0b5h3H2CvrOXn0/tum/OgFblIGUAxI5PBXukGLvKb9MJXVHW8vsYaBA== +got@11.2.0: + version "11.2.0" + resolved "https://registry.yarnpkg.com/got/-/got-11.2.0.tgz#20f76c421378b28db773d6381a450fa1bea92d2b" + integrity sha512-68pBow9XXXSdVRV5wSx0kWMCZsag4xE3Ru0URVe0PWsSYmU4SJrUmEO6EVYFlFHc9rq/6Yqn6o1GxIb9torQxg== dependencies: "@sindresorhus/is" "^2.1.1" "@szmarczak/http-timer" "^4.0.5"