From 91350320c16fdb39b5b4083777fcea02e3558550 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 16:15:23 +0000 Subject: [PATCH] fix: superset-frontend/plugins/legacy-plugin-chart-pivot-table/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-pivot-table/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/plugins/legacy-plugin-chart-pivot-table/package.json b/superset-frontend/plugins/legacy-plugin-chart-pivot-table/package.json index d28ca5d7d3efe..bd1706e2ad30e 100644 --- a/superset-frontend/plugins/legacy-plugin-chart-pivot-table/package.json +++ b/superset-frontend/plugins/legacy-plugin-chart-pivot-table/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", "datatables.net-bs": "^1.11.3", "prop-types": "^15.6.2"