From 6ad503201b8c3dfc9ddaa58ebfe02d9c76d73920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:58:22 +0700 Subject: [PATCH] chore(deps): bump zod from 4.3.6 to 4.4.1 in /superset-frontend (#39770) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 20 +++++++++---------- .../plugins/plugin-chart-echarts/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 634b265fc50..c4a413ea9f9 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -50976,15 +50976,6 @@ "numcodecs": "^0.3.2" } }, - "node_modules/zod": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", - "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - }, "node_modules/zrender": { "version": "5.6.1", "resolved": "https://registry.npmjs.org/zrender/-/zrender-5.6.1.tgz", @@ -52954,7 +52945,7 @@ "acorn": "^8.16.0", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "zod": "^4.3.6" + "zod": "^4.4.1" }, "peerDependencies": { "@apache-superset/core": "*", @@ -52990,6 +52981,15 @@ "node": ">=12" } }, + "plugins/plugin-chart-echarts/node_modules/zod": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz", + "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "plugins/plugin-chart-handlebars": { "name": "@superset-ui/plugin-chart-handlebars", "version": "0.20.3", diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index d80dfc4c7f0..cf15055cd1d 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.3.6" + "zod": "^4.4.1" }, "peerDependencies": { "@apache-superset/core": "*",