From 80742ca5024bd79be5ae2571a54fadc10c0b5d1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:02:26 +0000 Subject: [PATCH] Update dependency tsx to ^3.14.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23af7a6..d02a511 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prettier": "^3.0.3", "rimraf": "^4.4.1", "ts-jest": "^29.1.1", - "tsx": "^3.13.0", + "tsx": "^3.14.0", "typescript": "^4.9.5", "uuid": "^9.0.1" } diff --git a/yarn.lock b/yarn.lock index b326469..27832f6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4449,10 +4449,10 @@ tsutils@^3.21.0: dependencies: tslib "^1.8.1" -tsx@^3.13.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/tsx/-/tsx-3.13.0.tgz#f860e511b33fcb41d74df87d7ba239a0b4012dbb" - integrity sha512-rjmRpTu3as/5fjNq/kOkOtihgLxuIz6pbKdj9xwP4J5jOLkBxw/rjN5ANw+KyrrOXV5uB7HC8+SrrSJxT65y+A== +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== dependencies: esbuild "~0.18.20" get-tsconfig "^4.7.2"