From d6328fcb42f012c323c76832f16193c1eb7ea4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:57:59 -0800 Subject: [PATCH] chore(deps): bump mapbox-gl from 3.18.0 to 3.18.1 in /superset-frontend (#37382) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 8 ++++---- superset-frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",