Skip to content

Commit

Permalink
build(deps): bump cacheable-request from 10.2.14 to 11.0.0 in /docs
Browse files Browse the repository at this point in the history
Bumps [cacheable-request](https://github.com/jaredwray/cacheable) from 10.2.14 to 11.0.0.
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/v11.0.0)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 78cf770 commit 55c250b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vuepress-plugin-mermaidjs": "1.9.1"
},
"dependencies": {
"cacheable-request": "10.2.14",
"cacheable-request": "11.0.0",
"got": "14.0.0"
}
}
19 changes: 16 additions & 3 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@
resolved "https://registry.yarnpkg.com/@types/highlight.js/-/highlight.js-9.12.4.tgz#8c3496bd1b50cc04aeefd691140aa571d4dbfa34"
integrity sha512-t2szdkwmg2JJyuCM20e8kR2X59WCE5Zkl4bzm1u1Oukjm79zpbiAv+QjnwLnuuV0WHEcX2NgUItu0pAMKuOPww==

"@types/http-cache-semantics@^4.0.2":
"@types/http-cache-semantics@^4.0.2", "@types/http-cache-semantics@^4.0.4":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
Expand Down Expand Up @@ -2431,7 +2431,20 @@ cacheable-lookup@^7.0.0:
resolved "https://registry.yarnpkg.com/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz#3476a8215d046e5a3202a9209dd13fec1f933a27"
integrity sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==

[email protected], cacheable-request@^10.2.14:
[email protected]:
version "11.0.0"
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-11.0.0.tgz#2f52224cd583476aeb3a5bbb5969b0d71245d9be"
integrity sha512-xV9wxF1WgWTHunnE0k+nq6jl/a68DvfjPwM+pR6F89lyGBCPTf0vmdl7ydpCA1CNjnnb7q1r2gJW8pfDPkmnlg==
dependencies:
"@types/http-cache-semantics" "^4.0.4"
get-stream "^8.0.1"
http-cache-semantics "^4.1.1"
keyv "^4.5.4"
mimic-response "^4.0.0"
normalize-url "^8.0.0"
responselike "^3.0.0"

cacheable-request@^10.2.14:
version "10.2.14"
resolved "https://registry.yarnpkg.com/cacheable-request/-/cacheable-request-10.2.14.tgz#eb915b665fda41b79652782df3f553449c406b9d"
integrity sha512-zkDT5WAF4hSSoUgyfg5tFIxz8XQK+25W/TLVojJTMKBaxevLBBtLxgqguAuVQB8PVW79FVjHcU+GJ9tVbDZ9mQ==
Expand Down Expand Up @@ -5958,7 +5971,7 @@ keyv@^3.0.0:
dependencies:
json-buffer "3.0.0"

keyv@^4.5.3:
keyv@^4.5.3, keyv@^4.5.4:
version "4.5.4"
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93"
integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==
Expand Down

0 comments on commit 55c250b

Please sign in to comment.