Skip to content

Commit

Permalink
fix(deps): update dependency ioredis to v5.5.0 (#3740)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 9eaf238 commit c7dec89
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion examples/redis-pub-sub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@graphql-yoga/redis-event-target": "workspace:*",
"graphql": "16.10.0",
"graphql-yoga": "workspace:*",
"ioredis": "5.4.2"
"ioredis": "5.5.0"
},
"devDependencies": {
"@types/node": "22.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/event-target/redis-event-target/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/ioredis-mock": "8.2.5",
"ioredis": "5.4.2",
"ioredis": "5.5.0",
"ioredis-mock": "8.9.0"
},
"publishConfig": {
Expand Down
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c7dec89

Please sign in to comment.