From 9b35ac90d343f3eb2c8b309b36bee0a47ecfc4ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 00:05:25 +0000 Subject: [PATCH] build(deps): bump d3-sankey Bumps [d3-sankey](https://github.com/d3/d3-sankey) from 0.4.2 to 0.12.3. - [Release notes](https://github.com/d3/d3-sankey/releases) - [Commits](https://github.com/d3/d3-sankey/compare/v0.4.2...v0.12.3) --- updated-dependencies: - dependency-name: d3-sankey dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../plugins/legacy-plugin-chart-sankey/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json index f26e48f1a6150..936469b223c0e 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json @@ -30,7 +30,7 @@ }, "dependencies": { "d3": "^3.5.17", - "d3-sankey": "^0.4.2", + "d3-sankey": "^0.12.3", "prop-types": "^15.8.1" }, "peerDependencies": {