From d293c8577f4932332788b09c988a5b9fc5192fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 23:19:13 +0100 Subject: [PATCH] build(deps): bump got from 14.0.0 to 14.2.0 in /docs (#194) Bumps [got](https://github.com/sindresorhus/got) from 14.0.0 to 14.2.0. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.0.0...v14.2.0) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ceffe838..c03a5a7c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "@docusaurus/preset-classic": "^2.4.3", "@mdx-js/react": "^1.6.22", "clsx": "^2.1.0", - "got": "14.0.0", + "got": "14.2.0", "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/docs/yarn.lock b/docs/yarn.lock index 69a47a1c..d84c008c 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4565,10 +4565,10 @@ globby@^13.1.1: merge2 "^1.4.1" slash "^4.0.0" -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.2.0: + version "14.2.0" + resolved "https://registry.yarnpkg.com/got/-/got-14.2.0.tgz#59b453e379e81a6e9e6aa3b39ab3cbde47b1b150" + integrity sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw== dependencies: "@sindresorhus/is" "^6.1.0" "@szmarczak/http-timer" "^5.0.1"