Skip to content

Commit e0d0e76

Browse files
fix(deps): update dependency ioredis to v5.6.1
1 parent 54a4d5c commit e0d0e76

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"eslint-plugin-unused-imports": "^4.0.0",
100100
"fastify": "5.2.1",
101101
"husky": "9.1.7",
102-
"ioredis": "5.4.2",
102+
"ioredis": "5.6.1",
103103
"jest": "29.7.0",
104104
"kafkajs": "^2.2.4",
105105
"lint-staged": "15.4.3",

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/002-microservice-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nestjs/terminus": "11.0.0",
2323
"class-transformer": "0.5.1",
2424
"class-validator": "0.14.1",
25-
"ioredis": "5.4.2",
25+
"ioredis": "5.6.1",
2626
"lodash": "4.17.21",
2727
"reflect-metadata": "0.2.2",
2828
"rxjs": "7.8.2"

0 commit comments

Comments
 (0)