fix(deps): update dependency cacheable to v2.0.2 (#377)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d5a511cb4
commit
2e3b6602af
1 changed files with 22 additions and 22 deletions
44
package-lock.json
generated
44
package-lock.json
generated
|
|
@ -551,31 +551,31 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@cacheable/memoize": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.1.tgz",
|
||||
"integrity": "sha512-WBLH37SynkCa39S6IrTSMQF3Wdv4/51WxuU5TuCNEqZcLgLGHme8NUxRTcDIO8ZZFXlslWbh9BD3DllixgPg6Q==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.2.tgz",
|
||||
"integrity": "sha512-wPrr7FUiq3Qt4yQyda2/NcOLTJCFcQSU3Am2adP+WLy+sz93/fKTokVTHmtz+rjp4PD7ee0AEOeRVNN6IvIfsg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cacheable/utils": "^2.0.1"
|
||||
"@cacheable/utils": "^2.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@cacheable/memory": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.1.tgz",
|
||||
"integrity": "sha512-Ufc7iQnRKFC8gjZVGOTOsMwM/vZtmsw3LafvctVXPm835ElgK3DpMe1U5i9sd6OieSkyJhXbAT2Q2FosXBBbAQ==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.2.tgz",
|
||||
"integrity": "sha512-sJTITLfeCI1rg7P3ssaGmQryq235EGT8dXGcx6oZwX5NRnKq9IE6lddlllcOl+oXW+yaeTRddCjo0xrfU6ZySA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cacheable/memoize": "^2.0.1",
|
||||
"@cacheable/utils": "^2.0.1",
|
||||
"@keyv/bigmap": "^1.0.0",
|
||||
"hookified": "^1.12.0",
|
||||
"keyv": "^5.5.1"
|
||||
"@cacheable/utils": "^2.0.2",
|
||||
"@keyv/bigmap": "^1.0.2",
|
||||
"hookified": "^1.12.1",
|
||||
"keyv": "^5.5.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@cacheable/utils": {
|
||||
"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==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.2.tgz",
|
||||
"integrity": "sha512-JTFM3raFhVv8LH95T7YnZbf2YoE9wEtkPPStuRF9a6ExZ103hFvs+QyCuYJ6r0hA9wRtbzgZtwUCoDWxssZd4Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@colors/colors": {
|
||||
|
|
@ -3292,16 +3292,16 @@
|
|||
"optional": true
|
||||
},
|
||||
"node_modules/cacheable": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.1.tgz",
|
||||
"integrity": "sha512-MSKxcybpxB5kcWKpj+1tPBm2os4qKKGxDovsZmLhZmWIDYp8EgtC45C5zk1fLe1IC9PpI4ZE4eyryQH0N10PKA==",
|
||||
"version": "2.0.2",
|
||||
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.2.tgz",
|
||||
"integrity": "sha512-dWjhLx8RWnPsAWVKwW/wI6OJpQ/hSVb1qS0NUif8TR9vRiSwci7Gey8x04kRU9iAF+Rnbtex5Kjjfg/aB5w8Pg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@cacheable/memoize": "^2.0.1",
|
||||
"@cacheable/memory": "^2.0.1",
|
||||
"@cacheable/utils": "^2.0.1",
|
||||
"hookified": "^1.12.0",
|
||||
"keyv": "^5.5.1"
|
||||
"@cacheable/memoize": "^2.0.2",
|
||||
"@cacheable/memory": "^2.0.2",
|
||||
"@cacheable/utils": "^2.0.2",
|
||||
"hookified": "^1.12.1",
|
||||
"keyv": "^5.5.2"
|
||||
}
|
||||
},
|
||||
"node_modules/call-bind": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue