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"