chore(deps): update dependency cacheable to v2.3.2 (#667)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2026-01-17 20:33:42 +00:00 committed by GitHub
parent 5fd62028ce
commit 8aa1344fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
package-lock.json generated
View file

@ -3347,16 +3347,16 @@
"license": "MIT"
},
"node_modules/cacheable": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.1.tgz",
"integrity": "sha512-yr+FSHWn1ZUou5LkULX/S+jhfgfnLbuKQjE40tyEd4fxGZVMbBL5ifno0J0OauykS8UiCSgHi+DV/YD+rjFxFg==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.3.2.tgz",
"integrity": "sha512-w+ZuRNmex9c1TR9RcsxbfTKCjSL0rh1WA5SABbrWprIHeNBdmyQLSYonlDy9gpD+63XT8DgZ/wNh1Smvc9WnJA==",
"license": "MIT",
"dependencies": {
"@cacheable/memory": "^2.0.6",
"@cacheable/utils": "^2.3.2",
"hookified": "^1.14.0",
"@cacheable/memory": "^2.0.7",
"@cacheable/utils": "^2.3.3",
"hookified": "^1.15.0",
"keyv": "^5.5.5",
"qified": "^0.5.3"
"qified": "^0.6.0"
}
},
"node_modules/call-bind": {
@ -9122,12 +9122,12 @@
"license": "MIT"
},
"node_modules/qified": {
"version": "0.5.3",
"resolved": "https://registry.npmjs.org/qified/-/qified-0.5.3.tgz",
"integrity": "sha512-kXuQdQTB6oN3KhI6V4acnBSZx8D2I4xzZvn9+wFLLFCoBNQY/sFnCW6c43OL7pOQ2HvGV4lnWIXNmgfp7cTWhQ==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/qified/-/qified-0.6.0.tgz",
"integrity": "sha512-tsSGN1x3h569ZSU1u6diwhltLyfUWDp3YbFHedapTmpBl0B3P6U3+Qptg7xu+v+1io1EwhdPyyRHYbEw0KN2FA==",
"license": "MIT",
"dependencies": {
"hookified": "^1.13.0"
"hookified": "^1.14.0"
},
"engines": {
"node": ">=20"