From 854fb6c4904339d99f955e280114aae4511bffee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:50:15 +0000 Subject: [PATCH] build(deps): bump got from 14.2.0 to 14.2.1 in /docs Bumps [got](https://github.com/sindresorhus/got) from 14.2.0 to 14.2.1. - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v14.2.0...v14.2.1) --- updated-dependencies: - dependency-name: got dependency-type: direct:production update-type: version-update:semver-patch ... 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 8c93270..33e9640 100644 --- a/docs/package.json +++ b/docs/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "cacheable-request": "12.0.0", - "got": "14.2.0" + "got": "14.2.1" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 1238786..7d3b43c 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4947,10 +4947,10 @@ gopd@^1.0.1: dependencies: get-intrinsic "^1.1.3" -got@14.2.0: - version "14.2.0" - resolved "https://registry.yarnpkg.com/got/-/got-14.2.0.tgz#59b453e379e81a6e9e6aa3b39ab3cbde47b1b150" - integrity sha512-dBq2KkHcQl3AwPoIWsLsQScCPpUgRulz1qZVthjPYKYOPmYfBnekR3vxecjZbm91Vc3JUGnV9mqFX7B+Fe2quw== +got@14.2.1: + version "14.2.1" + resolved "https://registry.yarnpkg.com/got/-/got-14.2.1.tgz#59513971a4f990d7c20f4830cf78145d58b3042d" + integrity sha512-KOaPMremmsvx6l9BLC04LYE6ZFW4x7e4HkTe3LwBmtuYYQwpeS4XKqzhubTIkaQ1Nr+eXxeori0zuwupXMovBQ== dependencies: "@sindresorhus/is" "^6.1.0" "@szmarczak/http-timer" "^5.0.1"