Skip to content

Commit

Permalink
fix(deps): update dependency class-validator to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Apr 23, 2020
1 parent 4df1d12 commit ab1211c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.5.0",
"class-validator": "0.12.1",
"class-validator": "0.12.2",
"mongoose": "5.9.10",
"nestjs-typegoose": "7.1.8",
"reflect-metadata": "0.1.13",
Expand Down
11 changes: 6 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1659,13 +1659,14 @@ class-utils@^0.3.5:
isobject "^3.0.0"
static-extend "^0.1.1"

class-validator@0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.12.1.tgz#9e89a9b7e8288ac07e0b9f5586cc089369d22790"
integrity sha512-vdhhOk3Juyu1EAyvka0K0rZjwGJf0JJqAeoBkLG0oSHp73HYcELwumHRHGhxydJIhg+qO81HkqrZiC39aajetw==
class-validator@0.12.2:
version "0.12.2"
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.12.2.tgz#2ceb72f88873e9c714cf5f9c278cbc71f6f6c8ef"
integrity sha512-TDzPzp8BmpsbPhQpccB3jMUE/3pK0TyqamrK0kcx+ZeFytMA+O6q87JZZGObHHnoo9GM8vl/JppIyKWeEA/EVw==
dependencies:
"@types/validator" "13.0.0"
google-libphonenumber "^3.2.8"
tslib ">=1.9.0"
validator "13.0.0"

cli-color@2.0.0:
Expand Down Expand Up @@ -6483,7 +6484,7 @@ tsconfig-paths@3.9.0, tsconfig-paths@^3.4.0:
minimist "^1.2.0"
strip-bom "^3.0.0"

tslib@1.11.1, tslib@^1.11.1:
tslib@1.11.1, tslib@>=1.9.0, tslib@^1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.1.tgz#eb15d128827fbee2841549e171f45ed338ac7e35"
integrity sha512-aZW88SY8kQbU7gpV19lN24LtXh/yD4ZZg6qieAJDDg+YBsJcSmLGK9QpnUjAKVG/xefmvJGd1WUmfpT/g6AJGA==
Expand Down

0 comments on commit ab1211c

Please sign in to comment.