From 64ba134b768f8d6fe512aa3a002fb525b5788d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 13:40:46 +0000 Subject: [PATCH] chore(deps-dev): Bump tsx from 4.20.3 to 4.20.6 (#148) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fa08ad9..5fe698c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier-plugin-organize-imports": "4.2.0", "semantic-release": "24.2.7", "tsup": "8.5.0", - "tsx": "4.20.3", + "tsx": "4.20.6", "typedoc": "0.28.13", "typedoc-material-theme": "1.4.0", "typescript": "5.9.2", @@ -12479,9 +12479,9 @@ } }, "node_modules/tsx": { - "version": "4.20.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.3.tgz", - "integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==", + "version": "4.20.6", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", + "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0ffe36c..df02a4c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "prettier-plugin-organize-imports": "4.2.0", "semantic-release": "24.2.7", "tsup": "8.5.0", - "tsx": "4.20.3", + "tsx": "4.20.6", "typedoc": "0.28.13", "typedoc-material-theme": "1.4.0", "typescript": "5.9.2",