Skip to content

Commit

Permalink
chore(deps): update dependency ioredis to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 23, 2022
1 parent 0398aca commit 01f72aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -22,7 +22,7 @@
"@graphql-yoga/node": "2.13.4",
"@graphql-yoga/redis-event-target": "0.1.2",
"graphql": "16.5.0",
"ioredis": "5.2.1"
"ioredis": "5.2.2"
},
"module": "commonjs"
}
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 @@ -27,7 +27,7 @@
"devDependencies": {
"@types/ioredis-mock": "5.6.0",
"event-target-polyfill": "0.0.3",
"ioredis": "5.2.1",
"ioredis": "5.2.2",
"ioredis-mock": "8.2.2"
},
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12642,10 +12642,10 @@ ioredis-mock@8.2.2:
fengari "^0.1.4"
fengari-interop "^0.1.3"

ioredis@5.2.1:
version "5.2.1"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.1.tgz#0e145e1f70478b5838c0b1545959948a049fbbcf"
integrity sha512-+rgPUIawiT+L3am9FbUcwjI7R7KtLDUSJNYWF82NZmlUXCZELws7iJkVDuECQoNUHqZTf/EGn3uw9IA+PlBiyg==
ioredis@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.2.2.tgz#212467e04f6779b4e0e800cece7bb7d3d7b546d2"
integrity sha512-wryKc1ur8PcCmNwfcGkw5evouzpbDXxxkMkzPK8wl4xQfQf7lHe11Jotell5ikMVAtikXJEu/OJVaoV51BggRQ==
dependencies:
"@ioredis/commands" "^1.1.1"
cluster-key-slot "^1.1.0"
Expand Down

0 comments on commit 01f72aa

Please sign in to comment.