From da56feb0cff15eb42e10b8c80c83ef2fe43d26da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 07:43:33 +0000 Subject: [PATCH] chore(deps): update dependency tsx to v4.16.0 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d29cf6cf..f3dd9b90 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "lint-staged": "15.2.7", "prettier": "3.3.2", "style-dictionary": "3.9.2", - "tsx": "4.15.9", + "tsx": "4.16.0", "typescript": "5.5.2", "typescript-eslint": "7.14.1" }, diff --git a/yarn.lock b/yarn.lock index 4bb45cf6..ec1091d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -874,7 +874,7 @@ error-ex@^1.3.1: dependencies: is-arrayish "^0.2.1" -esbuild@~0.21.4: +esbuild@~0.21.5: version "0.21.5" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.21.5.tgz#9ca301b120922959b766360d8ac830da0d02997d" integrity sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw== @@ -2092,12 +2092,12 @@ tslib@^2.0.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== -tsx@4.15.9: - version "4.15.9" - resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.15.9.tgz#9c8cf4e78b87a9f0e295b8b72cee5c57ad5cbfca" - integrity sha512-OEw8VSS5Ug88pj3YhOic1Zmg+mKOuJOcBdpxl402C0D4TjRxu/LTIrr+slbc8nKQA+b7YC9SoHTZAEeQQPBwFw== +tsx@4.16.0: + version "4.16.0" + resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.16.0.tgz#913dd96f191b76f07a8744201d8c15d510aa1352" + integrity sha512-MPgN+CuY+4iKxGoJNPv+1pyo5YWZAQ5XfsyobUG+zoKG7IkvCPLZDEyoIb8yLS2FcWci1nlxAqmvPlFWD5AFiQ== dependencies: - esbuild "~0.21.4" + esbuild "~0.21.5" get-tsconfig "^4.7.5" optionalDependencies: fsevents "~2.3.3"