From 13560610fad18add7edbc86a24dd102bfd04e295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:55:18 +0000 Subject: [PATCH] chore(deps): update lodash requirement Updates the requirements on [lodash](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 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 ae346f4e..0241aea0 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -26,7 +26,7 @@ "dependencies": { "@types/react-redux": "^7.1.34", "d3-array": "^3.2.4", - "lodash": "^4.17.21" + "lodash": "^4.18.1" }, "peerDependencies": { "@apache-superset/core": "*",