From 296ec1aa9efcf7e7877c91f6c4466b23eb50f9b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:54:15 +0000 Subject: [PATCH] build(deps): bump got from 14.0.0 to 14.1.0 in /docs Bumps [got](https://github.com/sindresorhus/got) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index 5e5fad3..0d7becf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "cacheable-request": "10.2.14", - "got": "14.0.0" + "got": "14.1.0" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 181fa92..7dda7cd 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4934,10 +4934,10 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/got/-/got-14.0.0.tgz#c95023942e4149cea46701adc7ed591eb9104d37" - integrity sha512-X01vTgaX9SwaMq5DfImvS+3GMQFFs5HtrrlS9CuzUSzkxAf/tWGEyynuI+Qy7BjciMczZGjyVSmawYbP4eYhYA== +got@14.1.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/got/-/got-14.1.0.tgz#426718b9d2e539efa46c7b413e7659b40d38bb24" + integrity sha512-jGmSBfxa7jOGg464azcsf/cUlJBZldU8edFpiVebIJrVBE4vqVx0t3Z2f1kz1WrcMvLgQREoC/l2ttDmSHwyRg== dependencies: "@sindresorhus/is" "^6.1.0" "@szmarczak/http-timer" "^5.0.1"