From 41f67ffaa88ae87e0bb869d672bfd4e3130380bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:15:22 +0000 Subject: [PATCH] build(deps): bump cacheable-request from 11.0.0 to 12.0.0 in /docs Bumps [cacheable-request](https://github.com/jaredwray/cacheable) from 11.0.0 to 12.0.0. - [Release notes](https://github.com/jaredwray/cacheable/releases) - [Commits](https://github.com/jaredwray/cacheable/compare/v11.0.0...v12.0.0) --- updated-dependencies: - dependency-name: cacheable-request dependency-type: direct:production update-type: version-update:semver-major ... 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 edf8bf6..8c93270 100644 --- a/docs/package.json +++ b/docs/package.json @@ -21,7 +21,7 @@ "vuepress-plugin-mermaidjs": "1.9.1" }, "dependencies": { - "cacheable-request": "11.0.0", + "cacheable-request": "12.0.0", "got": "14.2.0" } } diff --git a/docs/yarn.lock b/docs/yarn.lock index d47b165..1238786 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2431,10 +2431,10 @@ cacheable-lookup@^7.0.0: resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27" integrity sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w== -cacheable-request@11.0.0: - version "11.0.0" - resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-11.0.0.tgz#2f52224cd583476aeb3a5bbb5969b0d71245d9be" - integrity sha512-xV9wxF1WgWTHunnE0k+nq6jl/a68DvfjPwM+pR6F89lyGBCPTf0vmdl7ydpCA1CNjnnb7q1r2gJW8pfDPkmnlg== +cacheable-request@12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-12.0.0.tgz#5f54693c0708ced6ffadd9c1a74b5cb68b3c8a65" + integrity sha512-UtNTDctKsb0brJBsCarSCDUMy+OTXy/FuvTpuPOpI8GscRIRRAZc8zBxWZ8qtymmtQq6yVtRVxMTQm01RZKjrg== dependencies: "@types/http-cache-semantics" "^4.0.4" get-stream "^8.0.1"