From d25ae14dee28beeec6df4805c5371c1b5b4c8dcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:42:07 +0000 Subject: [PATCH] fix(deps): update dependency cacheable to v2 --- package-lock.json | 51 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 48 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ead689..46e96b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@types/jsdom": "^21.1.7", "async-mutex": "^0.5.0", "bytes": "^3.1.2", - "cacheable": "^1.10.4", + "cacheable": "^2.0.0", "cheerio": "^1.0.0", "express": "^5.1.0", "fetch-socks": "^1.3.2", @@ -568,6 +568,34 @@ "dev": true, "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==", + "license": "MIT", + "dependencies": { + "@cacheable/utils": "^2.0.0" + } + }, + "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==", + "license": "MIT", + "dependencies": { + "@cacheable/memoize": "^2.0.0", + "@cacheable/utils": "^2.0.0", + "@keyv/bigmap": "^1.0.0", + "hookified": "^1.12.0", + "keyv": "^5.5.0" + } + }, + "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==", + "license": "MIT" + }, "node_modules/@colors/colors": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", @@ -1413,6 +1441,18 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@keyv/bigmap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@keyv/bigmap/-/bigmap-1.0.0.tgz", + "integrity": "sha512-N2UsRSXlWwbvYKdFVS7sKqj6oXGegELh+zr9VripWDc8grsq8KBNp8JHI+9AQuUEFiM1S7+tm6lLp/lmbBCqCw==", + "license": "MIT", + "dependencies": { + "hookified": "^1.10.0" + }, + "engines": { + "node": ">= 20" + } + }, "node_modules/@keyv/serialize": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@keyv/serialize/-/serialize-1.1.0.tgz", @@ -3314,11 +3354,14 @@ "optional": true }, "node_modules/cacheable": { - "version": "1.10.4", - "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.10.4.tgz", - "integrity": "sha512-Gd7ccIUkZ9TE2odLQVS+PDjIvQCdJKUlLdJRVvZu0aipj07Qfx+XIej7hhDrKGGoIxV5m5fT/kOJNJPQhQneRg==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.0.tgz", + "integrity": "sha512-b8AHJNiDmWu7Eg83rRDhu6mbG2qRG+84tAFq1wS+vgHEp6x9qYeyPz5lszfefftbmXpvjzCqcvZiK4fOO1iNMQ==", "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" } diff --git a/package.json b/package.json index fb96b28..3a27cc2 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jsdom": "^21.1.7", "async-mutex": "^0.5.0", "bytes": "^3.1.2", - "cacheable": "^1.10.4", + "cacheable": "^2.0.0", "cheerio": "^1.0.0", "express": "^5.1.0", "fetch-socks": "^1.3.2",