diff --git a/cli/package-lock.json b/cli/package-lock.json index 9d264ff..25ad442 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "tsx": "4.23.1", + "tsx": "4.23.10", "typescript": "5.9.3" }, "engines": { @@ -838,9 +838,9 @@ "license": "MIT" }, "node_modules/tsx": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", - "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/cli/package.json b/cli/package.json index 3492b22..7875027 100644 --- a/cli/package.json +++ b/cli/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "tsx": "4.23.1", + "tsx": "4.23.10", "typescript": "5.9.3" } }