diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 9db8f8070d1..93a8abc29bd 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -88,7 +88,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", - "mapbox-gl": "^3.18.0", + "mapbox-gl": "^3.18.1", "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", @@ -43299,9 +43299,9 @@ "license": "MIT" }, "node_modules/mapbox-gl": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.18.0.tgz", - "integrity": "sha512-xMr9HUoof0qPqWrVNK+kLiPtU1ogyfR6cihGSTB4eQAzdfFuMTC7CPrbpbZK0oUKQxXI/1qvB35FXZIK7kfR9w==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.18.1.tgz", + "integrity": "sha512-Izc8dee2zkmb6Pn9hXFbVioPRLXJz1OFUcrvri69MhFACPU4bhLyVmhEsD9AyW1qOAP0Yvhzm60v63xdMIHPPw==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 2977ab431f5..6178e08d723 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -169,7 +169,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.21", - "mapbox-gl": "^3.18.0", + "mapbox-gl": "^3.18.1", "markdown-to-jsx": "^9.6.0", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1",