diff --git a/package-lock.json b/package-lock.json index 11fe94d..b05f5e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "rimraf": "^5.0.8", "tsconfig-paths": "^4.2.0", "tsup": "^8.3.5", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", "unplugin-swc": "^1.5.1", "vite": "^5.4.10", @@ -8073,9 +8073,9 @@ } }, "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, "dependencies": { "esbuild": "~0.23.0", diff --git a/package.json b/package.json index 659d491..73ad9d7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "rimraf": "^5.0.8", "tsconfig-paths": "^4.2.0", "tsup": "^8.3.5", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", "unplugin-swc": "^1.5.1", "vite": "^5.4.10",