From 0d86c0c61b08411a753694daecf98e3629d3c900 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 04:38:20 +0000 Subject: [PATCH] chore(deps): update dependency tsx to v4.15.9 --- 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 6470acc2e..e37d5a376 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "glob": "10.4.2", "husky": "9.0.11", "tsmatchers": "^5.0.2", - "tsx": "4.15.8", + "tsx": "4.15.9", "yazl": "2.5.1" }, "engines": { @@ -9926,9 +9926,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.15.8", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.8.tgz", - "integrity": "sha512-B8dMlbbkZPW0GQ7wafyy2TGXyoGYW0IURfWkM1h/WzgG5lxxRoeDU2VbMURmmjwGaCsoKROVTLmQQPe/s2TnLw==", + "version": "4.15.9", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.15.9.tgz", + "integrity": "sha512-OEw8VSS5Ug88pj3YhOic1Zmg+mKOuJOcBdpxl402C0D4TjRxu/LTIrr+slbc8nKQA+b7YC9SoHTZAEeQQPBwFw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 21477fffd..84b1af0c2 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "glob": "10.4.2", "husky": "9.0.11", "tsmatchers": "^5.0.2", - "tsx": "4.15.8", + "tsx": "4.15.9", "yazl": "2.5.1" }, "lint-staged": {