From 8eec5bdf3856eedc111e4fa09a5794fddb5246b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:52:55 +0000 Subject: [PATCH] chore(deps): Bump ol-mapbox-style from 13.5.0 to 13.5.1 (#2177) 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.5.0 to 13.5.1.
Release notes

Sourced from ol-mapbox-style's releases.

v13.5.1

Summary

What's Changed

Full Changelog: https://github.com/openlayers/ol-mapbox-style/compare/v13.5.0...v13.5.1

Changelog

Sourced from ol-mapbox-style's changelog.

13.5.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ol-mapbox-style&package-manager=npm_and_yarn&previous-version=13.5.0&new-version=13.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2db65662..fd1e02e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "maplibre-gl": "^6.9.1", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.5.0", + "ol-mapbox-style": "^13.5.1", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.3.0", @@ -9718,9 +9718,9 @@ } }, "node_modules/ol-mapbox-style": { - "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==", + "version": "13.5.1", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.5.1.tgz", + "integrity": "sha512-xjUq4N97Z53x5jgTByV8UH0C0azbrO9F5w8lLd4DSCQo3S+KDowz2aaMr3o6DKqpBKP+dbQ8AbE7PvPFEMoMTw==", "license": "BSD-2-Clause", "dependencies": { "@maplibre/maplibre-gl-style-spec": "^26.4.1", diff --git a/package.json b/package.json index 3ca167ce..ed0ed6cc 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "maplibre-gl": "^6.9.1", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.10.0", - "ol-mapbox-style": "^13.5.0", + "ol-mapbox-style": "^13.5.1", "pmtiles": "^4.5.0", "prop-types": "^15.8.1", "react": "^19.3.0",