From c29d549ab17a34cc6f762d40cb4e83de1fa92cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:47:38 +0000 Subject: [PATCH] Update dependency @hpcc-js/wasm-graphviz-cli to v1.8.8 --- scripts/visualization/renderGraphVizSVG.sh | 2 +- scripts/visualization/visualizeQueryResults.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/visualization/renderGraphVizSVG.sh b/scripts/visualization/renderGraphVizSVG.sh index 7e5758ee6..e07628037 100755 --- a/scripts/visualization/renderGraphVizSVG.sh +++ b/scripts/visualization/renderGraphVizSVG.sh @@ -50,4 +50,4 @@ fi # Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode. echo "${SCRIPT_NAME}: Info: Rendering ${inputGvFileName} using npx to run GraphViz CLI Web Assembly Wrapper..." npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null -npx --yes @hpcc-js/wasm-graphviz-cli@1.8.7 -T svg "${inputGvFilePath}/${graphName}.gv" > "${inputGvFilePath}/${graphName}.svg" \ No newline at end of file +npx --yes @hpcc-js/wasm-graphviz-cli@1.8.8 -T svg "${inputGvFilePath}/${graphName}.gv" > "${inputGvFilePath}/${graphName}.svg" \ No newline at end of file diff --git a/scripts/visualization/visualizeQueryResults.sh b/scripts/visualization/visualizeQueryResults.sh index f365fd0ec..f4c00755e 100755 --- a/scripts/visualization/visualizeQueryResults.sh +++ b/scripts/visualization/visualizeQueryResults.sh @@ -66,4 +66,4 @@ fi # Use "npm install" first to create local "node_modules" and be able to run it after that in offline mode. echo "visualizeQueryResults: Info: Using npx to run GraphViz CLI (Web Assembly Wrapper) for SVG generation." npm install @hpcc-js/wasm-graphviz-cli@1.2.6 --silent --no-progress --loglevel=error > /dev/null -npx --yes @hpcc-js/wasm-graphviz-cli@1.8.7 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg" \ No newline at end of file +npx --yes @hpcc-js/wasm-graphviz-cli@1.8.8 -T svg "${inputCsvFilePath}/${graphName}.gv" > "${inputCsvFilePath}/${graphName}.svg" \ No newline at end of file