diff --git a/package.json b/package.json index 75c5b5ee..cd400d72 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "rollup": "^4.5.0", "rollup-plugin-license": "^3.2.0", "simple-git-hooks": "^2.9.0", - "tsx": "^3.14.0", + "tsx": "^4.1.4", "typescript": "^5.2.2", "unbuild": "2.0.0", "vite": "^5.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 73d6a8cb..4b638e07 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,8 +96,8 @@ importers: specifier: ^2.9.0 version: 2.9.0 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 @@ -6641,8 +6641,9 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} 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