diff --git a/package-lock.json b/package-lock.json index fc1b3d23..cf794fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "maplibre-gl": "^5.23.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.9.0", - "ol-mapbox-style": "^13.4.0", + "ol-mapbox-style": "^13.4.1", "pmtiles": "^4.4.1", "prop-types": "^15.8.1", "react": "^19.2.4", @@ -11465,14 +11465,17 @@ } }, "node_modules/ol-mapbox-style": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.4.0.tgz", - "integrity": "sha512-nme+Ko+hBKpdWwPr3tBIvOxlO/qLCStVgsPL39SQtIoVNM+mFq2dkX6ty6jrGcgyXS/QvyAOImUEN8VWSViFXw==", + "version": "13.4.1", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.4.1.tgz", + "integrity": "sha512-da4FKZUXoXMzK5ADeRHAXzd3bTeiKg/Y9LBOTB6qNTP62MQm93y6ISrIXzOS9atfGgQMEHJ2pCgP272IMeZCXA==", "license": "BSD-2-Clause", "dependencies": { "@maplibre/maplibre-gl-style-spec": "^24.4.1", "mapbox-to-css-font": "^3.2.0" }, + "funding": { + "url": "https://github.com/sponsors/ahocevar" + }, "peerDependencies": { "ol": "*" } diff --git a/package.json b/package.json index 8b8dfd6b..c095f2a5 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "maplibre-gl": "^5.23.0", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.9.0", - "ol-mapbox-style": "^13.4.0", + "ol-mapbox-style": "^13.4.1", "pmtiles": "^4.4.1", "prop-types": "^15.8.1", "react": "^19.2.4",