chore(deps): update dependency cacheable to v2.0.3

This commit is contained in:
renovate[bot] 2025-10-01 21:36:06 +00:00 committed by GitHub
parent 7e4657c6ad
commit a4121645f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

40
package-lock.json generated
View file

@ -552,31 +552,31 @@
"license": "MIT"
},
"node_modules/@cacheable/memoize": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.2.tgz",
"integrity": "sha512-wPrr7FUiq3Qt4yQyda2/NcOLTJCFcQSU3Am2adP+WLy+sz93/fKTokVTHmtz+rjp4PD7ee0AEOeRVNN6IvIfsg==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.3.tgz",
"integrity": "sha512-hl9wfQgpiydhQEIv7fkjEzTGE+tcosCXLKFDO707wYJ/78FVOlowb36djex5GdbSyeHnG62pomYLMuV/OT8Pbw==",
"license": "MIT",
"dependencies": {
"@cacheable/utils": "^2.0.2"
"@cacheable/utils": "^2.0.3"
}
},
"node_modules/@cacheable/memory": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.2.tgz",
"integrity": "sha512-sJTITLfeCI1rg7P3ssaGmQryq235EGT8dXGcx6oZwX5NRnKq9IE6lddlllcOl+oXW+yaeTRddCjo0xrfU6ZySA==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.3.tgz",
"integrity": "sha512-R3UKy/CKOyb1LZG/VRCTMcpiMDyLH7SH3JrraRdK6kf3GweWCOU3sgvE13W3TiDRbxnDKylzKJvhUAvWl9LQOA==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.1",
"@cacheable/utils": "^2.0.2",
"@cacheable/memoize": "^2.0.3",
"@cacheable/utils": "^2.0.3",
"@keyv/bigmap": "^1.0.2",
"hookified": "^1.12.1",
"keyv": "^5.5.2"
"keyv": "^5.5.3"
}
},
"node_modules/@cacheable/utils": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.2.tgz",
"integrity": "sha512-JTFM3raFhVv8LH95T7YnZbf2YoE9wEtkPPStuRF9a6ExZ103hFvs+QyCuYJ6r0hA9wRtbzgZtwUCoDWxssZd4Q==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.3.tgz",
"integrity": "sha512-m7Rce68cMHlAUjvWBy9Ru1Nmw5gU0SjGGtQDdhpe6E0xnbcvrIY0Epy//JU1VYYBUTzrG9jvgmTauULGKzOkWA==",
"license": "MIT"
},
"node_modules/@colors/colors": {
@ -3305,16 +3305,16 @@
"optional": true
},
"node_modules/cacheable": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.2.tgz",
"integrity": "sha512-dWjhLx8RWnPsAWVKwW/wI6OJpQ/hSVb1qS0NUif8TR9vRiSwci7Gey8x04kRU9iAF+Rnbtex5Kjjfg/aB5w8Pg==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.3.tgz",
"integrity": "sha512-nZF80J3d8RMrroMSYm1E9pBllVDXWPuECZgEZxH+vusCY4MAXAJVrY0jutcHSgh3xYX3G2EUNnmtWGZVVjWCXw==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.2",
"@cacheable/memory": "^2.0.2",
"@cacheable/utils": "^2.0.2",
"@cacheable/memoize": "^2.0.3",
"@cacheable/memory": "^2.0.3",
"@cacheable/utils": "^2.0.3",
"hookified": "^1.12.1",
"keyv": "^5.5.2"
"keyv": "^5.5.3"
}
},
"node_modules/call-bind": {