chore(deps): update dependency cacheable to v2.1.0 (#413)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-06 18:44:13 +00:00 committed by GitHub
parent 5170dde1d6
commit c19d46f406
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
package-lock.json generated
View file

@ -574,10 +574,13 @@
}
},
"node_modules/@cacheable/utils": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.3.tgz",
"integrity": "sha512-m7Rce68cMHlAUjvWBy9Ru1Nmw5gU0SjGGtQDdhpe6E0xnbcvrIY0Epy//JU1VYYBUTzrG9jvgmTauULGKzOkWA==",
"license": "MIT"
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.1.0.tgz",
"integrity": "sha512-ZdxfOiaarMqMj+H7qwlt5EBKWaeGihSYVHdQv5lUsbn8MJJOTW82OIwirQ39U5tMZkNvy3bQE+ryzC+xTAb9/g==",
"license": "MIT",
"dependencies": {
"keyv": "^5.5.3"
}
},
"node_modules/@colors/colors": {
"version": "1.6.0",
@ -3308,16 +3311,17 @@
"optional": true
},
"node_modules/cacheable": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.3.tgz",
"integrity": "sha512-nZF80J3d8RMrroMSYm1E9pBllVDXWPuECZgEZxH+vusCY4MAXAJVrY0jutcHSgh3xYX3G2EUNnmtWGZVVjWCXw==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.1.0.tgz",
"integrity": "sha512-zzL1BxdnqwD69JRT0dihnawAcLkBMwAH+hZSKjUzeBbPedVhk3qYPjRw9VOMYWwt5xRih5xd8S+3kEdGohZm/g==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.3",
"@cacheable/memory": "^2.0.3",
"@cacheable/utils": "^2.0.3",
"@cacheable/utils": "^2.1.0",
"hookified": "^1.12.1",
"keyv": "^5.5.3"
"keyv": "^5.5.3",
"qified": "^0.5.0"
}
},
"node_modules/call-bind": {
@ -8788,6 +8792,18 @@
],
"license": "MIT"
},
"node_modules/qified": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/qified/-/qified-0.5.0.tgz",
"integrity": "sha512-Zj6Q/Vc/SQ+Fzc87N90jJUzBzxD7MVQ2ZvGyMmYtnl2u1a07CejAhvtk4ZwASos+SiHKCAIylyGHJKIek75QBw==",
"license": "MIT",
"dependencies": {
"hookified": "^1.12.1"
},
"engines": {
"node": ">=20"
}
},
"node_modules/qs": {
"version": "6.14.0",
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",