diff --git a/package-lock.json b/package-lock.json index e51ea89c..f78bcfa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "replace-in-file": "^8.1.0", "rimraf": "^6.0.1", "ts-node": "^10.9.2", - "tsx": "^4.19.0", + "tsx": "^4.19.1", "typescript": "^5.6.2", "typescript-eslint": "^8.7.0" } @@ -5354,9 +5354,9 @@ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==" }, "node_modules/tsx": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", - "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", + "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", "dev": true, "dependencies": { "esbuild": "~0.23.0", diff --git a/package.json b/package.json index a60ff2da..d8562ad3 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "replace-in-file": "^8.1.0", "rimraf": "^6.0.1", "ts-node": "^10.9.2", - "tsx": "^4.19.0", + "tsx": "^4.19.1", "typescript": "^5.6.2", "typescript-eslint": "^8.7.0" },