diff --git a/package.json b/package.json index 0f7251f..d33e8ae 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "prettier-plugin-organize-imports": "^3.2.3", "prettier-plugin-pkg": "^0.18.0", "tsup": "^7.2.0", - "tsx": "^3.14.0", + "tsx": "^4.1.4", "typescript": "^5.2.2" }, "sideEffects": false, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9581eae..455daeb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,8 +59,8 @@ devDependencies: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) 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 @@ -1238,8 +1238,9 @@ packages: - ts-node 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