From f49e2aabc7a725c2174e87357ff604e79d2b16bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 06:35:12 +0000 Subject: [PATCH] fix: plugins/legacy-plugin-chart-map-box/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- plugins/legacy-plugin-chart-map-box/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/legacy-plugin-chart-map-box/package.json b/plugins/legacy-plugin-chart-map-box/package.json index 3412b239fb..53641e4fe3 100644 --- a/plugins/legacy-plugin-chart-map-box/package.json +++ b/plugins/legacy-plugin-chart-map-box/package.json @@ -31,9 +31,9 @@ "@superset-ui/chart-controls": "0.17.48", "@superset-ui/core": "0.17.48", "immutable": "^3.8.2", - "mapbox-gl": "^0.53.0", + "mapbox-gl": "^1.13.3", "prop-types": "^15.6.2", - "react-map-gl": "^4.0.10", + "react-map-gl": "^7.0.1", "supercluster": "^4.1.1", "viewport-mercator-project": "^6.1.1" },