Skip to content

Commit 0c22682

Browse files
Update dependency @types/node to v24
1 parent 2979dc6 commit 0c22682

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
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/next": "^9.0.0",
41-
"@types/node": "^18.0.0",
41+
"@types/node": "^24.0.0",
4242
"@types/react": "^17.0.18",
4343
"microbundle": "^0.15.0",
4444
"prettier": "^2.3.2",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,10 +1165,12 @@
11651165
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.12.tgz#ac7fb693ac587ee182c3780c26eb65546a1a3c10"
11661166
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
11671167

1168-
"@types/node@^18.0.0":
1169-
version "18.16.16"
1170-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.16.tgz#3b64862856c7874ccf7439e6bab872d245c86d8e"
1171-
integrity sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g==
1168+
"@types/node@^24.0.0":
1169+
version "24.9.2"
1170+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1171+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
1172+
dependencies:
1173+
undici-types "~7.16.0"
11721174

11731175
"@types/parse-json@^4.0.0":
11741176
version "4.0.0"
@@ -3540,6 +3542,11 @@ unbox-primitive@^1.0.2:
35403542
has-symbols "^1.0.3"
35413543
which-boxed-primitive "^1.0.2"
35423544

3545+
undici-types@~7.16.0:
3546+
version "7.16.0"
3547+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
3548+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
3549+
35433550
unicode-canonical-property-names-ecmascript@^1.0.4:
35443551
version "1.0.4"
35453552
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)