Skip to content

Commit a5c4144

Browse files
chore(deps): update dependency @types/node to v22
1 parent 5fb0e37 commit a5c4144

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@testing-library/react": "^14.0.0",
4545
"@types/jest": "^29.5.11",
4646
"@types/mdx": "^2.0.5",
47-
"@types/node": "20.16.5",
47+
"@types/node": "22.10.0",
4848
"@types/react": "18.3.5",
4949
"@types/react-dom": "18.3.0",
5050
"@typescript-eslint/eslint-plugin": "6.21.0",

Diff for: yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -3881,12 +3881,12 @@
38813881
dependencies:
38823882
undici-types "~6.19.2"
38833883

3884-
"@types/node@20.16.5":
3885-
version "20.16.5"
3886-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53"
3887-
integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==
3884+
"@types/node@22.10.0":
3885+
version "22.10.0"
3886+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.0.tgz#89bfc9e82496b9c7edea3382583fa94f75896e81"
3887+
integrity sha512-XC70cRZVElFHfIUB40FgZOBbgJYFKKMa5nb9lxcwYstFG/Mi+/Y0bGS+rs6Dmhmkpq4pnNiLiuZAbc02YCOnmA==
38883888
dependencies:
3889-
undici-types "~6.19.2"
3889+
undici-types "~6.20.0"
38903890

38913891
"@types/node@>=10.0.0":
38923892
version "20.10.6"
@@ -16119,6 +16119,11 @@ undici-types@~6.19.2:
1611916119
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
1612016120
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==
1612116121

16122+
undici-types@~6.20.0:
16123+
version "6.20.0"
16124+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
16125+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
16126+
1612216127
unherit@^1.0.4:
1612316128
version "1.1.3"
1612416129
resolved "https://registry.yarnpkg.com/unherit/-/unherit-1.1.3.tgz#6c9b503f2b41b262330c80e91c8614abdaa69c22"

0 commit comments

Comments
 (0)