From ca6b9d52d02460a8a6459c504fe58879edaa3a2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 Jun 2025 15:47:51 +0000 Subject: [PATCH] fix: superset-frontend/plugins/plugin-chart-word-cloud/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 --- superset-frontend/plugins/plugin-chart-word-cloud/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-word-cloud/package.json b/superset-frontend/plugins/plugin-chart-word-cloud/package.json index aadd91264e84..353e0bbc4b50 100644 --- a/superset-frontend/plugins/plugin-chart-word-cloud/package.json +++ b/superset-frontend/plugins/plugin-chart-word-cloud/package.json @@ -31,7 +31,7 @@ "dependencies": { "@types/d3-scale": "^4.0.8", "d3-cloud": "^1.2.7", - "d3-scale": "^3.0.1", + "d3-scale": "^4.0.0", "encodable": "^0.7.8" }, "peerDependencies": {