From d38f555a7c24b7b6b70eccc25231d88e1134d90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 10:37:19 +0000 Subject: [PATCH] chore(deps): Bump flat-cache from 3.1.1 to 3.2.0 Bumps [flat-cache](https://github.com/jaredwray/flat-cache) from 3.1.1 to 3.2.0. - [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/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: flat-cache dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2b55a07..737e31b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3945,9 +3945,9 @@ find-versions@^5.1.0: semver-regex "^4.0.5" flat-cache@^3.0.4: - version "3.1.1" - resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.1.tgz#a02a15fdec25a8f844ff7cc658f03dd99eb4609b" - integrity sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q== + version "3.2.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.2.0.tgz#2c0c2d5040c99b1632771a9d105725c0115363ee" + integrity sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw== dependencies: flatted "^3.2.9" keyv "^4.5.3"