diff --git a/benchmarks/basic/package.json b/benchmarks/basic/package.json index 1ab6a13e..c96084c8 100644 --- a/benchmarks/basic/package.json +++ b/benchmarks/basic/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } } diff --git a/examples/basic/package.json b/examples/basic/package.json index 424d6ad5..6c7df024 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } } diff --git a/examples/declare-workflow/package.json b/examples/declare-workflow/package.json index 88a69392..3df719f7 100644 --- a/examples/declare-workflow/package.json +++ b/examples/declare-workflow/package.json @@ -10,6 +10,6 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } } diff --git a/examples/with-schema-validation/package.json b/examples/with-schema-validation/package.json index 5241a812..109a689b 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.22.4" + "tsx": "^4.22.5" } } diff --git a/examples/workflow-discovery/package.json b/examples/workflow-discovery/package.json index 41e8faef..f64494dc 100644 --- a/examples/workflow-discovery/package.json +++ b/examples/workflow-discovery/package.json @@ -10,6 +10,6 @@ "openworkflow": "*" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } } diff --git a/package-lock.json b/package-lock.json index 0fba8c97..2ca615ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "prettier": "^3.9.4", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.0", - "tsx": "^4.22.4", + "tsx": "^4.22.5", "turbo": "^2.10.2", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1", @@ -228,7 +228,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } }, "examples/basic": { @@ -238,7 +238,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } }, "examples/declare-workflow": { @@ -248,7 +248,7 @@ "postgres": "^3.4.9" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } }, "examples/with-schema-validation": { @@ -262,7 +262,7 @@ "zod": "^4.4.3" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } }, "examples/workflow-discovery": { @@ -271,7 +271,7 @@ "openworkflow": "*" }, "devDependencies": { - "tsx": "^4.22.4" + "tsx": "^4.22.5" } }, "node_modules/@ark/schema": { @@ -15102,9 +15102,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.22.4", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.4.tgz", - "integrity": "sha512-X8EX+XV4QR5xCsrgxaED954zTDfY8KqlDtskKEL0cHhyS/P8b4IFOvGDQpsC9Q1XnLq915wEfwwY/zzskCtmhg==", + "version": "4.22.5", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.5.tgz", + "integrity": "sha512-F7JnSfPl5ASt6LqwWyUQ3T8BwN3q0eQEbFMYa2iRWaVQmmudo0d7fRmwM4O002gsvW1bs0yBYioutsAjqLJMvQ==", "devOptional": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ad028c44..fb051502 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prettier": "^3.9.4", "prettier-plugin-packagejson": "^3.0.2", "prettier-plugin-tailwindcss": "^0.8.0", - "tsx": "^4.22.4", + "tsx": "^4.22.5", "turbo": "^2.10.2", "typescript": "^6.0.3", "typescript-eslint": "^8.62.1",