diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 0f017b52..cb64e3c0 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@ryoppippi/unplugin-typia": "workspace:*", - "@types/node": "^20.17.9", + "@types/node": "^20.17.16", "@types/react": "19.0.4", "@types/react-dom": "19.0.2", "ts-patch": "^3.2.1", diff --git a/examples/webpack-minimal/package.json b/examples/webpack-minimal/package.json index a0133e3d..2e0a0c82 100644 --- a/examples/webpack-minimal/package.json +++ b/examples/webpack-minimal/package.json @@ -2,7 +2,7 @@ "name": "webpack-minimal", "private": true, "devDependencies": { - "@types/node": "^20.17.9", + "@types/node": "^20.17.16", "@webpack-cli/generators": "^3.0.7", "html-webpack-plugin": "^5.6.3", "prettier": "^3.4.1", diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index 54a688a9..d26b2b4b 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -59,7 +59,7 @@ "@std/collections": "npm:@jsr/std__collections@1.0.5", "@types/bun": "^1.1.14", "@types/diff-match-patch": "^1.0.36", - "@types/node": "^20.17.9", + "@types/node": "^20.17.16", "@vue-macros/test-utils": "^1.7.0", "bumpp": "^9.8.1", "dax-sh": "^0.42.0",