From 1e94c1f6d90e31e573499b711ac2b5ca60728733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 16:20:16 +0000 Subject: [PATCH] chore(deps): Bump ol-mapbox-style from 13.4.0 to 13.4.1 (#1819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) from 13.4.0 to 13.4.1.
Release notes

Sourced from ol-mapbox-style's releases.

v13.4.1

What's Changed

Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v13.4.0...v13.4.1

Changelog

Sourced from ol-mapbox-style's changelog.

Changelog

Commits

Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) 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",