From 8d5710c4dc97447033264c741cd0c4fb220e1092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 11:06:46 +0000 Subject: [PATCH] Bump got from 12.0.3 to 12.0.4 Bumps [got](https://github.com/sindresorhus/got) from 12.0.3 to 12.0.4. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.0.3...v12.0.4) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... 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 a6f8d9a8..1cf0566c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "color": "4.2.3", "columnify": "1.6.0", "css-loader": "6.7.1", - "got": "12.0.3", + "got": "12.0.4", "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.3", diff --git a/yarn.lock b/yarn.lock index b3de433c..95f74a68 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4031,10 +4031,10 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" -got@12.0.3: - version "12.0.3" - resolved "https://registry.npmjs.org/got/-/got-12.0.3.tgz#c7314daab26d42039e624adbf98f6d442e5de749" - integrity sha512-hmdcXi/S0gcAtDg4P8j/rM7+j3o1Aq6bXhjxkDhRY2ipe7PHpvx/14DgTY2czHOLaGeU8VRvRecidwfu9qdFug== +got@12.0.4: + version "12.0.4" + resolved "https://registry.npmjs.org/got/-/got-12.0.4.tgz#e3b6bf6992425f904076fd71aac7030da5122de8" + integrity sha512-2Eyz4iU/ktq7wtMFXxzK7g5p35uNYLLdiZarZ5/Yn3IJlNEpBd5+dCgcAyxN8/8guZLszffwe3wVyw+DEVrpBg== dependencies: "@sindresorhus/is" "^4.6.0" "@szmarczak/http-timer" "^5.0.1"