From c1151c201127d0327983fb789fb98de51f456177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:03:44 +0000 Subject: [PATCH] chore(deps): update lodash-es requirement Updates the requirements on [lodash-es](https://github.com/lodash/lodash) to permit the latest version. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1) --- updated-dependencies: - dependency-name: lodash-es dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/plugin-chart-echarts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/package.json b/superset-frontend/plugins/plugin-chart-echarts/package.json index 6699199f4871..cadb4252a806 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -30,7 +30,7 @@ "d3-array": "^3.2.4", "lodash": "^4.18.1", "zod": "^4.4.3", - "lodash-es": "^4.17.21" + "lodash-es": "^4.18.1" }, "peerDependencies": { "@apache-superset/core": "*",