From b83c7ff9ee6a9d679ea2dd2e1d921ff3b602d9fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:02:46 +0000 Subject: [PATCH] Bump keyv-file from 0.3.0 to 0.3.1 Bumps [keyv-file](https://github.com/zaaack/keyv-file) from 0.3.0 to 0.3.1. - [Commits](https://github.com/zaaack/keyv-file/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: keyv-file dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03e56f4..a27e0d2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dotenv": "^16.4.5", "hash.js": "^1.1.7", "keyv": "^4.5.4", - "keyv-file": "^0.3.0", + "keyv-file": "^0.3.1", "markdown-it": "^14.0.0", "matrix-bot-sdk": "0.7.1", "typescript": "^5.3.3", diff --git a/yarn.lock b/yarn.lock index 79f3219..22ab843 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1677,10 +1677,10 @@ keyv-file@^0.2.0: fs-extra "^4.0.1" tslib "^1.9.3" -keyv-file@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/keyv-file/-/keyv-file-0.3.0.tgz#648d0826a1918650dc2c61ea4cf77d474df62bd7" - integrity sha512-Ey37SITDV7cvpkzPJdmbNvi+WihHRp7Lr48NJRowyF/9iQx5SrJsW2AgRV84262uZ7ZNjlOjgrB2VfwWNsZigA== +keyv-file@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/keyv-file/-/keyv-file-0.3.1.tgz#fd85810e0551b70ad8e954b9f2fa23622d1cad09" + integrity sha512-nrIyNaGlw8nf11mu8p7ttr+Qj6V3N0/BO62Y/oDsi02aWKWYaQjGVPLo0XPfRIwgaByQabuA/IH1se7i150LnQ== dependencies: debug "^4.1.1" fs-extra "^4.0.1"