diff --git a/package-lock.json b/package-lock.json index 05aef6b6..f156595e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "hasInstallScript": true, "dependencies": { "highcharts-vue": "^1.4.3", - "maplibre-gl": "^3.6.1" + "maplibre-gl": "^3.6.2" }, "devDependencies": { "@headlessui/vue": "^1.7.16", @@ -10797,9 +10797,9 @@ } }, "node_modules/maplibre-gl": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.6.1.tgz", - "integrity": "sha512-XQpLkNTD6WYJXqF7vTxgHbAyShoZMm5o8fohXCn9PC/S/g3zBk92m7GUsN6KfuECh2rO01uiYbSNCSURkOODyQ==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-3.6.2.tgz", + "integrity": "sha512-krg2KFIdOpLPngONDhP6ixCoWl5kbdMINP0moMSJFVX7wX1Clm2M9hlNKXS8vBGlVWwR5R3ZfI6IPrYz7c+aCQ==", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/jsonlint-lines-primitives": "^2.0.2", @@ -10811,8 +10811,8 @@ "@maplibre/maplibre-gl-style-spec": "^19.3.3", "@types/geojson": "^7946.0.13", "@types/mapbox__point-geometry": "^0.1.4", - "@types/mapbox__vector-tile": "^1.3.3", - "@types/pbf": "^3.0.4", + "@types/mapbox__vector-tile": "^1.3.4", + "@types/pbf": "^3.0.5", "@types/supercluster": "^7.1.3", "earcut": "^2.2.4", "geojson-vt": "^3.2.1", diff --git a/package.json b/package.json index 238ce6d6..75a5392a 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "dependencies": { "highcharts-vue": "^1.4.3", - "maplibre-gl": "^3.6.1" + "maplibre-gl": "^3.6.2" } }