From 55abb438b2095668cfa7125721439c7af821ff5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 16:06:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a37d79f..75f57e3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "@turf/turf": "^5.1.6", "callback-timeout": "^3.0.1", - "mapbox-gl": "~0.44.1", + "mapbox-gl": "~1.10.0", "moment": "^2.20.1", "randomstring": "^1.1.5", "react": "^16.2.0",