From fb37f88f79aece4d1e52c8ae5fe338a2076abeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:01:27 +0000 Subject: [PATCH] chore(deps): Bump ol-mapbox-style from 13.3.0 to 13.4.0 (#1733) 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.3.0 to 13.4.0.
Release notes

Sourced from ol-mapbox-style's releases.

v13.4.0

Summary

What's Changed

New Contributors

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

Changelog

Sourced from ol-mapbox-style's changelog.

13.4.0

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.3.0&new-version=13.4.0)](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 332546ce..fe1e8b46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "maplibre-gl": "^5.20.2", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.8.0", - "ol-mapbox-style": "^13.3.0", + "ol-mapbox-style": "^13.4.0", "pmtiles": "^4.4.0", "prop-types": "^15.8.1", "react": "^19.2.4", @@ -11465,9 +11465,9 @@ } }, "node_modules/ol-mapbox-style": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.3.0.tgz", - "integrity": "sha512-DxrQFPBqYdoQUNZeOtvXrC+6cOVjnaW8+93dUN0kvHoIgMp5ykGthfFf9UH104NkbXpwLSjS1+u788XM7ByGYw==", + "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==", "license": "BSD-2-Clause", "dependencies": { "@maplibre/maplibre-gl-style-spec": "^24.4.1", diff --git a/package.json b/package.json index 28a18dbb..64b7dc22 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "maplibre-gl": "^5.20.2", "maputnik-design": "github:maputnik/design#172b06c", "ol": "^10.8.0", - "ol-mapbox-style": "^13.3.0", + "ol-mapbox-style": "^13.4.0", "pmtiles": "^4.4.0", "prop-types": "^15.8.1", "react": "^19.2.4",