From c89c76b40a2097cf6d349f753abc902739cd4374 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 11 Sep 2024 07:30:44 +0000
Subject: [PATCH] chore(deps-dev): bump tsx from 4.18.0 to 4.19.0 (#1391)
---
package-lock.json | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 19b7237..33a76da 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -83,7 +83,7 @@
"@types/yargs": "^17.0.33",
"esbuild": "^0.19.9",
"prettier": "^3.3.3",
- "tsx": "^4.18.0",
+ "tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"engines": {
@@ -5909,9 +5909,9 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsx": {
- "version": "4.18.0",
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.18.0.tgz",
- "integrity": "sha512-a1jaKBSVQkd6yEc1/NI7G6yHFfefIcuf3QJST7ZEyn4oQnxLYrZR5uZAM8UrwUa3Ge8suiZHcNS1gNrEvmobqg==",
+ "version": "4.19.0",
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz",
+ "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==",
"dev": true,
"dependencies": {
"esbuild": "~0.23.0",
--
Gitblit v1.10.0