diff --git a/package.json b/package.json index 1664cee..02a6172 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-simple-import-sort": "^10.0.0", "prettier": "^3.0.3", "tsup": "^7.2.0", - "tsx": "^3.13.0", + "tsx": "^3.14.0", "typescript": "^5.2.2", "vitest": "^0.34.6" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af5ae37..b2fdca4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,8 +62,8 @@ devDependencies: specifier: ^7.2.0 version: 7.2.0(typescript@5.2.2) tsx: - specifier: ^3.13.0 - version: 3.13.0 + specifier: ^3.14.0 + version: 3.14.0 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -2769,8 +2769,8 @@ packages: - ts-node dev: true - /tsx@3.13.0: - resolution: {integrity: sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A==} + /tsx@3.14.0: + resolution: {integrity: sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg==} hasBin: true dependencies: esbuild: 0.18.20