From 0a4a5504ac295b614f90b964a75a62446184a998 Mon Sep 17 00:00:00 2001 From: snyk-bot <snyk-bot@snyk.io> Date: Sat, 18 Feb 2023 03:22:47 +0000 Subject: [PATCH] fix: upgrade d3-sankey from 0.4.2 to 0.12.3 Snyk has created this PR to upgrade d3-sankey from 0.4.2 to 0.12.3. See this package in npm: https://www.npmjs.com/package/d3-sankey See this project in Snyk: https://app.snyk.io/org/yannhowe/project/981cdac0-9871-4b38-9055-269bec15a486?utm_source=github&utm_medium=referral&page=upgrade-pr --- .../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 527c54c368e75..5e06a90da4661 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-sankey/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "d3": "^3.5.17", - "d3-sankey": "^0.4.2", + "d3-sankey": "^0.12.3", "prop-types": "^15.6.2" }, "peerDependencies": {