From 49c7a0fd8e77eb540f9f1fbfa0be59c73dc3ca5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 15:08:29 +0000 Subject: [PATCH] chore(deps-dev): Bump tsx from 4.20.3 to 4.20.6 (#61) --- 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 4fe45f6..6e3aefe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "prettier-plugin-organize-imports": "4.1.0", "semantic-release": "24.2.5", "tsup": "8.5.0", - "tsx": "4.20.3", + "tsx": "4.20.6", "typescript": "5.8.3", "typescript-eslint": "8.41.0" }, @@ -12584,9 +12584,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 0ec6f9e..78a669d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "prettier-plugin-organize-imports": "4.1.0", "semantic-release": "24.2.5", "tsup": "8.5.0", - "tsx": "4.20.3", + "tsx": "4.20.6", "typescript": "5.8.3", "typescript-eslint": "8.41.0" }