diff --git a/package.json b/package.json index ed71591..6b8fffd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "node-graceful-shutdown": "1.1.5", "pino": "8.16.1", "pino-pretty": "10.2.3", - "tsx": "3.14.0", + "tsx": "4.1.1", "zod": "3.22.4" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 206e937..47fab17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3957,10 +3957,10 @@ tslib@^2.5.0, tslib@^2.6.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -tsx@3.14.0: - version "3.14.0" - resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.14.0.tgz#be6e2176b6f210fe8f48124fb6e22e0f075e927b" - integrity sha512-xHtFaKtHxM9LOklMmJdI3BEnQq/D5F73Of2E1GDrITi9sgoVkvIsrQUTY1G8FlmGtA+awCI4EBlTRRYxkL2sRg== +tsx@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.1.1.tgz#cd08732708aad17b28c28358c341b1d9d0ed21bb" + integrity sha512-zyPn5BFMB0TB5kMLbYPNx4x/oL/oSlaecdKCv6WeJ0TeSEfx8RTJWjuB5TZ2dSewktgfBsBO/HNA9mrMWqLXMA== dependencies: esbuild "~0.18.20" get-tsconfig "^4.7.2"