diff --git a/package-lock.json b/package-lock.json index 9deb19db..99c4cd04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "maplibre-gl": "^6.9.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.4.3", + "ol-mapbox-style": "^13.5.0", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.3.0", @@ -9718,12 +9718,12 @@ } }, "node_modules/ol-mapbox-style": { - "version": "13.4.3", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.4.3.tgz", - "integrity": "sha512-fqoYg2AncNlLwtR2cj86WqsKOtYEyNsJg+jqC6TkrBEc8Mi9elOkdyU7X60ZDv4AohhwuH29UKkegIYZLM6qOQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.5.0.tgz", + "integrity": "sha512-UVSartwAAOQ1F99i9GJuozCSAZ7OdYiL+/uJQ0pkqvatTxMju7aGEceHUII/zIkTS+2Xp1OA+7mcT7AuZ+QqgQ==", "license": "BSD-2-Clause", "dependencies": { - "@maplibre/maplibre-gl-style-spec": "^26.4.0", + "@maplibre/maplibre-gl-style-spec": "^26.4.1", "mapbox-to-css-font": "^3.2.0" }, "funding": { diff --git a/package.json b/package.json index 27e77495..58c8ab2f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "maplibre-gl": "^6.9.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.4.3", + "ol-mapbox-style": "^13.5.0", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.3.0",