Skip to content

Commit cffdbc2

Browse files
authoredJul 23, 2022
chore(deps): update dependency ioredis to v5.2.2 (#1450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0398aca commit cffdbc2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎examples/redis-pub-sub/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@graphql-yoga/node": "2.13.4",
2323
"@graphql-yoga/redis-event-target": "0.1.2",
2424
"graphql": "16.5.0",
25-
"ioredis": "5.2.1"
25+
"ioredis": "5.2.2"
2626
},
2727
"module": "commonjs"
2828
}

‎packages/event-target/redis-event-target/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/ioredis-mock": "5.6.0",
2929
"event-target-polyfill": "0.0.3",
30-
"ioredis": "5.2.1",
30+
"ioredis": "5.2.2",
3131
"ioredis-mock": "8.2.2"
3232
},
3333
"type": "module",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -12642,10 +12642,10 @@ ioredis-mock@8.2.2:
1264212642
fengari "^0.1.4"
1264312643
fengari-interop "^0.1.3"
1264412644

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

0 commit comments

Comments
 (0)
Please sign in to comment.