From 4cdfe9553c2c5a8e500066da9c85d12b60cd841d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 15:59:03 -0700 Subject: [PATCH] build(deps): bump got from 14.2.0 to 14.2.1 in /docs (#91) Bumps [got](https://github.com/sindresorhus/got) from 14.2.0 to 14.2.1.
Release notes

Sourced from got's releases.

v14.2.1

https://github.com/sindresorhus/got/compare/v14.2.0...v14.2.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=got&package-manager=npm_and_yarn&previous-version=14.2.0&new-version=14.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: r-hang --- docs/package.json | 4 ++-- docs/yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index 25ab3f9..33e9640 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "vuepress-plugin-mermaidjs": "1.9.1" }, "dependencies": { - "cacheable-request": "12.0.1", - "got": "14.2.0" + "cacheable-request": "12.0.0", + "got": "14.2.1" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index 6c8cba8..6df9b15 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4960,10 +4960,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"