fix(deps): update dependency cacheable to v2.0.1

This commit is contained in:
renovate[bot] 2025-09-16 19:43:40 +00:00 committed by GitHub
parent 60f44c9603
commit 340e1fa7cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

42
package-lock.json generated
View file

@ -549,31 +549,31 @@
"license": "MIT"
},
"node_modules/@cacheable/memoize": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.0.tgz",
"integrity": "sha512-Q6PjhmFuLOKLFSLrs/2NaGvryuiTsUJON+rJlUxkzXQowja7hmqD9Y8iFU9UgocMoUbW31bMcpyGZWj5A8Q+1Q==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.1.tgz",
"integrity": "sha512-WBLH37SynkCa39S6IrTSMQF3Wdv4/51WxuU5TuCNEqZcLgLGHme8NUxRTcDIO8ZZFXlslWbh9BD3DllixgPg6Q==",
"license": "MIT",
"dependencies": {
"@cacheable/utils": "^2.0.0"
"@cacheable/utils": "^2.0.1"
}
},
"node_modules/@cacheable/memory": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.0.tgz",
"integrity": "sha512-zVRFSZvkRYmDPxn7H83c7GqzJeXCb8fEuz0q/McG9VtiF/somlQwyRFstBSyKFJyq/IvUGfir1uSKg/WkWiTTA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.1.tgz",
"integrity": "sha512-Ufc7iQnRKFC8gjZVGOTOsMwM/vZtmsw3LafvctVXPm835ElgK3DpMe1U5i9sd6OieSkyJhXbAT2Q2FosXBBbAQ==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.0",
"@cacheable/utils": "^2.0.0",
"@cacheable/memoize": "^2.0.1",
"@cacheable/utils": "^2.0.1",
"@keyv/bigmap": "^1.0.0",
"hookified": "^1.12.0",
"keyv": "^5.5.0"
"keyv": "^5.5.1"
}
},
"node_modules/@cacheable/utils": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.0.tgz",
"integrity": "sha512-Y+ZxdxSo2ErcROjNCdButjobQDuu4mpx875uhItK6ZqW3XmDikG+YIjh30ELfOZnVFjxfpvgjz57HbYJ0m1ApQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.1.tgz",
"integrity": "sha512-sxHjO6wKn4/0wHCFYbh6tljj+ciP9BKgyBi09NLsor3sN+nu/Rt3FwLw6bYp7bp8usHpmcwUozrB/u4RuSw/eg==",
"license": "MIT"
},
"node_modules/@colors/colors": {
@ -3283,16 +3283,16 @@
"optional": true
},
"node_modules/cacheable": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.0.tgz",
"integrity": "sha512-b8AHJNiDmWu7Eg83rRDhu6mbG2qRG+84tAFq1wS+vgHEp6x9qYeyPz5lszfefftbmXpvjzCqcvZiK4fOO1iNMQ==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.1.tgz",
"integrity": "sha512-MSKxcybpxB5kcWKpj+1tPBm2os4qKKGxDovsZmLhZmWIDYp8EgtC45C5zk1fLe1IC9PpI4ZE4eyryQH0N10PKA==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.0",
"@cacheable/memory": "^2.0.0",
"@cacheable/utils": "^2.0.0",
"hookified": "^1.11.0",
"keyv": "^5.5.0"
"@cacheable/memoize": "^2.0.1",
"@cacheable/memory": "^2.0.1",
"@cacheable/utils": "^2.0.1",
"hookified": "^1.12.0",
"keyv": "^5.5.1"
}
},
"node_modules/call-bind": {