Skip to content

Commit 44dafbf

Browse files
Update dependency ioredis to v5.9.2
1 parent 89c1ad2 commit 44dafbf

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

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

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@
174174
resolved "https://registry.yarnpkg.com/@humanwhocodes/retry/-/retry-0.4.2.tgz#1860473de7dfa1546767448f333db80cb0ff2161"
175175
integrity sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==
176176

177-
"@ioredis/commands@1.4.0":
178-
version "1.4.0"
179-
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.4.0.tgz#9f657d51cdd5d2fdb8889592aa4a355546151f25"
180-
integrity sha512-aFT2yemJJo+TZCmieA7qnYGQooOS7QfNmYrzGtsYd3g9j5iDP8AimYYAesf79ohjbLG12XxC4nG5DyEnC88AsQ==
177+
"@ioredis/commands@1.5.0":
178+
version "1.5.0"
179+
resolved "https://registry.yarnpkg.com/@ioredis/commands/-/commands-1.5.0.tgz#3dddcea446a4b1dc177d0743a1e07ff50691652a"
180+
integrity sha512-eUgLqrMf8nJkZxT24JvVRrQya1vZkQh8BBeYNwGDqa5I0VUi8ACx7uFvAaLxintokpTenkK6DASvo/bvNbBGow==
181181

182182
"@isaacs/cliui@^8.0.2":
183183
version "8.0.2"
@@ -1843,12 +1843,12 @@ inherits@2:
18431843
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
18441844
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
18451845

1846-
ioredis@5.8.2:
1847-
version "5.8.2"
1848-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.8.2.tgz#c7a228a26cf36f17a5a8011148836877780e2e14"
1849-
integrity sha512-C6uC+kleiIMmjViJINWk80sOQw5lEzse1ZmvD+S/s8p8CWapftSaC+kocGTx6xrbrJ4WmYQGC08ffHLr6ToR6Q==
1846+
ioredis@5.9.2:
1847+
version "5.9.2"
1848+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.9.2.tgz#ffdce2a019950299716e88ee56cd5802b399b108"
1849+
integrity sha512-tAAg/72/VxOUW7RQSX1pIxJVucYKcjFjfvj60L57jrZpYCHC3XN0WCQ3sNYL4Gmvv+7GPvTAjc+KSdeNuE8oWQ==
18501850
dependencies:
1851-
"@ioredis/commands" "1.4.0"
1851+
"@ioredis/commands" "1.5.0"
18521852
cluster-key-slot "^1.1.0"
18531853
debug "^4.3.4"
18541854
denque "^2.1.0"

0 commit comments

Comments
 (0)