Bump @keyv/redis from 2.6.1 to 2.7.0

Bumps [@keyv/redis](https://github.com/jaredwray/keyv) from 2.6.1 to 2.7.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-07-15 15:27:04 +00:00 committed by GitHub
parent 9746790d03
commit f4d76f16b3
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"