Skip to content

Commit fc61ecf

Browse files
chore(deps): update dependency @types/node to v25
1 parent 4f40cef commit fc61ecf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bun.lock

Lines changed: 3 additions & 2 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": "paper-astro",
@@ -22,7 +23,7 @@
2223
"devDependencies": {
2324
"@astrojs/mdx": "^4.3.9",
2425
"@tailwindcss/typography": "^0.5.19",
25-
"@types/node": "^24.9.2",
26+
"@types/node": "^25.0.0",
2627
"@typescript-eslint/eslint-plugin": "^8.46.2",
2728
"@typescript-eslint/parser": "^8.46.2",
2829
"@typescript/native-preview": "^7.0.0-dev.20251027.1",
@@ -382,7 +383,7 @@
382383

383384
"@types/nlcst": ["@types/[email protected]", "", { "dependencies": { "@types/unist": "*" } }, "sha512-vSYNSDe6Ix3q+6Z7ri9lyWqgGhJTmzRjZRqyq15N0Z/1/UnVsno9G/N40NBijoYx2seFDIl0+B2mgAb9mezUCA=="],
384385

385-
"@types/node": ["@types/node@24.9.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA=="],
386+
"@types/node": ["@types/node@25.0.2", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA=="],
386387

387388
"@types/sax": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-rO73L89PJxeYM3s3pPPjiPgVVcymqU490g0YO5n5By0k2Erzj6tay/4lr1CHAAU4JyOWd1rpQ8bCf6cZfHU96A=="],
388389

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@astrojs/mdx": "^4.3.9",
3636
"@tailwindcss/typography": "^0.5.19",
37-
"@types/node": "^24.9.2",
37+
"@types/node": "^25.0.0",
3838
"@typescript-eslint/eslint-plugin": "^8.46.2",
3939
"@typescript-eslint/parser": "^8.46.2",
4040
"@typescript/native-preview": "^7.0.0-dev.20251027.1",

0 commit comments

Comments
 (0)