Skip to content

Commit 80eaa13

Browse files
fix(deps): update dependency ioredis to v5.9.3 (#690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2986db3 commit 80eaa13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.5",
1010
"eventsource": "4.1.0",
1111
"fastify": "5.7.4",
12-
"ioredis": "5.9.2",
12+
"ioredis": "5.9.3",
1313
"mock-socket": "9.3.1",
1414
"pino": "10.3.0",
1515
"pino-pretty": "13.1.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1752,10 +1752,10 @@ inherits@2:
17521752
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
17531753
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
17541754

1755-
ioredis@5.9.2:
1756-
version "5.9.2"
1757-
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.9.2.tgz#ffdce2a019950299716e88ee56cd5802b399b108"
1758-
integrity sha512-tAAg/72/VxOUW7RQSX1pIxJVucYKcjFjfvj60L57jrZpYCHC3XN0WCQ3sNYL4Gmvv+7GPvTAjc+KSdeNuE8oWQ==
1755+
ioredis@5.9.3:
1756+
version "5.9.3"
1757+
resolved "https://registry.yarnpkg.com/ioredis/-/ioredis-5.9.3.tgz#e897af9f87ee4b7bc61d8bd6373f466aca43d4e0"
1758+
integrity sha512-VI5tMCdeoxZWU5vjHWsiE/Su76JGhBvWF1MJnV9ZtGltHk9BmD48oDq8Tj8haZ85aceXZMxLNDQZRVo5QKNgXA==
17591759
dependencies:
17601760
"@ioredis/commands" "1.5.0"
17611761
cluster-key-slot "^1.1.0"

0 commit comments

Comments
 (0)