Skip to content

Commit

Permalink
fix(deps): update dependency class-validator to v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 1, 2021
1 parent f0d0aab commit 2f2dd2a
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 45 deletions.
22 changes: 8 additions & 14 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 @@ -21,7 +21,7 @@
"@nestjs/platform-express": "8.2.2",
"@nestjs/terminus": "8.0.1",
"class-transformer": "0.4.1",
"class-validator": "0.13.1",
"class-validator": "0.13.2",
"lodash": "4.17.21",
"redis": "3.1.2",
"reflect-metadata": "0.1.13",
Expand Down
22 changes: 8 additions & 14 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 @@ -21,7 +21,7 @@
"@nestjs/platform-express": "8.2.2",
"@nestjs/terminus": "8.0.1",
"class-transformer": "0.4.1",
"class-validator": "0.13.1",
"class-validator": "0.13.2",
"lodash": "4.17.21",
"reflect-metadata": "0.1.13",
"rxjs": "7.4.0"
Expand Down
22 changes: 8 additions & 14 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 @@ -26,7 +26,7 @@
"@nestjs/platform-express": "8.2.2",
"@nestjs/terminus": "8.0.1",
"class-transformer": "0.4.1",
"class-validator": "0.13.1",
"class-validator": "0.13.2",
"lodash": "4.17.21",
"redis": "3.1.2",
"reflect-metadata": "0.1.13",
Expand Down

0 comments on commit 2f2dd2a

Please sign in to comment.