diff --git a/package-lock.json b/package-lock.json index 3bcb229..db0e3b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -299,17 +299,17 @@ } }, "node_modules/@cacheable/node-cache": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@cacheable/node-cache/-/node-cache-3.0.0.tgz", - "integrity": "sha512-P4U+a9mz+h4NaSfzi6r/jxSSEel+7dlSR3x0FAxfUMLzGYpC7fLGgpAAuRqdXkiDkghr6CE6Umwh/XZpTTWuCg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@cacheable/node-cache/-/node-cache-3.1.1.tgz", + "integrity": "sha512-AFW2fw+Z0oupVmhQ0GKZc6v8UasaWrQ7ptOZv7e7avPCos62F2myeucdBbO8riBiCXx4TYfb+sv3hwXbaOwAqA==", "license": "MIT", "dependencies": { - "@cacheable/utils": "^2.4.1", + "@cacheable/utils": "^2.5.0", "hookified": "^2.1.0", "keyv": "^5.6.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/@cacheable/node-cache/node_modules/keyv": { @@ -322,9 +322,9 @@ } }, "node_modules/@cacheable/utils": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.4.1.tgz", - "integrity": "sha512-eiFgzCbIneyMlLOmNG4g9xzF7Hv3Mga4LjxjcSC/ues6VYq2+gUbQI8JqNuw/ZM8tJIeIaBGpswAsqV2V7ApgA==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.5.0.tgz", + "integrity": "sha512-buipgOVDkkPXNR5+xBpDw7Zk2n1EvU7qBJCNUcL7rhQ//kfpOXPAvQ511Os0vpLYJ1pZnvudNytkQt2hst3wqA==", "license": "MIT", "dependencies": { "hashery": "^1.5.1",