Skip to content

Commit e4f02f8

Browse files
authored
Update dependency @types/node to v22
1 parent b7e3b70 commit e4f02f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@types/node": "20.17.1",
12+
"@types/node": "22.8.2",
1313
"@types/node-fetch": "2.6.11",
1414
"@types/react": "18.2.79",
1515
"@types/react-dom": "18.2.25",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,12 +302,12 @@
302302
dependencies:
303303
undici-types "~5.26.4"
304304

305-
"@types/node@20.17.1":
306-
version "20.17.1"
307-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.17.1.tgz#2b968e060dfb04b7f9550fe3db5f552721c14566"
308-
integrity sha512-j2VlPv1NnwPJbaCNv69FO/1z4lId0QmGvpT41YxitRtWlg96g/j8qcv2RKsLKe2F6OJgyXhupN1Xo17b2m139Q==
305+
"@types/node@22.8.2":
306+
version "22.8.2"
307+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.2.tgz#8e82bb8201c0caf751dcdc61b0a262d2002d438b"
308+
integrity sha512-NzaRNFV+FZkvK/KLCsNdTvID0SThyrs5SHB6tsD/lajr22FGC73N2QeDPM2wHtVde8mgcXuSsHQkH5cX1pbPLw==
309309
dependencies:
310-
undici-types "~6.19.2"
310+
undici-types "~6.19.8"
311311

312312
"@types/node@>=8.0.0 <15":
313313
version "14.18.63"
@@ -2932,7 +2932,7 @@ undici-types@~5.26.4:
29322932
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
29332933
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
29342934

2935-
undici-types@~6.19.2:
2935+
undici-types@~6.19.8:
29362936
version "6.19.8"
29372937
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
29382938
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

0 commit comments

Comments
 (0)