Skip to content

Commit 5aed0e2

Browse files
fix(deps): update dependency ioredis to v5.10.0
1 parent 7754e0d commit 5aed0e2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"axios": "1.13.6",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.8.2",
12-
"ioredis": "5.9.3",
12+
"ioredis": "5.10.0",
1313
"mock-socket": "9.3.1",
1414
"pino": "10.3.1",
1515
"pino-pretty": "13.1.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@
162162
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.3.tgz#c2b9d2e374ee62c586d3adbea87199b1d7a7a6ba"
163163
integrity sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==
164164

165-
"@ioredis/commands@1.5.0":
166-
version "1.5.0"
167-
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.5.0.tgz#3dddcea446a4b1dc177d0743a1e07ff50691652a"
168-
integrity sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==
165+
"@ioredis/commands@1.5.1":
166+
version "1.5.1"
167+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.5.1.tgz#a0a3449993b10c7aeb91ecb0d5f1a23692297e51"
168+
integrity sha512-JH8ZL/ywcJyR9MmJ5BNqZllXNZQqQbnVZOqpPQqE1vHiFgAw4NHbvE0FOduNU8IX9babitBT46571OnPTT0Zcw==
169169

170170
"@isaacs/cliui@^8.0.2":
171171
version "8.0.2"
@@ -1708,12 +1708,12 @@ inherits@2:
17081708
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
17091709
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
17101710

1711-
ioredis@5.9.3:
1712-
version "5.9.3"
1713-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.9.3.tgz#e897af9f87ee4b7bc61d8bd6373f466aca43d4e0"
1714-
integrity sha512-VI5tMCdeoxZWU5vjHWsiE/Su76JGhBvWF1MJnV9ZtGltHk9BmD48oDq8Tj8haZ85aceXZMxLNDQZRVo5QKNgXA==
1711+
ioredis@5.10.0:
1712+
version "5.10.0"
1713+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.10.0.tgz#a745ffec754e79435a60cad166076bd33c811aca"
1714+
integrity sha512-HVBe9OFuqs+Z6n64q09PQvP1/R4Bm+30PAyyD4wIEqssh3v9L21QjCVk4kRLucMBcDokJTcLjsGeVRlq/nH6DA==
17151715
dependencies:
1716-
"@ioredis/commands" "1.5.0"
1716+
"@ioredis/commands" "1.5.1"
17171717
cluster-key-slot "^1.1.0"
17181718
debug "^4.3.4"
17191719
denque "^2.1.0"

0 commit comments

Comments
 (0)