Bump @keyv/redis from 2.5.5 to 2.5.8 (#160)

Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.5.5 to 2.5.8.
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)
This commit is contained in:
dependabot[bot] 2023-05-16 11:58:26 +02:00 committed by GitHub
parent 4659d3a658
commit 575fd1a1ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@
"dependencies": {
"@keyv/mongo": "^2.1.8",
"@keyv/postgres": "^1.4.4",
"@keyv/redis": "^2.5.4",
"@keyv/redis": "^2.5.8",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.36.0",
"dotenv": "^16.0.3",

View File

@ -801,12 +801,12 @@
dependencies:
pg "8.10.0"
"@keyv/redis@^2.5.4":
version "2.5.5"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.5.5.tgz#ef1c0008f5958c2ed63781830e5be4a7b666c0e6"
integrity sha512-J7dNB6iU18AbkxiN2moPcWUShgOVZtf4ySpsZIXPnuwqrvkF4X0q7nH/+mYJEjJpZwUWg6HjVxXkJYE9C2jMDw==
"@keyv/redis@^2.5.8":
version "2.5.8"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.5.8.tgz#6ba503b215f8ea66d194aa99457161e18ec046ec"
integrity sha512-WweuUZqZN2ETcseV6r1AEum1qG6eR5poNhkZ4CIpWBOjMasT2ArTKWyIPxxYllKUS2A8wKv1l8+AqH6Jpzk7Ug==
dependencies:
ioredis "^5.3.0"
ioredis "^5.3.2"
"@keyv/sqlite@^3.6.5":
version "3.6.5"
@ -2292,10 +2292,10 @@ inquirer@^9.1.4:
through "^2.3.6"
wrap-ansi "^8.0.1"
ioredis@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.0.tgz#b5469f0fd374648ef074840c00c1d8eed42fca3f"
integrity sha512-Id9jKHhsILuIZpHc61QkagfVdUj2Rag5GzG1TGEvRNeM7dtTOjICgjC+tvqYxi//PuX2wjQ+Xjva2ONBuf92Pw==
ioredis@^5.3.2:
version "5.3.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.3.2.tgz#9139f596f62fc9c72d873353ac5395bcf05709f7"
integrity sha512-1DKMMzlIHM02eBBVOFQ1+AolGjs6+xEcM4PDL7NqOS6szq7H9jSaEkIUH6/a5Hl241LzW6JLSiAbNvTQjUupUA==
dependencies:
"@ioredis/commands" "^1.1.1"
cluster-key-slot "^1.1.0"