diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index dfc555aa..392646af 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.10", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "ts-patch": "^3.2.1", diff --git a/examples/webpack-minimal/package.json b/examples/webpack-minimal/package.json index 509660be..6370adec 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.10", "@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 84f30105..6ca42fb8 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.10", "@vue-macros/test-utils": "^1.7.0", "bumpp": "^9.8.1", "dax-sh": "^0.42.0",