From 1e6f2c05faf887b40976115421aad8a1fbe8ecb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 21:03:41 +0000 Subject: [PATCH] chore(dev-deps): bump tsx from 4.20.4 to 4.20.5 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.4 to 4.20.5. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](https://github.com/privatenumber/tsx/compare/v4.20.4...v4.20.5) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cfcbbfd..c2996f1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "eslint-plugin-sf-plugin": "^1.20.31", "oclif": "^4.22.13", "ts-node": "^10.9.2", - "tsx": "^4.20.4", + "tsx": "^4.20.5", "typescript": "^5.5.4" }, "engines": { diff --git a/yarn.lock b/yarn.lock index f7e9562..5a379d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7544,10 +7544,10 @@ tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0" integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ== -tsx@^4.20.4: - version "4.20.4" - resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.4.tgz#3fcf255dbc8826bdde2820f1cff47e31075c1d30" - integrity sha512-yyxBKfORQ7LuRt/BQKBXrpcq59ZvSW0XxwfjAt3w2/8PmdxaFzijtMhTawprSHhpzeM5BgU2hXHG3lklIERZXg== +tsx@^4.20.5: + version "4.20.5" + resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.20.5.tgz#856c8b2f114c50a9f4ae108126967a167f240dc7" + integrity sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw== dependencies: esbuild "~0.25.0" get-tsconfig "^4.7.5"