Skip to content

Commit 18b6d59

Browse files
build(deps-dev): bump @types/validator from 13.15.4 to 13.15.9
Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.15.4 to 13.15.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator) --- updated-dependencies: - dependency-name: "@types/validator" dependency-version: 13.15.9 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acd3c01 commit 18b6d59

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@types/node": "^24.10.0",
7474
"@types/serve-favicon": "^2.5.7",
7575
"@types/uuid": "^11.0.0",
76-
"@types/validator": "^13.15.4",
76+
"@types/validator": "^13.15.9",
7777
"axios": "^1.13.2",
7878
"babel-jest": "^30.2.0",
7979
"eslint": "^9.39.1",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2100,10 +2100,10 @@
21002100
dependencies:
21012101
uuid "*"
21022102

2103-
"@types/validator@^13.15.4", "@types/validator@^13.7.17":
2104-
version "13.15.4"
2105-
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.15.4.tgz#38a97ae54747416f745afdfc678f041713082635"
2106-
integrity sha512-LSFfpSnJJY9wbC0LQxgvfb+ynbHftFo0tMsFOl/J4wexLnYMmDSPaj2ZyDv3TkfL1UePxPrxOWJfbiRS8mQv7A==
2103+
"@types/validator@^13.15.9", "@types/validator@^13.7.17":
2104+
version "13.15.9"
2105+
resolved "https://registry.yarnpkg.com/@types/validator/-/validator-13.15.9.tgz#d1fa47e738a9c8709ea150fe257ff2d3a9697a42"
2106+
integrity sha512-9ENIuq9PUX45M1QRtfJDprgfErED4fBiMPmjlPci4W9WiBelVtHYCjF3xkQNcSnmUeuruLS1kH6hSl5M1vz4Sw==
21072107

21082108
"@types/yargs-parser@*":
21092109
version "21.0.3"
@@ -6078,7 +6078,16 @@ string-length@^4.0.2:
60786078
char-regex "^1.0.2"
60796079
strip-ansi "^6.0.0"
60806080

6081-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6081+
"string-width-cjs@npm:string-width@^4.2.0":
6082+
version "4.2.3"
6083+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6084+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6085+
dependencies:
6086+
emoji-regex "^8.0.0"
6087+
is-fullwidth-code-point "^3.0.0"
6088+
strip-ansi "^6.0.1"
6089+
6090+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
60826091
version "4.2.3"
60836092
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
60846093
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6103,7 +6112,14 @@ string_decoder@^1.1.1:
61036112
dependencies:
61046113
safe-buffer "~5.2.0"
61056114

6106-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6115+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6116+
version "6.0.1"
6117+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6118+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6119+
dependencies:
6120+
ansi-regex "^5.0.1"
6121+
6122+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
61076123
version "6.0.1"
61086124
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
61096125
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -6617,7 +6633,16 @@ wordwrap@~0.0.2:
66176633
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
66186634
integrity sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==
66196635

6620-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
6636+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
6637+
version "7.0.0"
6638+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
6639+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
6640+
dependencies:
6641+
ansi-styles "^4.0.0"
6642+
string-width "^4.1.0"
6643+
strip-ansi "^6.0.0"
6644+
6645+
wrap-ansi@^7.0.0:
66216646
version "7.0.0"
66226647
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
66236648
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)