From 1d95e23852ed67475845eb23f0d017dfe679aecd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 17:11:01 +0000 Subject: [PATCH] Update dependency flat-cache to v6.1.4 --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7414ad0d..2b53f2d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "ISC", "dependencies": { - "flat-cache": "6.1.3", + "flat-cache": "6.1.4", "node-notifier": "10.0.1", "numeral": "2.0.6", "winston": "3.17.0" @@ -2942,12 +2942,12 @@ "license": "MIT" }, "node_modules/cacheable": { - "version": "1.8.5", - "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.5.tgz", - "integrity": "sha512-sRdiC3/Va8SAqZcnvcfxQAP3p3uipWl9MZpnNmAzHteyMVDRb5QllQO/JRcHGeDzYzPTfOBPH/27hoTpcREF1A==", + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/cacheable/-/cacheable-1.8.6.tgz", + "integrity": "sha512-RNBnqNhWBtgYNe4mF4395e6260Q9loh6zT2CDFia9LSJor5+vOsvkxhd7GAtg3U4m8i38adn1Q3jiCU1N33/gg==", "license": "MIT", "dependencies": { - "hookified": "^1.5.0", + "hookified": "^1.5.1", "keyv": "^5.2.1" } }, @@ -4610,12 +4610,12 @@ } }, "node_modules/flat-cache": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.3.tgz", - "integrity": "sha512-GWiWmC+qCbt/9EO80JgLj21gD61dw6iE4lw1t4NU1/DAWjmX+Hnv9C1pLtU32P6wnbdqXmUhkEVvx6y08IOACQ==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-6.1.4.tgz", + "integrity": "sha512-Km+tVF9BLnxaYqX2R9OKLkwSPvGjDXXlciDC8oBr/nSM4xMCNO8X9s0w5i6lNoE8E/6BEzSJBUF5Bar+TXmKJQ==", "license": "MIT", "dependencies": { - "cacheable": "^1.8.5", + "cacheable": "^1.8.6", "flatted": "^3.3.2", "hookified": "^1.5.1" } diff --git a/package.json b/package.json index 46d53109..be226f5f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "npm": ">=10" }, "dependencies": { - "flat-cache": "6.1.3", + "flat-cache": "6.1.4", "node-notifier": "10.0.1", "numeral": "2.0.6", "winston": "3.17.0"