Skip to content

Commit 6fe5291

Browse files
committed
chore(deps): update dependency class-validator to v0.14.0
1 parent 0d4aa6f commit 6fe5291

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@typescript-eslint/eslint-plugin": "5.46.0",
4141
"@typescript-eslint/parser": "5.46.0",
4242
"class-transformer": "0.5.1",
43-
"class-validator": "0.13.2",
43+
"class-validator": "0.14.0",
4444
"eslint": "8.29.0",
4545
"eslint-config-prettier": "8.5.0",
4646
"eslint-plugin-import": "2.26.0",

yarn.lock

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3067,6 +3067,11 @@
30673067
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
30683068
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
30693069

3070+
"@types/validator@^13.7.10":
3071+
version "13.7.10"
3072+
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.10.tgz#f9763dc0933f8324920afa9c0790308eedf55ca7"
3073+
integrity sha512-t1yxFAR2n0+VO6hd/FJ9F2uezAZVWHLmpmlJzm1eX03+H7+HsuTAp7L8QJs+2pQCfWkP1+EXsGK9Z9v7o/qPVQ==
3074+
30703075
30713076
version "8.5.3"
30723077
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d"
@@ -4338,12 +4343,13 @@ [email protected]:
43384343
resolved "https://registry.yarnpkg.com/class-transformer/-/class-transformer-0.5.1.tgz#24147d5dffd2a6cea930a3250a677addf96ab336"
43394344
integrity sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==
43404345

4341-
class-validator@0.13.2:
4342-
version "0.13.2"
4343-
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.2.tgz#64b031e9f3f81a1e1dcd04a5d604734608b24143"
4344-
integrity sha512-yBUcQy07FPlGzUjoLuUfIOXzgynnQPPruyK1Ge2B74k9ROwnle1E+NxLWnUv5OLU8hA/qL5leAE9XnXq3byaBw==
4346+
class-validator@0.14.0:
4347+
version "0.14.0"
4348+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.14.0.tgz#40ed0ecf3c83b2a8a6a320f4edb607be0f0df159"
4349+
integrity sha512-ct3ltplN8I9fOwUd8GrP8UQixwff129BkEtuWDKL5W45cQuLd19xqmTLu5ge78YDm/fdje6FMt0hGOhl0lii3A==
43454350
dependencies:
4346-
libphonenumber-js "^1.9.43"
4351+
"@types/validator" "^13.7.10"
4352+
libphonenumber-js "^1.10.14"
43474353
validator "^13.7.0"
43484354

43494355
clean-stack@^2.0.0:
@@ -8013,10 +8019,10 @@ libnpmpublish@^6.0.4:
80138019
semver "^7.3.7"
80148020
ssri "^9.0.0"
80158021

8016-
libphonenumber-js@^1.9.43:
8017-
version "1.9.44"
8018-
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.44.tgz#d036364fe4c1e27205d1d283c7bf8fc25625200b"
8019-
integrity sha512-zhw8nUMJuQf7jG1dZfEOKKOS6M3QYIv3HnvB/vGohNd0QfxIQcObH3a6Y6s350H+9xgBeOXClOJkS0hJ0yvS3g==
8022+
libphonenumber-js@^1.10.14:
8023+
version "1.10.15"
8024+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.15.tgz#cad454adb5bf271bc820bbf7dd66776afcda7be6"
8025+
integrity sha512-sLeVLmWX17VCKKulc+aDIRHS95TxoTsKMRJi5s5gJdwlqNzMWcBCtSHHruVyXjqfi67daXM2SnLf2juSrdx5Sg==
80208026

80218027
80228028
version "5.0.0"

0 commit comments

Comments
 (0)