Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Bump @keyv/redis from 2.5.5 to 2.5.8
Browse files Browse the repository at this point in the history
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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 16, 2023
1 parent 4659d3a commit 8b03ab1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8b03ab1

Please sign in to comment.