Merge pull request #200 from matrixgpt/dependabot/npm_and_yarn/keyv/redis-2.7.0

Bump @keyv/redis from 2.6.1 to 2.7.0
This commit is contained in:
bertybuttface 2023-07-15 16:51:05 +01:00 committed by GitHub
commit acad46201c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@
"dependencies": {
"@keyv/mongo": "^2.2.8",
"@keyv/postgres": "^1.4.7",
"@keyv/redis": "^2.6.1",
"@keyv/redis": "^2.7.0",
"@keyv/sqlite": "^3.6.5",
"@waylaidwanderer/chatgpt-api": "^1.37.1",
"dotenv": "^16.3.1",

View File

@ -801,10 +801,10 @@
dependencies:
pg "8.11.0"
"@keyv/redis@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.6.1.tgz#afbf763e6d936db402c7abc79f42172d70f1a1b4"
integrity sha512-s0L2DRZoa3eahIf/I/mhG6bpb90JFKVnpd1iVlhBOr6PxsqvCyPU99BhZKRAkMThnoJZRewI7sO9G/bYjQ+B6Q==
"@keyv/redis@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@keyv/redis/-/redis-2.7.0.tgz#d02eae9f54c1ea857576e9da7553c8a55c276a7e"
integrity sha512-GYqCT+iEP93+gVVPzhW4kmkr/9KTmwb88wkglX6aUMSP50JIhUhNF/yXH0aQTZRPsWfPKO10NJjUZzEh7YW6yw==
dependencies:
ioredis "^5.3.2"