Merge pull request #267 from matrixgpt/dependabot/npm_and_yarn/keyv/redis-2.8.4

Bump @keyv/redis from 2.8.3 to 2.8.4
This commit is contained in:
bertybuttface 2024-02-12 13:42:24 +00:00 committed by GitHub
commit 6bb8fe810e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@
},
"dependencies": {
"@keyv/postgres": "^1.4.10",
"@keyv/redis": "^2.8.3",
"@keyv/redis": "^2.8.4",
"@keyv/sqlite": "^3.6.7",
"@waylaidwanderer/chatgpt-api": "^1.37.3",
"dotenv": "^16.4.1",

View File

@ -63,10 +63,10 @@
dependencies:
pg "8.11.3"
"@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==
"@keyv/redis@^2.8.4":
version "2.8.4"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.8.4.tgz#0d1afb74ef4588c849658509fb69051648ac17d9"
integrity sha512-osO4C+i+Gi844wHjvXuHwhl+sDx3289Of309ZlLcj6SJReTLmPXzNiVR81N88wOu5aC+lVFdmx9FUQkkjdbPRQ==
dependencies:
ioredis "^5.3.2"