diff --git a/package-lock.json b/package-lock.json index 832a7f70..84e4e55c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23664,9 +23664,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.16.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.3.tgz", - "integrity": "sha512-MP8AEUxVnboD2rCC6kDLxnpDBNWN9k3BSVU/0/nNxgm70bPBnfn+yCKcnOsIVPQwdkbKYoFOlKjjWZWJ2XCXUg==", + "version": "4.16.4", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.16.4.tgz", + "integrity": "sha512-E0EDobc7FtOxdNtG0ZQWztLa9PK/TqC5QvdV0heyIMJySwcJ8vyvziOznzO1MIM2IDfacLGBgfiCUmba6mvI7Q==", "license": "MIT", "dependencies": { "esbuild": "~0.21.5", @@ -25658,7 +25658,7 @@ "@stencil/core": "4.19.2", "commander": "12.1.0", "esbuild": "0.23.0", - "tsx": "4.16.3", + "tsx": "4.16.4", "typescript": "5.4.5" }, "devDependencies": { diff --git a/packages/stencil-react-ssr-output-target/package.json b/packages/stencil-react-ssr-output-target/package.json index e3c3fbb0..a0b34222 100644 --- a/packages/stencil-react-ssr-output-target/package.json +++ b/packages/stencil-react-ssr-output-target/package.json @@ -36,7 +36,7 @@ "@stencil/core": "4.19.2", "commander": "12.1.0", "esbuild": "0.23.0", - "tsx": "4.16.3", + "tsx": "4.16.4", "typescript": "5.4.5" }, "devDependencies": {