From cdcf38248a8fb408b1ac70a51e3033b73f076e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:27:43 +0000 Subject: [PATCH] chore(deps): update dependency tsx to v4 --- 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"