From 340e1fa7cd2ac916c10f10dff4ce61995b955977 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 19:43:40 +0000 Subject: [PATCH] fix(deps): update dependency cacheable to v2.0.1 --- package-lock.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 110cda8..926ae7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { -- 2.45.2