diff --git a/package-lock.json b/package-lock.json index b6b8354e..d2f4600d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.3.0", - "@maplibre/maplibre-gl-geocoder": "^1.7.1", + "@maplibre/maplibre-gl-geocoder": "^1.8.0", "@maplibre/maplibre-gl-inspect": "^1.7.1", "@maplibre/maplibre-gl-style-spec": "^23.1.0", "@mdi/js": "^7.4.47", @@ -1831,9 +1831,9 @@ } }, "node_modules/@maplibre/maplibre-gl-geocoder": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.7.1.tgz", - "integrity": "sha512-xfVWH7z6QmPc6+C1jmhGj1TrcNbL1+45nNCRpqI+xEbOlA985DNNG5VRC8uM/kN581r0cWiJtzEMZ7LtC0Jz9Q==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-geocoder/-/maplibre-gl-geocoder-1.8.0.tgz", + "integrity": "sha512-vg1msVZovPJSX9MKI2YUrvczRnG36nbjVI+VF1M0zKk4XHcL2+TIRg2OGsT6lcC4Y2QTD9V9avr1TfV1cSG60A==", "license": "ISC", "dependencies": { "events": "^3.3.0", diff --git a/package.json b/package.json index 93068ff0..445d1557 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "homepage": "https://github.com/maplibre/maputnik#readme", "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.3.0", - "@maplibre/maplibre-gl-geocoder": "^1.7.1", + "@maplibre/maplibre-gl-geocoder": "^1.8.0", "@maplibre/maplibre-gl-inspect": "^1.7.1", "@maplibre/maplibre-gl-style-spec": "^23.1.0", "@mdi/js": "^7.4.47",