From 5e8d541e98bf9be8336ab4002499e321a1bcad7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:06:38 +0000 Subject: [PATCH] Bump got from 11.8.1 to 11.8.2 Bumps [got](https://github.com/sindresorhus/got) from 11.8.1 to 11.8.2. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2633439c..7e2830f0 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "color": "3.1.3", "columnify": "1.5.4", "css-loader": "5.0.2", - "got": "11.8.1", + "got": "11.8.2", "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.3", diff --git a/yarn.lock b/yarn.lock index 999fd53a..e75c96fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3960,10 +3960,10 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" -got@11.8.1, got@^11.0.2, got@^11.7.0: - version "11.8.1" - resolved "https://registry.npmjs.org/got/-/got-11.8.1.tgz#df04adfaf2e782babb3daabc79139feec2f7e85d" - integrity sha512-9aYdZL+6nHmvJwHALLwKSUZ0hMwGaJGYv3hoPLPgnT8BoBXm1SjnZeky+91tfwJaDzun2s4RsBRy48IEYv2q2Q== +got@11.8.2, got@^11.0.2, got@^11.7.0: + version "11.8.2" + resolved "https://registry.npmjs.org/got/-/got-11.8.2.tgz#7abb3959ea28c31f3576f1576c1effce23f33599" + integrity sha512-D0QywKgIe30ODs+fm8wMZiAcZjypcCodPNuMz5H9Mny7RJ+IjJ10BdmGW7OM7fHXP+O7r6ZwapQ/YQmMSvB0UQ== dependencies: "@sindresorhus/is" "^4.0.0" "@szmarczak/http-timer" "^4.0.5"