diff --git a/package.json b/package.json index 5432f3240..caafc3837 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "prettier": "3.0.3", "prettier-plugin-tailwindcss": "0.5.6", "tailwindcss": "3.3.5", - "tsx": "3.14.0", + "tsx": "4.1.0", "turbo": "1.10.16", "typescript": "5.2.2", "xwing-data2": "github:danrs/xwing-data2#4a107f7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca548d462..6315e91ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -155,8 +155,8 @@ devDependencies: specifier: 3.3.5 version: 3.3.5 tsx: - specifier: 3.14.0 - version: 3.14.0 + specifier: 4.1.0 + version: 4.1.0 turbo: specifier: 1.10.16 version: 1.10.16 @@ -6599,8 +6599,9 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: false - /tsx@3.14.0: - resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} + /tsx@4.1.0: + resolution: {integrity: sha512-u4l17Yd63Wsk2fzNn1wZCmcS9kwJ/2ysl7wuoVggv2hd3NjLA5JQPpyJMXoWSXOwOvoQUzNcu/sf/35HEsnXsg==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: esbuild: 0.18.20