Skip to content

Commit 3bd6b56

Browse files
Update dependency @types/node to v22
1 parent 3d464e2 commit 3bd6b56

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mongoose": "^6.6.5"
2020
},
2121
"devDependencies": {
22-
"@types/node": "^18.7.23",
22+
"@types/node": "^22.0.0",
2323
"nodemon": "^2.0.20",
2424
"ts-node": "^10.9.1",
2525
"typescript": "^4.8.4"

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,12 @@
137137
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.4.tgz#54be907698f40de8a45770b48486aa3cbd3adff7"
138138
integrity sha512-WdlVphvfR/GJCLEMbNA8lJ0lhFNBj4SW3O+O5/cEGw9oYrv0al9zTwuQsq+myDUXgNx2jgBynoVgZ2MMJ6pbow==
139139

140-
"@types/node@^18.7.23":
141-
version "18.7.23"
142-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.23.tgz#75c580983846181ebe5f4abc40fe9dfb2d65665f"
143-
integrity sha512-DWNcCHolDq0ZKGizjx2DZjR/PqsYwAcYUJmfMWqtVU2MBMG5Mo+xFZrhGId5r/O5HOuMPyQEcM6KUBp5lBZZBg==
140+
"@types/node@^22.0.0":
141+
version "22.8.2"
142+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
143+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
144+
dependencies:
145+
undici-types "~6.19.8"
144146

145147
"@types/webidl-conversions@*":
146148
version "7.0.0"
@@ -1083,6 +1085,11 @@ undefsafe@^2.0.5:
10831085
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
10841086
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
10851087

1088+
undici-types@~6.19.8:
1089+
version "6.19.8"
1090+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
1091+
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
1092+
10861093
undici@^5.11.0:
10871094
version "5.11.0"
10881095
resolved "https://registry.yarnpkg.com/undici/-/undici-5.11.0.tgz#1db25f285821828fc09d3804b9e2e934ae86fc13"

0 commit comments

Comments
 (0)