diff --git a/package-lock.json b/package-lock.json index e97008e1..9407cd0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24383,9 +24383,9 @@ "dev": true }, "node_modules/tsx": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.9.0.tgz", - "integrity": "sha512-UY0UUhDPL6MkqkZU4xTEjEBOLfV+RIt4xeeJ1qwK73xai4/zveG+X6+tieILa7rjtegUW2LE4p7fw7gAoLuytA==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.9.1.tgz", + "integrity": "sha512-CqSJaYyZ6GEqnGtPuMPQHvUwRGU6VHSVF+RDxoOmRg/XD4aF0pD973tKhoUYGQtdcoCHcSOGk34ioFaP+vYcMQ==", "dependencies": { "esbuild": "~0.20.2", "get-tsconfig": "^4.7.3" @@ -26163,7 +26163,7 @@ "@stencil/core": "4.17.2", "commander": "12.0.0", "esbuild": "0.20.2", - "tsx": "4.9.0", + "tsx": "4.9.1", "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 7d9983ca..6e92b3a5 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.17.2", "commander": "12.0.0", "esbuild": "0.20.2", - "tsx": "4.9.0", + "tsx": "4.9.1", "typescript": "5.4.5" }, "devDependencies": {