From a398f8ec26803b1e206e788ed95d5601b27b3faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 05:56:43 +0000 Subject: [PATCH] Bump got from 12.0.2 to 12.0.3 Bumps [got](https://github.com/sindresorhus/got) from 12.0.2 to 12.0.3. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v12.0.2...v12.0.3) --- 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 315b356f..700b5e82 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "color": "4.2.1", "columnify": "1.6.0", "css-loader": "6.7.1", - "got": "12.0.2", + "got": "12.0.3", "json-loader": "0.5.7", "mousetrap": "chabou/mousetrap#useCapture", "ms": "2.1.3", diff --git a/yarn.lock b/yarn.lock index db3c0121..8762437f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3925,10 +3925,10 @@ globby@^9.2.0: pify "^4.0.1" slash "^2.0.0" -got@12.0.2: - version "12.0.2" - resolved "https://registry.npmjs.org/got/-/got-12.0.2.tgz#8ce4c3baa50bb18a0858d2539caa0fac19e109bf" - integrity sha512-Zi4yHiqCgaorUbknr/RHFBsC3XqjSodaw0F3qxlqAqyj+OGYZl37/uy01R0qz++KANKQYdY5FHJ0okXZpEzwWQ== +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== dependencies: "@sindresorhus/is" "^4.6.0" "@szmarczak/http-timer" "^5.0.1"