diff --git a/package.json b/package.json index b2ad1c433..507cba413 100644 --- a/package.json +++ b/package.json @@ -213,7 +213,7 @@ "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", "tslib": "2.6.3", - "tsx": "4.15.9", + "tsx": "4.16.0", "type-coverage": "2.29.0", "typescript": "5.5.2", "universal-github-client": "1.0.3", diff --git a/yarn.lock b/yarn.lock index 10706af25..e4165979f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5669,7 +5669,7 @@ es-to-primitive@^1.2.1: is-date-object "^1.0.1" is-symbol "^1.0.2" -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== @@ -12289,12 +12289,12 @@ tsutils@3, tsutils@^3.21.0: dependencies: tslib "^1.8.1" -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"