From 25df9cdb75a0eb0e49dd751cf9ec968f15919bbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:39:58 +0000 Subject: [PATCH] build(deps): bump d3-array Bumps [d3-array](https://github.com/d3/d3-array) from 1.2.4 to 3.2.4. - [Release notes](https://github.com/d3/d3-array/releases) - [Commits](https://github.com/d3/d3-array/compare/v1.2.4...v3.2.4) --- updated-dependencies: - dependency-name: d3-array dependency-type: direct:production update-type: version-update:semver-major ... 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 652aa372d867a..d67e5ffd163c6 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/package.json +++ b/superset-frontend/plugins/plugin-chart-echarts/package.json @@ -27,7 +27,7 @@ "access": "public" }, "dependencies": { - "d3-array": "^1.2.0", + "d3-array": "^3.2.4", "echarts": "^5.4.1", "lodash": "^4.17.21", "moment": "^2.26.0"