Skip to content

Commit 6cb9797

Browse files
fix(deps): update dependency class-validator to v0.14.0 [security]
1 parent 4b09c96 commit 6cb9797

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"apollo-server-express": "2.26.1",
7373
"boolean": "3.2.0",
7474
"class-transformer": "0.5.1",
75-
"class-validator": "0.13.2",
75+
"class-validator": "0.14.0",
7676
"class-validator-mongo-object-id": "1.3.0",
7777
"cli-color": "2.0.3",
7878
"date-fns": "2.23.0",

yarn.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7092,6 +7092,11 @@
70927092
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.7.10.tgz#f9763dc0933f8324920afa9c0790308eedf55ca7"
70937093
integrity sha512-t1yxFAR2n0+VO6hd/FJ9F2uezAZVWHLmpmlJzm1eX03+H7+HsuTAp7L8QJs+2pQCfWkP1+EXsGK9Z9v7o/qPVQ==
70947094

7095+
"@types/validator@^13.7.10":
7096+
version "13.15.2"
7097+
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.15.2.tgz#ee533a20ab977df36917a454754c7e0df4aa6f8f"
7098+
integrity sha512-y7pa/oEJJ4iGYBxOpfAKn5b9+xuihvzDVnC/OSvlVnGxVg0pOqmjiMafiJ1KVNQEaPZf9HsEp5icEwGg8uIe5Q==
7099+
70957100
"@types/webidl-conversions@*":
70967101
version "6.1.1"
70977102
resolved "https://registry.yarnpkg.com/@types/webidl-conversions/-/webidl-conversions-6.1.1.tgz#e33bc8ea812a01f63f90481c666334844b12a09e"
@@ -9872,7 +9877,16 @@ [email protected]:
98729877
class-validator "^0.13.2"
98739878
mongoose "^6.2.1"
98749879

9875-
[email protected], class-validator@^0.13.2:
9880+
9881+
version "0.14.0"
9882+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.14.0.tgz#40ed0ecf3c83b2a8a6a320f4edb607be0f0df159"
9883+
integrity sha512-ct3ltplN8I9fOwUd8GrP8UQixwff129BkEtuWDKL5W45cQuLd19xqmTLu5ge78YDm/fdje6FMt0hGOhl0lii3A==
9884+
dependencies:
9885+
"@types/validator" "^13.7.10"
9886+
libphonenumber-js "^1.10.14"
9887+
validator "^13.7.0"
9888+
9889+
class-validator@^0.13.2:
98769890
version "0.13.2"
98779891
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.2.tgz#64b031e9f3f81a1e1dcd04a5d604734608b24143"
98789892
integrity sha512-yBUcQy07FPlGzUjoLuUfIOXzgynnQPPruyK1Ge2B74k9ROwnle1E+NxLWnUv5OLU8hA/qL5leAE9XnXq3byaBw==
@@ -17237,6 +17251,11 @@ levn@~0.3.0:
1723717251
prelude-ls "~1.1.2"
1723817252
type-check "~0.3.2"
1723917253

17254+
libphonenumber-js@^1.10.14:
17255+
version "1.12.10"
17256+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.12.10.tgz#525f7c9ffaea40c21463d3906f52ec3209ea5945"
17257+
integrity sha512-E91vHJD61jekHHR/RF/E83T/CMoaLXT7cwYA75T4gim4FZjnM6hbJjVIGg7chqlSqRsSvQ3izGmOjHy1SQzcGQ==
17258+
1724017259
libphonenumber-js@^1.9.43:
1724117260
version "1.9.43"
1724217261
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.43.tgz#2371e4383e6780990381d5b900b8c22666221cbb"

0 commit comments

Comments
 (0)