Skip to content

Commit

Permalink
fix(deps): update dependency class-validator to v0.14.1 (#2479)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 72e7f7a commit a8585ce
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 42 deletions.
26 changes: 13 additions & 13 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": "10.3.1",
"@nestjs/terminus": "10.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"ioredis": "5.3.2",
"lodash": "4.17.21",
"reflect-metadata": "0.1.14",
Expand Down
26 changes: 13 additions & 13 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": "10.3.1",
"@nestjs/terminus": "10.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"lodash": "4.17.21",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1"
Expand Down
26 changes: 13 additions & 13 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": "10.3.1",
"@nestjs/terminus": "10.2.1",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"class-validator": "0.14.1",
"lodash": "4.17.21",
"redis": "4.6.12",
"reflect-metadata": "0.1.14",
Expand Down

0 comments on commit a8585ce

Please sign in to comment.