From 2e3b6602af0d671fc1124a3b5cc2f4e41b47f176 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:31:07 +0000 Subject: [PATCH] fix(deps): update dependency cacheable to v2.0.2 (#377) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c23e06..ec8ebd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -551,31 +551,31 @@ "license": "MIT" }, "node_modules/@cacheable/memoize": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.1.tgz", - "integrity": "sha512-WBLH37SynkCa39S6IrTSMQF3Wdv4/51WxuU5TuCNEqZcLgLGHme8NUxRTcDIO8ZZFXlslWbh9BD3DllixgPg6Q==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cacheable/memoize/-/memoize-2.0.2.tgz", + "integrity": "sha512-wPrr7FUiq3Qt4yQyda2/NcOLTJCFcQSU3Am2adP+WLy+sz93/fKTokVTHmtz+rjp4PD7ee0AEOeRVNN6IvIfsg==", "license": "MIT", "dependencies": { - "@cacheable/utils": "^2.0.1" + "@cacheable/utils": "^2.0.2" } }, "node_modules/@cacheable/memory": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.1.tgz", - "integrity": "sha512-Ufc7iQnRKFC8gjZVGOTOsMwM/vZtmsw3LafvctVXPm835ElgK3DpMe1U5i9sd6OieSkyJhXbAT2Q2FosXBBbAQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cacheable/memory/-/memory-2.0.2.tgz", + "integrity": "sha512-sJTITLfeCI1rg7P3ssaGmQryq235EGT8dXGcx6oZwX5NRnKq9IE6lddlllcOl+oXW+yaeTRddCjo0xrfU6ZySA==", "license": "MIT", "dependencies": { "@cacheable/memoize": "^2.0.1", - "@cacheable/utils": "^2.0.1", - "@keyv/bigmap": "^1.0.0", - "hookified": "^1.12.0", - "keyv": "^5.5.1" + "@cacheable/utils": "^2.0.2", + "@keyv/bigmap": "^1.0.2", + "hookified": "^1.12.1", + "keyv": "^5.5.2" } }, "node_modules/@cacheable/utils": { - "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==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@cacheable/utils/-/utils-2.0.2.tgz", + "integrity": "sha512-JTFM3raFhVv8LH95T7YnZbf2YoE9wEtkPPStuRF9a6ExZ103hFvs+QyCuYJ6r0hA9wRtbzgZtwUCoDWxssZd4Q==", "license": "MIT" }, "node_modules/@colors/colors": { @@ -3292,16 +3292,16 @@ "optional": true }, "node_modules/cacheable": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.1.tgz", - "integrity": "sha512-MSKxcybpxB5kcWKpj+1tPBm2os4qKKGxDovsZmLhZmWIDYp8EgtC45C5zk1fLe1IC9PpI4ZE4eyryQH0N10PKA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-2.0.2.tgz", + "integrity": "sha512-dWjhLx8RWnPsAWVKwW/wI6OJpQ/hSVb1qS0NUif8TR9vRiSwci7Gey8x04kRU9iAF+Rnbtex5Kjjfg/aB5w8Pg==", "license": "MIT", "dependencies": { - "@cacheable/memoize": "^2.0.1", - "@cacheable/memory": "^2.0.1", - "@cacheable/utils": "^2.0.1", - "hookified": "^1.12.0", - "keyv": "^5.5.1" + "@cacheable/memoize": "^2.0.2", + "@cacheable/memory": "^2.0.2", + "@cacheable/utils": "^2.0.2", + "hookified": "^1.12.1", + "keyv": "^5.5.2" } }, "node_modules/call-bind": {