From 77bca6f043cc04516ebdd820c89cad85245980d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:23:34 +0000 Subject: [PATCH] Bump keyv from 4.5.2 to 4.5.4 Bumps [keyv](https://github.com/jaredwray/keyv) from 4.5.2 to 4.5.4. - [Release notes](https://github.com/jaredwray/keyv/releases) - [Commits](https://github.com/jaredwray/keyv/commits) --- updated-dependencies: - dependency-name: keyv 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 64bc831..bd4381c 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@waylaidwanderer/chatgpt-api": "^1.37.2", "dotenv": "^16.3.1", "hash.js": "^1.1.7", - "keyv": "^4.5.2", + "keyv": "^4.5.4", "keyv-file": "^0.2.0", "markdown-it": "^13.0.1", "matrix-bot-sdk": "^0.6.5", diff --git a/yarn.lock b/yarn.lock index 3d06059..70b8599 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2464,10 +2464,10 @@ keyv-file@^0.2.0: fs-extra "^4.0.1" tslib "^1.9.3" -keyv@^4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.2.tgz#0e310ce73bf7851ec702f2eaf46ec4e3805cce56" - integrity sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g== +keyv@^4.5.2, keyv@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== dependencies: json-buffer "3.0.1"