Skip to content

Commit 1e177b8

Browse files
build(deps): bump class-validator in /examples/nest-v5x
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.9.1 to 0.14.0. - [Release notes](https://github.com/typestack/class-validator/releases) - [Changelog](https://github.com/typestack/class-validator/blob/develop/CHANGELOG.md) - [Commits](typestack/class-validator@v0.9.1...v0.14.0) --- updated-dependencies: - dependency-name: class-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 78d9072 commit 1e177b8

File tree

3 files changed

+37
-26
lines changed

3 files changed

+37
-26
lines changed

examples/nest-v5x/package-lock.json

+19-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nest-v5x/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nestjs/testing": "^5.5.0",
2424
"@nestjs/websockets": "^5.5.0",
2525
"class-transformer": "^0.2.0",
26-
"class-validator": "^0.9.1",
26+
"class-validator": "^0.14.0",
2727
"nest-router": "^1.0.8",
2828
"reflect-metadata": "^0.1.12",
2929
"rxjs": "^6.3.0",

examples/nest-v5x/yarn.lock

+17-12
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@
127127
dependencies:
128128
"@types/superagent" "*"
129129

130+
"@types/validator@^13.7.10":
131+
version "13.7.12"
132+
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.12.tgz#a285379b432cc8d103b69d223cbb159a253cf2f7"
133+
130134
"@webpack-cli/configtest@^2.0.1":
131135
version "2.0.1"
132136
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-2.0.1.tgz#a69720f6c9bad6aef54a8fa6ba9c3533e7ef4c7f"
@@ -949,12 +953,13 @@ class-utils@^0.3.5:
949953
isobject "^3.0.0"
950954
static-extend "^0.1.1"
951955

952-
class-validator@^0.9.1:
953-
version "0.9.1"
954-
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.9.1.tgz#d60e58c5d14abca0a41bce38cf792ad4c46d1531"
956+
class-validator@^0.14.0:
957+
version "0.14.0"
958+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.14.0.tgz#40ed0ecf3c83b2a8a6a320f4edb607be0f0df159"
955959
dependencies:
956-
google-libphonenumber "^3.1.6"
957-
validator "10.4.0"
960+
"@types/validator" "^13.7.10"
961+
libphonenumber-js "^1.10.14"
962+
validator "^13.7.0"
958963

959964
cli-boxes@^1.0.0:
960965
version "1.0.0"
@@ -2082,10 +2087,6 @@ globals@^9.18.0:
20822087
version "9.18.0"
20832088
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
20842089

2085-
google-libphonenumber@^3.1.6:
2086-
version "3.2.2"
2087-
resolved "https://registry.yarnpkg.com/google-libphonenumber/-/google-libphonenumber-3.2.2.tgz#3d9d7ba727e99a50812f21b0ed313723b76c5c54"
2088-
20892090
got@^6.7.1:
20902091
version "6.7.1"
20912092
resolved "https://registry.yarnpkg.com/got/-/got-6.7.1.tgz#240cd05785a9a18e561dc1b44b41c763ef1e8db0"
@@ -3059,6 +3060,10 @@ levn@~0.3.0:
30593060
prelude-ls "~1.1.2"
30603061
type-check "~0.3.2"
30613062

3063+
libphonenumber-js@^1.10.14:
3064+
version "1.10.19"
3065+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.19.tgz#e18970c8d566fbfb1f88e688345f0512e126712e"
3066+
30623067
load-json-file@^1.0.0:
30633068
version "1.1.0"
30643069
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
@@ -5212,9 +5217,9 @@ validate-npm-package-license@^3.0.1:
52125217
spdx-correct "^3.0.0"
52135218
spdx-expression-parse "^3.0.0"
52145219

5215-
validator@10.4.0:
5216-
version "10.4.0"
5217-
resolved "https://registry.yarnpkg.com/validator/-/validator-10.4.0.tgz#ee99a44afb3bb5ed350a159f056ca72a204cfc3c"
5220+
validator@^13.7.0:
5221+
version "13.9.0"
5222+
resolved "https://registry.yarnpkg.com/validator/-/validator-13.9.0.tgz#33e7b85b604f3bbce9bb1a05d5c3e22e1c2ff855"
52185223

52195224
vary@^1, vary@~1.1.2:
52205225
version "1.1.2"

0 commit comments

Comments
 (0)