From 40f039983c29d5355950a80c19a1a13f220a3d72 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 26 Aug 2024 21:12:35 +0000
Subject: [PATCH] chore(deps-dev): bump tsx from 4.17.0 to 4.18.0 (#1377)
---
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 d104192..b755c7d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -83,7 +83,7 @@
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"prettier": "^3.3.3",
- "tsx": "^4.17.0",
+ "tsx": "^4.18.0",
"typescript": "^5.5.4"
},
"engines": {
@@ -5911,9 +5911,9 @@
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
},
"node_modules/tsx": {
- "version": "4.17.0",
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.17.0.tgz",
- "integrity": "sha512-eN4mnDA5UMKDt4YZixo9tBioibaMBpoxBkD+rIPAjVmYERSG0/dWEY1CEFuV89CgASlKL499q8AhmkMnnjtOJg==",
+ "version": "4.18.0",
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.18.0.tgz",
+ "integrity": "sha512-a1jaKBSVQkd6yEc1/NI7G6yHFfefIcuf3QJST7ZEyn4oQnxLYrZR5uZAM8UrwUa3Ge8suiZHcNS1gNrEvmobqg==",
"dev": true,
"dependencies": {
"esbuild": "~0.23.0",
diff --git a/package.json b/package.json
index 5823535..5a09299 100644
--- a/package.json
+++ b/package.json
@@ -106,7 +106,7 @@
"@types/yargs": "^17.0.32",
"esbuild": "^0.19.9",
"prettier": "^3.3.3",
- "tsx": "^4.17.0",
+ "tsx": "^4.18.0",
"typescript": "^5.5.4"
}
}
--
Gitblit v1.10.0