Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 397875b

Browse files
build(deps): Bump class-validator from 0.13.1 to 0.13.2
Bumps [class-validator](https://github.com/typestack/class-validator) from 0.13.1 to 0.13.2. - [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.13.1...v0.13.2) --- updated-dependencies: - dependency-name: class-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7d4a8d1 commit 397875b

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@nestjs/common": "^8.2.0",
7777
"@nestjs/graphql": "^9.1.1",
7878
"class-transformer": "^0.4.0",
79-
"class-validator": "^0.13.1",
79+
"class-validator": "^0.13.2",
8080
"reflect-metadata": "^0.1.13"
8181
}
8282
}

yarn.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1600,11 +1600,6 @@
16001600
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
16011601
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
16021602

1603-
"@types/validator@^13.1.3":
1604-
version "13.6.6"
1605-
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.6.6.tgz#6e6e2d086148db5ae14851614971b715670cbd52"
1606-
integrity sha512-+qogUELb4gMhrMjSh/seKmGVvN+uQLfyqJAqYRWqVHsvBsUO2xDBCL8CJ/ZSukbd8vXaoYbpIssAmfLEzzBHEw==
1607-
16081603
"@types/webpack@^5.0.0":
16091604
version "5.28.0"
16101605
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.0.tgz#78dde06212f038d77e54116cfe69e88ae9ed2c03"
@@ -2497,14 +2492,13 @@ class-utils@^0.3.5:
24972492
isobject "^3.0.0"
24982493
static-extend "^0.1.1"
24992494

2500-
class-validator@^0.13.1:
2501-
version "0.13.1"
2502-
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.1.tgz#381b2001ee6b9e05afd133671fbdf760da7dec67"
2503-
integrity sha512-zWIeYFhUitvAHBwNhDdCRK09hWx+P0HUwFE8US8/CxFpMVzkUK8RJl7yOIE+BVu2lxyPNgeOaFv78tLE47jBIg==
2495+
class-validator@^0.13.2:
2496+
version "0.13.2"
2497+
resolved "https://registry.yarnpkg.com/class-validator/-/class-validator-0.13.2.tgz#64b031e9f3f81a1e1dcd04a5d604734608b24143"
2498+
integrity sha512-yBUcQy07FPlGzUjoLuUfIOXzgynnQPPruyK1Ge2B74k9ROwnle1E+NxLWnUv5OLU8hA/qL5leAE9XnXq3byaBw==
25042499
dependencies:
2505-
"@types/validator" "^13.1.3"
2506-
libphonenumber-js "^1.9.7"
2507-
validator "^13.5.2"
2500+
libphonenumber-js "^1.9.43"
2501+
validator "^13.7.0"
25082502

25092503
cli-cursor@^2.0.0:
25102504
version "2.1.0"
@@ -5029,10 +5023,10 @@ levn@^0.3.0, levn@~0.3.0:
50295023
prelude-ls "~1.1.2"
50305024
type-check "~0.3.2"
50315025

5032-
libphonenumber-js@^1.9.7:
5033-
version "1.9.42"
5034-
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.9.42.tgz#41f41d540f89b6e3fd36de7120ddb57b3a468c77"
5035-
integrity sha512-UBtU0ylpZPKPT8NLIyQJWj/DToMFxmo3Fm5m6qDc0LATvf0SY0qUhaurCEvukAB9Fo+Ia2Anjzqwoupaa64fXg==
5026+
libphonenumber-js@^1.9.43:
5027+
version "1.10.13"
5028+
resolved "https://registry.yarnpkg.com/libphonenumber-js/-/libphonenumber-js-1.10.13.tgz#0b5833c7fdbf671140530d83531c6753f7e0ea3c"
5029+
integrity sha512-b74iyWmwb4GprAUPjPkJ11GTC7KX4Pd3onpJfKxYyY8y9Rbb4ERY47LvCMEDM09WD3thiLDMXtkfDK/AX+zT7Q==
50365030

50375031
lilconfig@^2.0.3:
50385032
version "2.0.4"
@@ -7472,7 +7466,7 @@ validate-npm-package-license@^3.0.1:
74727466
spdx-correct "^3.0.0"
74737467
spdx-expression-parse "^3.0.0"
74747468

7475-
validator@^13.5.2:
7469+
validator@^13.7.0:
74767470
version "13.7.0"
74777471
resolved "https://registry.yarnpkg.com/validator/-/validator-13.7.0.tgz#4f9658ba13ba8f3d82ee881d3516489ea85c0857"
74787472
integrity sha512-nYXQLCBkpJ8X6ltALua9dRrZDHVYxjJ1wgskNt1lH9fzGjs3tgojGSCBjmEPwkWS1y29+DrizMTW19Pr9uB2nw==

0 commit comments

Comments
 (0)