Skip to content

Commit

Permalink
fix(deps): update dependency redis to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2021
1 parent 6858b64 commit 7e83581
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 29 deletions.
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"nats": "2.0.1",
"portfinder": "1.0.28",
"prettier": "2.2.1",
"redis": "3.0.2",
"redis": "3.1.0",
"reflect-metadata": "0.1.13",
"release-it": "14.5.0",
"rxjs": "6.6.6",
Expand Down
16 changes: 8 additions & 8 deletions sample/002-microservice-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"class-validator": "0.13.1",
"fastify": "3.13.0",
"lodash": "4.17.21",
"redis": "3.0.2",
"redis": "3.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.6"
},
Expand Down
16 changes: 8 additions & 8 deletions sample/004-grpc-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fastify": "3.13.0",
"grpc": "1.24.5",
"lodash": "4.17.21",
"redis": "3.0.2",
"redis": "3.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.6"
},
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/002-microservice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"class-validator": "0.13.1",
"fastify": "3.13.0",
"lodash": "4.17.21",
"redis": "3.0.2",
"redis": "3.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.6",
"typescript": "4.0.3"
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/004-grpc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"fastify": "3.13.0",
"grpc": "1.24.5",
"lodash": "4.17.21",
"redis": "3.0.2",
"redis": "3.1.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.6",
"typescript": "4.0.3"
Expand Down

0 comments on commit 7e83581

Please sign in to comment.