diff --git a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json index 76e8461af6b5d..463f5e2ebff83 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json @@ -29,7 +29,7 @@ "access": "public" }, "dependencies": { - "d3": "^3.5.17", + "d3": "^7.8.5", "prop-types": "^15.8.1", "react": "^16.13.1" },