From c8679a03c36c9604fbf1ca0a9646a8248344a56e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 07:06:54 +0000 Subject: [PATCH] chore(deps): bump mapbox-gl from 3.23.0 to 3.23.1 in /superset-frontend Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.23.0 to 3.23.1. - [Release notes](https://github.com/mapbox/mapbox-gl-js/releases) - [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/v3.23.1/CHANGELOG.md) - [Commits](https://github.com/mapbox/mapbox-gl-js/compare/v3.23.0...v3.23.1) --- updated-dependencies: - dependency-name: mapbox-gl dependency-version: 3.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- superset-frontend/package-lock.json | 12 ++++++------ superset-frontend/package.json | 2 +- .../plugin-chart-point-cluster-map/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 8f8c052d3e5f..d03f2445c537 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -102,7 +102,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.18.1", - "mapbox-gl": "^3.23.0", + "mapbox-gl": "^3.23.1", "markdown-to-jsx": "^9.7.16", "match-sorter": "^8.3.0", "memoize-one": "^5.2.1", @@ -33377,9 +33377,9 @@ "license": "MIT" }, "node_modules/mapbox-gl": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.23.0.tgz", - "integrity": "sha512-zzjNAaMNvXnAVEUrYpOWmRVEBCIWgDAMLRPvSOoKY3smKvrINFVrRK/1jEpUDbEa7Ppf5Q/nwC6E07tz/i7IKw==", + "version": "3.23.1", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.23.1.tgz", + "integrity": "sha512-J5M32GunL5KcxvV3ZyLJdr7xtcQ3afAO3VjitLW0v2UVfHjXhq9NO4tkTpn4Dknqwq/pXZG7j1WBfmddLCA26w==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", @@ -50432,7 +50432,7 @@ "acorn": "^8.16.0", "d3-array": "^3.2.4", "lodash": "^4.18.1", - "zod": "^4.4.1" + "zod": "^4.4.3" }, "peerDependencies": { "@apache-superset/core": "*", @@ -50542,7 +50542,7 @@ "license": "Apache-2.0", "dependencies": { "@math.gl/web-mercator": "^4.1.0", - "mapbox-gl": "^3.23.0", + "mapbox-gl": "^3.23.1", "maplibre-gl": "^5.24.0", "react-map-gl": "^8.1.0", "supercluster": "^8.0.1" diff --git a/superset-frontend/package.json b/superset-frontend/package.json index e29796d314b0..eba44832768e 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -183,7 +183,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.18.1", - "mapbox-gl": "^3.23.0", + "mapbox-gl": "^3.23.1", "markdown-to-jsx": "^9.7.16", "match-sorter": "^8.3.0", "memoize-one": "^5.2.1", diff --git a/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json b/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json index 467ada54798b..f6b2b5edb7e4 100644 --- a/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json +++ b/superset-frontend/plugins/plugin-chart-point-cluster-map/package.json @@ -27,7 +27,7 @@ ], "dependencies": { "@math.gl/web-mercator": "^4.1.0", - "mapbox-gl": "^3.23.0", + "mapbox-gl": "^3.23.1", "maplibre-gl": "^5.24.0", "react-map-gl": "^8.1.0", "supercluster": "^8.0.1"