Skip to content

Commit

Permalink
fix(deps): update dependency class-validator to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 18, 2020
1 parent d25ddd1 commit 59d4833
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@nestjs/core": "6.11.11",
"@nestjs/platform-express": "6.11.11",
"@typegoose/typegoose": "6.4.0",
"class-validator": "0.12.0",
"class-validator": "0.12.1",
"mongoose": "5.9.9",
"nestjs-typegoose": "7.1.8",
"reflect-metadata": "0.1.13",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1654,10 +1654,10 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

[email protected].0:
version "0.12.0"
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.12.0.tgz#7b5bf09b5fd0f2c9382c0063a7ea24bf405175dc"
integrity sha512-qwUXcvy9/yZo2fKAf9VFByv8Nso1la/Rte9YE3oWBJD3VHy+LwjjvgCtZJHXorcnY58MR486vBHDldfqGjy4ow==
[email protected].1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.12.1.tgz#9e89a9b7e8288ac07e0b9f5586cc089369d22790"
integrity sha512-vdhhOk3Juyu1EAyvka0K0rZjwGJf0JJqAeoBkLG0oSHp73HYcELwumHRHGhxydJIhg+qO81HkqrZiC39aajetw==
dependencies:
"@types/validator" "13.0.0"
google-libphonenumber "^3.2.8"
Expand Down

0 comments on commit 59d4833

Please sign in to comment.