Skip to content

Commit 407c655

Browse files
chore(deps): update dependency @types/node to v24 (#2943)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc4187d commit 407c655

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "30.0.0",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.18.13",
67+
"@types/node": "24.9.2",
6868
"@typescript-eslint/eslint-plugin": "8.46.2",
6969
"@typescript-eslint/parser": "8.46.2",
7070
"bob-the-bundler": "7.0.1",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.4",
22-
"@types/node": "22.18.13",
22+
"@types/node": "24.9.2",
2323
"@types/react": "19.2.2",
2424
"cross-env": "10.1.0",
2525
"next-sitemap": "4.2.3",

website/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,12 +1226,12 @@
12261226
dependencies:
12271227
"@types/unist" "*"
12281228

1229-
"@types/node@22.18.13":
1230-
version "22.18.13"
1231-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1232-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1229+
"@types/node@24.9.2":
1230+
version "24.9.2"
1231+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1232+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
12331233
dependencies:
1234-
undici-types "~6.21.0"
1234+
undici-types "~7.16.0"
12351235

12361236
"@types/react@19.2.2":
12371237
version "19.2.2"
@@ -4630,10 +4630,10 @@ ufo@^1.6.1:
46304630
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b"
46314631
integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==
46324632

4633-
undici-types@~6.21.0:
4634-
version "6.21.0"
4635-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4636-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4633+
undici-types@~7.16.0:
4634+
version "7.16.0"
4635+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4636+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
46374637

46384638
unified@^11.0.0, unified@^11.0.4, unified@^11.0.5:
46394639
version "11.0.5"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,12 +1784,12 @@
17841784
dependencies:
17851785
mongodb "*"
17861786

1787-
"@types/node@*", "@types/node@22.18.13":
1788-
version "22.18.13"
1789-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1790-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1787+
"@types/node@*", "@types/node@24.9.2":
1788+
version "24.9.2"
1789+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1790+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
17911791
dependencies:
1792-
undici-types "~6.21.0"
1792+
undici-types "~7.16.0"
17931793

17941794
"@types/node@^12.7.1":
17951795
version "12.20.55"
@@ -5586,10 +5586,10 @@ unbox-primitive@^1.1.0:
55865586
has-symbols "^1.1.0"
55875587
which-boxed-primitive "^1.1.1"
55885588

5589-
undici-types@~6.21.0:
5590-
version "6.21.0"
5591-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5592-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5589+
undici-types@~7.16.0:
5590+
version "7.16.0"
5591+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
5592+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
55935593

55945594
unicode-canonical-property-names-ecmascript@^2.0.0:
55955595
version "2.0.1"

0 commit comments

Comments
 (0)