From ff45995ef631fbd1f3701edb95f6e346988e6291 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:23:03 +0000 Subject: [PATCH] Bump @cacheable/node-cache from 3.0.0 to 3.1.1 Bumps [@cacheable/node-cache](https://github.com/jaredwray/cacheable/tree/HEAD/packages/node-cache) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/jaredwray/cacheable/releases) - [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/node-cache) --- updated-dependencies: - dependency-name: "@cacheable/node-cache" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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",