From ef080a9d97f42b10d9d22c2955f9e6d73135fa6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:42:03 +0000 Subject: [PATCH] build(deps): bump d3 Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.9.0. - [Release notes](https://github.com/d3/d3/releases) - [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md) - [Commits](https://github.com/d3/d3/compare/v3.5.17...v7.9.0) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../plugins/legacy-plugin-chart-heatmap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json index 288917d7cc..4d56ea4a09 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-heatmap/package.json @@ -23,7 +23,7 @@ "lib" ], "dependencies": { - "d3": "^3.5.17", + "d3": "^7.9.0", "d3-svg-legend": "^1.x", "d3-tip": "^0.9.1", "prop-types": "^15.8.1"