From 908996bea48f0feaca8cac44efb3a312b1c14f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:18:05 +0000 Subject: [PATCH] Bump flat-cache from 3.1.0 to 3.1.1 Bumps [flat-cache](https://github.com/jaredwray/flat-cache) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/jaredwray/flat-cache/releases) - [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md) - [Commits](https://github.com/jaredwray/flat-cache/commits/v3.1.1) --- updated-dependencies: - dependency-name: flat-cache dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea95e8914..202752cc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6524,12 +6524,12 @@ } }, "node_modules/flat-cache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", + "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", "dev": true, "dependencies": { - "flatted": "^3.2.7", + "flatted": "^3.2.9", "keyv": "^4.5.3", "rimraf": "^3.0.2" },