diff --git a/benchmarks/basic/package.json b/benchmarks/basic/package.json index 6b7dd643..9a9535bf 100644 --- a/benchmarks/basic/package.json +++ b/benchmarks/basic/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } } diff --git a/examples/basic/package.json b/examples/basic/package.json index 0babf6fc..99fe81d6 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } } diff --git a/examples/declare-workflow/package.json b/examples/declare-workflow/package.json index 7f790fb4..1764cb1c 100644 --- a/examples/declare-workflow/package.json +++ b/examples/declare-workflow/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } } diff --git a/examples/with-schema-validation/package.json b/examples/with-schema-validation/package.json index dfd44a20..7ae0d173 100644 --- a/examples/with-schema-validation/package.json +++ b/examples/with-schema-validation/package.json @@ -17,6 +17,6 @@ "zod": "^4.4.3" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } } diff --git a/examples/workflow-discovery/package.json b/examples/workflow-discovery/package.json index bc3df36e..fe609f36 100644 --- a/examples/workflow-discovery/package.json +++ b/examples/workflow-discovery/package.json @@ -10,6 +10,6 @@ "openworkflow": "*" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } } diff --git a/package-lock.json b/package-lock.json index a62fdbbb..517371a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "prettier": "^3.9.6", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1", - "tsx": "^4.23.5", + "tsx": "^4.23.11", "turbo": "^2.10.9", "typescript": "^6.0.3", "typescript-eslint": "^8.66.0", @@ -292,7 +292,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } }, "examples/basic": { @@ -302,7 +302,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } }, "examples/declare-workflow": { @@ -312,7 +312,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } }, "examples/with-schema-validation": { @@ -326,7 +326,7 @@ "zod": "^4.4.3" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } }, "examples/workflow-discovery": { @@ -335,7 +335,7 @@ "openworkflow": "*" }, "devDependencies": { - "tsx": "^4.23.5" + "tsx": "^4.23.11" } }, "node_modules/@ark/schema": { @@ -13505,9 +13505,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.23.5", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.5.tgz", - "integrity": "sha512-rw55FUaqOoI7RvlQwLbhO4nSDApnQ4/CykPuiQ/EPvtrX3WA9Ig55jIt9VvbBJbzJuj12ueRu4PMZ2SxPVbihg==", + "version": "4.23.11", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz", + "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a691508c..b8ab14dd 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prettier": "^3.9.6", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.1", - "tsx": "^4.23.5", + "tsx": "^4.23.11", "turbo": "^2.10.9", "typescript": "^6.0.3", "typescript-eslint": "^8.66.0",