diff --git a/package-lock.json b/package-lock.json index 5df0cf7..6a4e6db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/node": "24.13.3", "semantic-release": "25.0.9", "semantic-release-major-tag": "0.3.2", - "tsx": "4.23.9", + "tsx": "4.23.10", "typescript": "6.0.3" } }, @@ -6212,9 +6212,9 @@ } }, "node_modules/tsx": { - "version": "4.23.9", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.9.tgz", - "integrity": "sha512-6q8uTORRGauQVjqMQnKUucLFoeXZAfw6zKvG35GLbdKWbLdeOtZ3H4mhyA5mxuUd2o2cRTskhj59nLLQseUvUw==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "dev": true, "dependencies": { "esbuild": "~0.28.0" @@ -10548,9 +10548,9 @@ "dev": true }, "tsx": { - "version": "4.23.9", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.9.tgz", - "integrity": "sha512-6q8uTORRGauQVjqMQnKUucLFoeXZAfw6zKvG35GLbdKWbLdeOtZ3H4mhyA5mxuUd2o2cRTskhj59nLLQseUvUw==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "dev": true, "requires": { "esbuild": "~0.28.0", diff --git a/package.json b/package.json index 7a0bcbc..753ea02 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/node": "24.13.3", "semantic-release": "25.0.9", "semantic-release-major-tag": "0.3.2", - "tsx": "4.23.9", + "tsx": "4.23.10", "typescript": "6.0.3" } }