Skip to content

Commit c743c46

Browse files
chore(deps): update dependency @types/node to v22
1 parent 6e6f3b3 commit c743c46

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@types/express": "4.17.19",
5959
"@types/jest": "29.5.5",
6060
"@types/multer": "1.4.8",
61-
"@types/node": "20.8.9",
61+
"@types/node": "22.9.0",
6262
"axios": "1.5.1",
6363
"express": "4.18.2",
6464
"form-data": "4.0.0",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -972,12 +972,12 @@
972972
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.17.tgz#a8ddf6e0c2341718d74ee3dc413a13a042c45a0c"
973973
integrity sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw==
974974

975-
"@types/node@20.8.9":
976-
version "20.8.9"
977-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.9.tgz#646390b4fab269abce59c308fc286dcd818a2b08"
978-
integrity sha512-UzykFsT3FhHb1h7yD4CA4YhBHq545JC0YnEz41xkipN88eKQtL6rSgocL5tbAP6Ola9Izm/Aw4Ora8He4x0BHg==
975+
"@types/node@22.9.0":
976+
version "22.9.0"
977+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.9.0.tgz#b7f16e5c3384788542c72dc3d561a7ceae2c0365"
978+
integrity sha512-vuyHg81vvWA1Z1ELfvLko2c8f34gyA0zaic0+Rllc5lbCnbSyuvb2Oxpm6TAUAC/2xZN3QGqxBNggD1nNR2AfQ==
979979
dependencies:
980-
undici-types "~5.26.4"
980+
undici-types "~6.19.8"
981981

982982
"@types/qs@*":
983983
version "6.9.7"
@@ -3435,7 +3435,16 @@ string-length@^4.0.1:
34353435
char-regex "^1.0.2"
34363436
strip-ansi "^6.0.0"
34373437

3438-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3438+
"string-width-cjs@npm:string-width@^4.2.0":
3439+
version "4.2.3"
3440+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3441+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3442+
dependencies:
3443+
emoji-regex "^8.0.0"
3444+
is-fullwidth-code-point "^3.0.0"
3445+
strip-ansi "^6.0.1"
3446+
3447+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
34393448
version "4.2.3"
34403449
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
34413450
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -3460,7 +3469,14 @@ string_decoder@~1.1.1:
34603469
dependencies:
34613470
safe-buffer "~5.1.0"
34623471

3463-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3472+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3473+
version "6.0.1"
3474+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3475+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3476+
dependencies:
3477+
ansi-regex "^5.0.1"
3478+
3479+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
34643480
version "6.0.1"
34653481
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
34663482
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -3670,10 +3686,10 @@ [email protected]:
36703686
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
36713687
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
36723688

3673-
undici-types@~5.26.4:
3674-
version "5.26.5"
3675-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3676-
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3689+
undici-types@~6.19.8:
3690+
version "6.19.8"
3691+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
3692+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
36773693

36783694
[email protected], unpipe@~1.0.0:
36793695
version "1.0.0"
@@ -3737,7 +3753,16 @@ which@^2.0.1:
37373753
dependencies:
37383754
isexe "^2.0.0"
37393755

3740-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
3756+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
3757+
version "7.0.0"
3758+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
3759+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
3760+
dependencies:
3761+
ansi-styles "^4.0.0"
3762+
string-width "^4.1.0"
3763+
strip-ansi "^6.0.0"
3764+
3765+
wrap-ansi@^7.0.0:
37413766
version "7.0.0"
37423767
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
37433768
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)