diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 347e4edc0e9..66fc9612644 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -101,7 +101,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.23", - "mapbox-gl": "^3.18.1", + "mapbox-gl": "^3.19.0", "markdown-to-jsx": "^9.7.6", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1", @@ -15199,10 +15199,14 @@ } }, "node_modules/@types/mapbox__point-geometry": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-0.1.4.tgz", - "integrity": "sha512-mUWlSxAmYLfwnRBmgYV86tgYmMIICX4kza8YnE/eIlywGe2XoOxlpVnXWwir92xRLjwyarqwpu2EJKD2pk0IUA==", - "license": "MIT" + "version": "1.0.87", + "resolved": "https://registry.npmjs.org/@types/mapbox__point-geometry/-/mapbox__point-geometry-1.0.87.tgz", + "integrity": "sha512-32whuSWD/aDBHpRrZmEMlRjxR0L3sSYUaRnVmw0XwyVMvuU5LsRqrFwYud7gXjqmUE0MSoJB91+IJMqCyYyxag==", + "deprecated": "This is a stub types definition. @mapbox/point-geometry provides its own type definitions, so you do not need this installed.", + "license": "MIT", + "dependencies": { + "@mapbox/point-geometry": "*" + } }, "node_modules/@types/mapbox-gl": { "version": "2.7.21", @@ -36571,9 +36575,9 @@ "license": "MIT" }, "node_modules/mapbox-gl": { - "version": "3.18.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.18.1.tgz", - "integrity": "sha512-Izc8dee2zkmb6Pn9hXFbVioPRLXJz1OFUcrvri69MhFACPU4bhLyVmhEsD9AyW1qOAP0Yvhzm60v63xdMIHPPw==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.19.0.tgz", + "integrity": "sha512-SFObIgdxN0b6hZNsRxSUmQWdVW9q9GM2gw4McgFbycyhekew7BZIh8V57pEERDWlI9x/5SxxraTit5Cf0hm9OA==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", @@ -36588,10 +36592,9 @@ "@mapbox/tiny-sdf": "^2.0.6", "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^2.0.4", - "@mapbox/whoots-js": "^3.1.0", "@types/geojson": "^7946.0.16", "@types/geojson-vt": "^3.2.5", - "@types/mapbox__point-geometry": "^0.1.4", + "@types/mapbox__point-geometry": "^1.0.87", "@types/pbf": "^3.0.5", "@types/supercluster": "^7.1.3", "cheap-ruler": "^4.0.0", diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 93b003a2522..b1c3e0c09f1 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -182,7 +182,7 @@ "json-bigint": "^1.0.0", "json-stringify-pretty-compact": "^2.0.0", "lodash": "^4.17.23", - "mapbox-gl": "^3.18.1", + "mapbox-gl": "^3.19.0", "markdown-to-jsx": "^9.7.6", "match-sorter": "^6.3.4", "memoize-one": "^5.2.1",