Skip to content

Commit 615295d

Browse files
dependency: Update dependency @types/node to v24
1 parent 08a8b6b commit 615295d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bun.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "eternalcodev3",
@@ -50,7 +51,7 @@
5051
"@next/codemod": "^15.4.0-canary.36",
5152
"@tailwindcss/postcss": "^4.1.16",
5253
"@total-typescript/ts-reset": "^0.6.0",
53-
"@types/node": "^20.11.20",
54+
"@types/node": "^24.0.0",
5455
"@types/prismjs": "^1.26.5",
5556
"@types/react": "^18.2.58",
5657
"@types/react-dom": "^18.2.19",
@@ -366,7 +367,7 @@
366367

367368
"@types/ms": ["@types/[email protected]", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
368369

369-
"@types/node": ["@types/node@20.17.30", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg=="],
370+
"@types/node": ["@types/node@24.10.1", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ=="],
370371

371372
"@types/prismjs": ["@types/[email protected]", "", {}, "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ=="],
372373

@@ -1120,7 +1121,7 @@
11201121

11211122
"typescript": ["[email protected]", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
11221123

1123-
"undici-types": ["undici-types@6.19.8", "", {}, "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="],
1124+
"undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
11241125

11251126
"unicode-emoji-modifier-base": ["[email protected]", "", {}, "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g=="],
11261127

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@next/codemod": "^15.4.0-canary.36",
6262
"@tailwindcss/postcss": "^4.1.16",
6363
"@total-typescript/ts-reset": "^0.6.0",
64-
"@types/node": "^20.11.20",
64+
"@types/node": "^24.0.0",
6565
"@types/prismjs": "^1.26.5",
6666
"@types/react": "^18.2.58",
6767
"@types/react-dom": "^18.2.19",

0 commit comments

Comments
 (0)