Skip to content

Commit 4aa5247

Browse files
alexdaiman1ru4l
andauthored
feat: update ioredis to support connecting to Redis in IPv6 networks (#7333)
Co-authored-by: Laurin Quast <[email protected]>
1 parent ef135ee commit 4aa5247

File tree

10 files changed

+163
-153
lines changed

10 files changed

+163
-153
lines changed

.changeset/sixty-flowers-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'hive': minor
3+
---
4+
5+
Update Redis client to support connecting to IPv6 networks.

integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dotenv": "16.4.7",
3535
"graphql": "16.9.0",
3636
"human-id": "4.1.1",
37-
"ioredis": "5.4.2",
37+
"ioredis": "5.8.2",
3838
"slonik": "30.4.4",
3939
"strip-ansi": "7.1.2",
4040
"tslib": "2.8.1",

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"graphql-parse-resolve-info": "4.13.0",
5959
"graphql-scalars": "1.24.2",
6060
"graphql-yoga": "5.13.3",
61-
"ioredis": "5.4.2",
61+
"ioredis": "5.8.2",
6262
"ioredis-mock": "8.9.0",
6363
"lodash": "4.17.21",
6464
"lru-cache": "7.18.3",

packages/services/emails/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bullmq": "5.34.8",
2020
"copyfiles": "2.4.1",
2121
"dotenv": "16.4.7",
22-
"ioredis": "5.4.2",
22+
"ioredis": "5.8.2",
2323
"mjml": "4.14.0",
2424
"nodemailer": "7.0.10",
2525
"p-timeout": "6.1.4",

packages/services/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fastq": "1.19.1",
2626
"got": "14.4.7",
2727
"graphql": "16.9.0",
28-
"ioredis": "5.4.2",
28+
"ioredis": "5.8.2",
2929
"ioredis-mock": "8.9.0",
3030
"p-timeout": "6.1.4",
3131
"pino-pretty": "11.3.0",

packages/services/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"graphql": "16.9.0",
4444
"graphql-yoga": "5.13.3",
4545
"hyperid": "3.3.0",
46-
"ioredis": "5.4.2",
46+
"ioredis": "5.8.2",
4747
"pino-pretty": "11.3.0",
4848
"prom-client": "15.1.3",
4949
"reflect-metadata": "0.2.2",

packages/services/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/ms": "0.7.34",
1717
"dotenv": "16.4.7",
1818
"fastify": "4.29.1",
19-
"ioredis": "5.4.2",
19+
"ioredis": "5.8.2",
2020
"lru-cache": "11.0.2",
2121
"ms": "2.1.3",
2222
"p-timeout": "6.1.4",

packages/services/usage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dotenv": "16.4.7",
2323
"got": "14.4.7",
2424
"graphql": "16.9.0",
25-
"ioredis": "5.4.2",
25+
"ioredis": "5.8.2",
2626
"kafkajs": "2.2.4",
2727
"lru-cache": "11.0.2",
2828
"p-limit": "6.2.0",

packages/services/webhooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"copyfiles": "2.4.1",
1818
"dotenv": "16.4.7",
1919
"got": "14.4.7",
20-
"ioredis": "5.4.2",
20+
"ioredis": "5.8.2",
2121
"p-timeout": "6.1.4",
2222
"pino-pretty": "11.3.0",
2323
"tslib": "2.8.1",

0 commit comments

Comments
 (0)