Bump @keyv/redis from 2.8.0 to 2.8.3

Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.8.0 to 2.8.3.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

---
updated-dependencies:
- dependency-name: "@keyv/redis"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-09 16:17:21 +00:00 committed by GitHub
parent 877847f35d
commit 46a870b664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@keyv/postgres": "^1.4.9",
"@keyv/redis": "^2.8.0",
"@keyv/redis": "^2.8.3",
"@keyv/sqlite": "^3.6.6",
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.3.1",

View File

@ -63,10 +63,10 @@
dependencies:
pg "8.11.3"
"@keyv/redis@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.8.0.tgz#e0b8348a5b1bc0765ab2d085cfe6651670987c40"
integrity sha512-6k7wG/KKSIGpruKlsEB4sFjECJEyQsuJbWoWdoq9Uv2L6Mm/SEqEidekRZI/QljE1A4WQkFsIE8hHl1Oc3UNGg==
"@keyv/redis@^2.8.3":
version "2.8.3"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.8.3.tgz#c8f39a3bc37af1ee2cd6301f06f2ad52573e02af"
integrity sha512-su/JZZUlhI9HaSNslQpi/5uYHh69NpxevXFeSStDoPe2Qo52w0LLHe+sywZim52NPVKjHNyvfeIyif8Prvi3Ug==
dependencies:
ioredis "^5.3.2"