From e86190a343e55dd46242a67167ec09eee23c9554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:20:42 +0000 Subject: [PATCH] chore(deps-dev): bump tsx in /cli in the compatible-updates group Bumps the compatible-updates group in /cli with 1 update: [tsx](https://github.com/privatenumber/tsx). Updates `tsx` from 4.23.1 to 4.23.10 - [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.23.1...v4.23.10) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.23.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: compatible-updates ... Signed-off-by: dependabot[bot] --- cli/package-lock.json | 8 ++++---- cli/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/package-lock.json b/cli/package-lock.json index 9d264ff..25ad442 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -18,7 +18,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "tsx": "4.23.1", + "tsx": "4.23.10", "typescript": "5.9.3" }, "engines": { @@ -838,9 +838,9 @@ "license": "MIT" }, "node_modules/tsx": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", - "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/cli/package.json b/cli/package.json index 3492b22..7875027 100644 --- a/cli/package.json +++ b/cli/package.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@types/node": "24.13.3", - "tsx": "4.23.1", + "tsx": "4.23.10", "typescript": "5.9.3" } }