Skip to content

Commit d19c7cc

Browse files
chore(deps): update dependency @types/node to ^20.17.57
1 parent a854e44 commit d19c7cc

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

bun.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"@ryoppippi/unplugin-typia": "workspace:*",
31-
"@types/node": "^20.17.51",
31+
"@types/node": "^20.17.57",
3232
"@types/react": "19.0.4",
3333
"@types/react-dom": "19.0.2",
3434
"ts-patch": "^3.3.0",
@@ -105,7 +105,7 @@
105105
"typia": "^9.3.0",
106106
},
107107
"devDependencies": {
108-
"@types/node": "^20.17.51",
108+
"@types/node": "^20.17.57",
109109
"@webpack-cli/generators": "^3.0.7",
110110
"html-webpack-plugin": "^5.6.3",
111111
"prettier": "^3.5.3",
@@ -140,7 +140,7 @@
140140
"@oxc-project/runtime": "^0.72.2",
141141
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23",
142142
"@types/bun": "^1.2.15",
143-
"@types/node": "^20.17.51",
143+
"@types/node": "^20.17.57",
144144
"@vue-macros/test-utils": "^1.7.1",
145145
"bumpp": "^10.1.1",
146146
"dax-sh": "^0.42.0",
@@ -839,7 +839,7 @@
839839

840840
"@types/minimatch": ["@types/[email protected]", "", {}, "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="],
841841

842-
"@types/node": ["@types/[email protected].52", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-2aj++KfxubvW/Lc0YyXE3OEW7Es8TWn1MsRzYgcOGyTNQxi0L8rxQUCZ7ZbyOBWZQD5I63PV9egZWMsapVaklg=="],
842+
"@types/node": ["@types/[email protected].57", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-f3T4y6VU4fVQDKVqJV4Uppy8c1p/sVvS3peyqxyWnzkqXFJLRU7Y1Bl7rMS1Qe9z0v4M6McY0Fp9yBsgHJUsWQ=="],
843843

844844
"@types/node-forge": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ=="],
845845

@@ -3013,6 +3013,8 @@
30133013

30143014
"bumpp/package-manager-detector": ["[email protected]", "", {}, "sha512-ZsEbbZORsyHuO00lY1kV3/t72yp6Ysay6Pd17ZAlNGuGwmWDLCJxFpRs0IzfXfj1o4icJOkUEioexFHzyPurSQ=="],
30153015

3016+
"bun-types/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.19.2" } }, "sha512-2aj++KfxubvW/Lc0YyXE3OEW7Es8TWn1MsRzYgcOGyTNQxi0L8rxQUCZ7ZbyOBWZQD5I63PV9egZWMsapVaklg=="],
3017+
30163018
"cacache/lru-cache": ["[email protected]", "", { "dependencies": { "yallist": "^4.0.0" } }, "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA=="],
30173019

30183020
"chalk/ansi-styles": ["[email protected]", "", { "dependencies": { "color-convert": "^2.0.1" } }, "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg=="],

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@ryoppippi/unplugin-typia": "workspace:*",
18-
"@types/node": "^20.17.51",
18+
"@types/node": "^20.17.57",
1919
"@types/react": "19.0.4",
2020
"@types/react-dom": "19.0.2",
2121
"ts-patch": "^3.3.0",

examples/webpack-minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webpack-minimal",
33
"private": true,
44
"devDependencies": {
5-
"@types/node": "^20.17.51",
5+
"@types/node": "^20.17.57",
66
"@webpack-cli/generators": "^3.0.7",
77
"html-webpack-plugin": "^5.6.3",
88
"prettier": "^3.5.3",

packages/unplugin-typia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"@oxc-project/runtime": "^0.72.2",
114114
"@ryoppippi/eslint-config": "npm:@jsr/ryoppippi__eslint-config@^0.0.23",
115115
"@types/bun": "^1.2.15",
116-
"@types/node": "^20.17.51",
116+
"@types/node": "^20.17.57",
117117
"@vue-macros/test-utils": "^1.7.1",
118118
"bumpp": "^10.1.1",
119119
"dax-sh": "^0.42.0",

0 commit comments

Comments
 (0)