Skip to content

Commit 53389c9

Browse files
chore(deps): update dependency @types/node to v24.0.14
1 parent 23547f4 commit 53389c9

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -848,9 +848,9 @@
848848
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
849849

850850
"@types/node@*", "@types/node@^24.0.7":
851-
version "24.0.7"
852-
resolved "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz"
853-
integrity sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==
851+
version "24.0.14"
852+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.0.14.tgz#6e3d4fb6d858c48c69707394e1a0e08ce1ecc1bc"
853+
integrity sha512-4zXMWD91vBLGRtHK3YbIoFMia+1nqEz72coM42C5ETjnNCa/heoj7NT1G67iAfOqMmcfhuCZ4uNpyz8EjlAejw==
854854
dependencies:
855855
undici-types "~7.8.0"
856856

@@ -2791,7 +2791,16 @@ string-length@^4.0.2:
27912791
char-regex "^1.0.2"
27922792
strip-ansi "^6.0.0"
27932793

2794-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2794+
"string-width-cjs@npm:string-width@^4.2.0":
2795+
version "4.2.3"
2796+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
2797+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2798+
dependencies:
2799+
emoji-regex "^8.0.0"
2800+
is-fullwidth-code-point "^3.0.0"
2801+
strip-ansi "^6.0.1"
2802+
2803+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
27952804
version "4.2.3"
27962805
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
27972806
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2809,7 +2818,14 @@ string-width@^5.0.1, string-width@^5.1.2:
28092818
emoji-regex "^9.2.2"
28102819
strip-ansi "^7.0.1"
28112820

2812-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
2821+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2822+
version "6.0.1"
2823+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
2824+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2825+
dependencies:
2826+
ansi-regex "^5.0.1"
2827+
2828+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
28132829
version "6.0.1"
28142830
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
28152831
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2958,7 +2974,7 @@ uglify-js@^3.19.3:
29582974

29592975
undici-types@~7.8.0:
29602976
version "7.8.0"
2961-
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
2977+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.8.0.tgz#de00b85b710c54122e44fbfd911f8d70174cd294"
29622978
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
29632979

29642980
unrs-resolver@^1.7.11:
@@ -3036,7 +3052,16 @@ word-wrap@^1.2.5:
30363052
resolved "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz"
30373053
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
30383054

3039-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3055+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3056+
version "7.0.0"
3057+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
3058+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3059+
dependencies:
3060+
ansi-styles "^4.0.0"
3061+
string-width "^4.1.0"
3062+
strip-ansi "^6.0.0"
3063+
3064+
wrap-ansi@^7.0.0:
30403065
version "7.0.0"
30413066
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
30423067
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)