diff --git a/package.json b/package.json index 5b80dba..ad9369e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prettier": "3.0.3", "standard-version": "9.5.0", "thread-stream": "2.4.1", - "tsx": "3.14.0", + "tsx": "4.1.4", "typescript": "5.2.2", "vitest": "0.34.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b8ec272..58a333a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,8 +54,8 @@ devDependencies: specifier: 2.4.1 version: 2.4.1 tsx: - specifier: 3.14.0 - version: 3.14.0 + specifier: 4.1.4 + version: 4.1.4 typescript: specifier: 5.2.2 version: 5.2.2 @@ -3696,8 +3696,9 @@ packages: resolution: {integrity: sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==} dev: true - /tsx@3.14.0: - resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} + /tsx@4.1.4: + resolution: {integrity: sha512-9X7uBCIyUsvMzIH+o8m+5o/5eL461cChCF+XUtOZsPr1a4pZx2lTQx0Muu5G5VwJWZwAGKBe3sJHLk82BENAVw==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20