From 93fd52b69e7f6f1d76bdb25040f22ec5b0a56042 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:30:01 +0900 Subject: [PATCH] chore(deps): update dependency tsx to v4 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/node/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/node/package.json b/playground/node/package.json index ada1d92..4ee7358 100644 --- a/playground/node/package.json +++ b/playground/node/package.json @@ -13,7 +13,7 @@ "typescript": "^5.2.2" }, "devDependencies": { - "tsx": "^3.14.0", + "tsx": "^4.0.0", "ofetch": "^1.3.3", "bun-types": "latest", "@types/node": "^20.6.0"