From 7264be035d7424357e74b4457fc3b964422462b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:45:04 +0000 Subject: [PATCH] build(deps-dev): Bump tsx from 4.20.5 to 4.20.6 Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.5 to 4.20.6. - [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.5...v4.20.6) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- npm-shrinkwrap.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0b0527d..e45d77a 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -51,7 +51,7 @@ "nyc": "^17.1.0", "rimraf": "^6.0.1", "sinon": "^21.0.0", - "tsx": "^4.20.5", + "tsx": "^4.20.6", "typescript": "^5.9.2", "typescript-eslint": "^8.44.1", "yauzl-promise": "^4.0.0" @@ -18958,9 +18958,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.20.5", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.5.tgz", - "integrity": "sha512-+wKjMNU9w/EaQayHXb7WA7ZaHY6hN8WgfvHNQ3t1PnU91/7O8TcTnIhCDYTZwnt8JsO9IBqZ30Ln1r7pPF52Aw==", + "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 16712d3..d60c33c 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "nyc": "^17.1.0", "rimraf": "^6.0.1", "sinon": "^21.0.0", - "tsx": "^4.20.5", + "tsx": "^4.20.6", "typescript": "^5.9.2", "typescript-eslint": "^8.44.1", "yauzl-promise": "^4.0.0"