From c96590c1fad65e05048e0196a5c046e8cb9ef6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 07:08:46 +0000 Subject: [PATCH] chore(deps): bump zod from 4.4.1 to 4.4.3 in /superset-frontend Bumps [zod](https://github.com/colinhacks/zod) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 4 ++-- superset-frontend/plugins/plugin-chart-echarts/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index e315d5aec22a..378a568c5d3b 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -50649,7 +50649,7 @@ "acorn": "^8.16.0", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "zod": "^4.4.3" + "zod": "^4.4.1" }, "peerDependencies": { "@apache-superset/core": "*", @@ -50893,7 +50893,7 @@ "@deck.gl/extensions": "~9.2.9", "@deck.gl/geo-layers": "~9.2.5", "@deck.gl/layers": "~9.2.5", - "@deck.gl/mapbox": "^9.3.2", + "@deck.gl/mapbox": "~9.3.2", "@deck.gl/mesh-layers": "~9.2.5", "@luma.gl/constants": "~9.2.5", "@luma.gl/core": "~9.2.5", diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index eb68a240a31c..43a2552b3b57 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -29,7 +29,7 @@ "acorn": "^8.16.0", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "zod": "^4.4.3" + "zod": "^4.4.1" }, "peerDependencies": { "@apache-superset/core": "*",