Skip to content

Commit dc0b81d

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

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
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: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7087,7 +7087,7 @@
70877087
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
70887088
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
70897089

7090-
7090+
"@types/[email protected]", "@types/validator@^13.7.10":
70917091
version "13.7.10"
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==
@@ -9872,7 +9872,16 @@ [email protected]:
98729872
class-validator "^0.13.2"
98739873
mongoose "^6.2.1"
98749874

9875-
[email protected], class-validator@^0.13.2:
9875+
9876+
version "0.14.0"
9877+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.14.0.tgz#40ed0ecf3c83b2a8a6a320f4edb607be0f0df159"
9878+
integrity sha512-ct3ltplN8I9fOwUd8GrP8UQixwff129BkEtuWDKL5W45cQuLd19xqmTLu5ge78YDm/fdje6FMt0hGOhl0lii3A==
9879+
dependencies:
9880+
"@types/validator" "^13.7.10"
9881+
libphonenumber-js "^1.10.14"
9882+
validator "^13.7.0"
9883+
9884+
class-validator@^0.13.2:
98769885
version "0.13.2"
98779886
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.2.tgz#64b031e9f3f81a1e1dcd04a5d604734608b24143"
98789887
integrity sha512-yBUcQy07FPlGzUjoLuUfIOXzgynnQPPruyK1Ge2B74k9ROwnle1E+NxLWnUv5OLU8hA/qL5leAE9XnXq3byaBw==
@@ -17237,6 +17246,11 @@ levn@~0.3.0:
1723717246
prelude-ls "~1.1.2"
1723817247
type-check "~0.3.2"
1723917248

17249+
libphonenumber-js@^1.10.14:
17250+
version "1.10.18"
17251+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.18.tgz#657c419071c8a02c638c0e80d9ee1232f152f280"
17252+
integrity sha512-NS4ZEgNhwbcPz1gfSXCGFnQm0xEiyTSPRthIuWytDzOiEG9xnZ2FbLyfJC4tI2BMAAXpoWbNxHYH75pa3Dq9og==
17253+
1724017254
libphonenumber-js@^1.9.43:
1724117255
version "1.9.43"
1724217256
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.43.tgz#2371e4383e6780990381d5b900b8c22666221cbb"

0 commit comments

Comments
 (0)