From f6941d61c1c49b5a74d2e2cb66ce72cd732ad754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:10:22 +0000 Subject: [PATCH] build(deps-dev): bump tsx from 4.21.0 to 4.21.1 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.21.1. - [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.21.0...v4.21.1) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.21.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index f90abb1e..fe107b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -88,7 +88,7 @@ "serwist": "^9.5.6", "standard-version": "^9.5.0", "tailwindcss": "^4", - "tsx": "^4.20.6", + "tsx": "^4.21.1", "tw-animate-css": "^1.4.0", "typescript": "^5", "vitest": "^4.0.18" @@ -16052,14 +16052,13 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.21.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.0.tgz", - "integrity": "sha512-5C1sg4USs1lfG0GFb2RLXsdpXqBSEhAaA/0kPL01wxzpMqLILNxIxIOKiILz+cdg/pLnOUxFYOR5yhHU666wbw==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.21.1.tgz", + "integrity": "sha512-5QE2Q04cN1u0993w0LT5rPw3faZqZU1fFn1mGE0pV53N1Dn7c+QFFxQu1mBeSgeOXwFyTicZw02wVgp3Tb5cAQ==", "dev": true, "license": "MIT", "dependencies": { - "esbuild": "~0.27.0", - "get-tsconfig": "^4.7.5" + "esbuild": "~0.27.0" }, "bin": { "tsx": "dist/cli.mjs" diff --git a/package.json b/package.json index 5f68a3a2..500bb00a 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "serwist": "^9.5.6", "standard-version": "^9.5.0", "tailwindcss": "^4", - "tsx": "^4.20.6", + "tsx": "^4.21.1", "tw-animate-css": "^1.4.0", "typescript": "^5", "vitest": "^4.0.18"