diff --git a/package-lock.json b/package-lock.json index 562f6a707..d71fc35bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react-dom": "^18.3.1", "rimraf": "^6.0.1", "sass": "^1.80.4", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", "vue": "^3.5.10", "zod": "^3.23.8", @@ -8579,9 +8579,9 @@ "optional": true }, "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 e86f09546..f39869046 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "react-dom": "^18.3.1", "rimraf": "^6.0.1", "sass": "^1.80.4", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3", "vue": "^3.5.10", "zod": "^3.23.8",