From 9067129240899c347e9f8a78e8e4606ef46d2f83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 May 2025 16:41:04 +0000 Subject: [PATCH] fix: clustering-map/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELRUNTIME-10044504 --- clustering-map/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clustering-map/package.json b/clustering-map/package.json index 4fa40eb..67f994b 100644 --- a/clustering-map/package.json +++ b/clustering-map/package.json @@ -12,11 +12,11 @@ "dependencies": { "@sigmacomputing/plugin": "^1.0.6", "copy-to-clipboard": "^3.3.1", - "deck.gl": "8.3.11", + "deck.gl": "9.0.7", "mapbox-gl": "^3.10.0", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-map-gl": "^6.1.1", + "react-map-gl": "^7.0.1", "supercluster": "^7.1.4", "typescript": "^5.7.3", "web-vitals": "^1.0.1"