diff --git a/package-lock.json b/package-lock.json index 59a45ba4..39f78eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "html5-qrcode": "2.3.8", "lodash-es": "4.17.21", "lucide-preact": "0.474.0", - "maplibre-gl": "5.0.1", + "maplibre-gl": "5.1.0", "nanoid": "5.0.9", "preact": "10.25.4", "qrcode": "1.5.4", @@ -3731,9 +3731,9 @@ "license": "MIT" }, "node_modules/@types/geojson": { - "version": "7946.0.15", - "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.15.tgz", - "integrity": "sha512-9oSxFzDCT2Rj6DfcHF8G++jxBKS7mBqXl5xrRW+Kbvjry6Uduya2iiwqHPhVXpasAVMBYKkEPGgKhd3+/HZ6xA==", + "version": "7946.0.16", + "resolved": "https://registry.npmjs.org/@types/geojson/-/geojson-7946.0.16.tgz", + "integrity": "sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==", "license": "MIT" }, "node_modules/@types/geojson-vt": { @@ -8521,9 +8521,9 @@ } }, "node_modules/maplibre-gl": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.0.1.tgz", - "integrity": "sha512-kNvod1Tq0BcZvn43UAciA3DrzaEGmowqMoI6nh3kUo9rf+7m89mFJI9dELxkWzJ/N9Pgnkp7xF1jzTP08PGpCw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.1.0.tgz", + "integrity": "sha512-6lbf7qAnqAVm1T/vJBMmRtP+g8G/O/Z52IBtWX31SbFj7sEdlrk4YugxJen8IdV/pFjLFnDOw7HiHZl5nYdVjg==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", @@ -8533,8 +8533,8 @@ "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^1.3.1", "@mapbox/whoots-js": "^3.1.0", - "@maplibre/maplibre-gl-style-spec": "^23.0.0", - "@types/geojson": "^7946.0.15", + "@maplibre/maplibre-gl-style-spec": "^23.1.0", + "@types/geojson": "^7946.0.16", "@types/geojson-vt": "3.2.5", "@types/mapbox__point-geometry": "^0.1.4", "@types/mapbox__vector-tile": "^1.3.4", diff --git a/package.json b/package.json index 3bafbcb1..0811b03f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "html5-qrcode": "2.3.8", "lodash-es": "4.17.21", "lucide-preact": "0.474.0", - "maplibre-gl": "5.0.1", + "maplibre-gl": "5.1.0", "nanoid": "5.0.9", "preact": "10.25.4", "qrcode": "1.5.4",