From 3f339bd9230e5bb9986f1333e8425d93a50b34b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 20:20:27 +0000 Subject: [PATCH] Bump vega in /streamlit/streamlit_sanddance/frontend Bumps [vega](https://github.com/vega/vega) from 5.32.0 to 6.2.0. - [Release notes](https://github.com/vega/vega/releases) - [Commits](https://github.com/vega/vega/compare/v5.32.0...v6.2.0) --- updated-dependencies: - dependency-name: vega dependency-version: 6.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit/streamlit_sanddance/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamlit/streamlit_sanddance/frontend/package.json b/streamlit/streamlit_sanddance/frontend/package.json index 140b61dd..cdb1120d 100644 --- a/streamlit/streamlit_sanddance/frontend/package.json +++ b/streamlit/streamlit_sanddance/frontend/package.json @@ -8,7 +8,7 @@ "react": ">=16.8.0 <18.0.0", "react-dom": ">=16.8.0 <18.0.0", "streamlit-component-lib": "^2.0.0", - "vega": "5.32.0" + "vega": "6.2.0" }, "scripts": { "build:07": "npm run bundle",