From 850538760ff7aa8826ee94d75d864ea7ad13245f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:39:59 +0000 Subject: [PATCH] build(deps): bump d3 Bumps [d3](https://github.com/d3/d3) from 3.5.17 to 7.8.5. - [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.8.5) --- updated-dependencies: - dependency-name: d3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../plugins/legacy-plugin-chart-partition/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-partition/package.json b/superset-frontend/plugins/legacy-plugin-chart-partition/package.json index fd38d9f9e9015..b5df01d2f2c71 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-partition/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-partition/package.json @@ -23,7 +23,7 @@ "lib" ], "dependencies": { - "d3": "^3.5.17", + "d3": "^7.8.5", "d3-hierarchy": "^1.1.8", "prop-types": "^15.8.1" },