From 189a49092167c8a118dfa41c73169ae11b9a460c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 18:36:40 +0000 Subject: [PATCH] fix: superset-frontend/plugins/legacy-plugin-chart-chord/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-D3COLOR-1076592 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 --- .../plugins/legacy-plugin-chart-chord/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json index b0ef9fdc0e08d..c4b6ed4410d6b 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-chord/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-chord/package.json @@ -28,8 +28,8 @@ "access": "public" }, "dependencies": { - "@superset-ui/chart-controls": "0.18.25", - "@superset-ui/core": "0.18.25", + "@superset-ui/chart-controls": "2.1.0", + "@superset-ui/core": "2.1.0", "d3": "^3.5.17", "prop-types": "^15.6.2", "react": "^16.13.1"