From 9473f669703348c1c28db4fb9ec662ef40acad85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 00:56:30 +0000 Subject: [PATCH] chore(deps): update dependency tsx to v4.19.2 --- 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 16ddc84f..c1c93ef4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "prettier-plugin-pkg": "0.18.1", "prettier-plugin-sh": "0.14.0", "tshy": "3.0.2", - "tsx": "4.19.1", + "tsx": "4.19.2", "typescript": "5.6.3", "typescript-eslint": "8.11.0" }, @@ -7206,9 +7206,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", - "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz", + "integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 457d3d37..7e1bea52 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "prettier-plugin-pkg": "0.18.1", "prettier-plugin-sh": "0.14.0", "tshy": "3.0.2", - "tsx": "4.19.1", + "tsx": "4.19.2", "typescript": "5.6.3", "typescript-eslint": "8.11.0" },