chore(deps): update dependency cacheable to v2.1.1 (#438)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-10-18 01:56:36 +00:00 committed by GitHub
parent 5d6a8145c3
commit 6fffb57a8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
package-lock.json generated
View file

@ -3311,15 +3311,15 @@
"optional": true
},
"node_modules/cacheable": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.1.0.tgz",
"integrity": "sha512-zzL1BxdnqwD69JRT0dihnawAcLkBMwAH+hZSKjUzeBbPedVhk3qYPjRw9VOMYWwt5xRih5xd8S+3kEdGohZm/g==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.1.1.tgz",
"integrity": "sha512-LmF4AXiSNdiRbI2UjH8pAp9NIXxeQsTotpEaegPiDcnN0YPygDJDV3l/Urc0mL72JWdATEorKqIHEx55nDlONg==",
"license": "MIT",
"dependencies": {
"@cacheable/memoize": "^2.0.3",
"@cacheable/memory": "^2.0.3",
"@cacheable/utils": "^2.1.0",
"hookified": "^1.12.1",
"hookified": "^1.12.2",
"keyv": "^5.5.3",
"qified": "^0.5.0"
}
@ -5736,9 +5736,9 @@
}
},
"node_modules/hookified": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.12.1.tgz",
"integrity": "sha512-xnKGl+iMIlhrZmGHB729MqlmPoWBznctSQTYCpFKqNsCgimJQmithcW0xSQMMFzYnV2iKUh25alswn6epgxS0Q==",
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/hookified/-/hookified-1.12.2.tgz",
"integrity": "sha512-aokUX1VdTpI0DUsndvW+OiwmBpKCu/NgRsSSkuSY0zq8PY6Q6a+lmOfAFDXAAOtBqJELvcWY9L1EVtzjbQcMdg==",
"license": "MIT"
},
"node_modules/html-escaper": {