Skip to content

Commit

Permalink
fix(deps): update dependency lodash to v4.17.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 20, 2021
1 parent 2dafb87 commit 94df5e4
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 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 @@ -24,7 +24,7 @@
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"fastify": "3.11.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3"
Expand Down
6 changes: 3 additions & 3 deletions sample/003-memory-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/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"fastify": "3.11.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3"
},
Expand Down
6 changes: 3 additions & 3 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 @@ -28,7 +28,7 @@
"class-validator": "0.13.1",
"fastify": "3.11.0",
"grpc": "1.24.5",
"lodash": "4.17.20",
"lodash": "4.17.21",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3"
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 @@ -25,7 +25,7 @@
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"fastify": "3.11.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
Expand Down
2 changes: 1 addition & 1 deletion sample/deprecated/003-memory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"class-transformer": "0.3.2",
"class-validator": "0.13.1",
"fastify": "3.11.0",
"lodash": "4.17.20",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"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 @@ -29,7 +29,7 @@
"class-validator": "0.13.1",
"fastify": "3.11.0",
"grpc": "1.24.5",
"lodash": "4.17.20",
"lodash": "4.17.21",
"redis": "3.0.2",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.3",
Expand Down

0 comments on commit 94df5e4

Please sign in to comment.