From 53a52af7504c9c25bfefc5bdfea0498fa9df20e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 04:58:08 +0000 Subject: [PATCH] chore(deps): bump ol-mapbox-style from 12.5.0 to 13.1.0 Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) from 12.5.0 to 13.1.0. - [Release notes](https://github.com/openlayers/ol-mapbox-style/releases) - [Changelog](https://github.com/openlayers/ol-mapbox-style/blob/main/CHANGELOG.md) - [Commits](https://github.com/openlayers/ol-mapbox-style/compare/v12.5.0...v13.1.0) --- updated-dependencies: - dependency-name: ol-mapbox-style dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c394273..4364b84f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "i18next-browser-languagedetector": "^8.0.2", "normalize.css": "^8.0.1", "ol": "^10.6.1", - "ol-mapbox-style": "^12.5.0", + "ol-mapbox-style": "^13.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.6.0", @@ -14864,22 +14864,22 @@ } }, "node_modules/ol-mapbox-style": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-12.5.0.tgz", - "integrity": "sha512-Wr06OhV+tHlNZzol4C3bbKwcyHjNTb+ThMa3ALRRIMKosZ8z8m6A4KyX19zfNq9TI70LugEtMa5FVR7l7BlQVw==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/ol-mapbox-style/-/ol-mapbox-style-13.1.0.tgz", + "integrity": "sha512-aT1ELGTTbYpvkNalSu6M6BiLBisLWGHfObaAGv9eH82d6K2on7YirtkSrOdzc7f5lLENnQwlGNleJIUrAfZ+Sw==", "license": "BSD-2-Clause", "dependencies": { "@maplibre/maplibre-gl-style-spec": "^23.1.0", - "mapbox-to-css-font": "^3.0.2" + "mapbox-to-css-font": "^3.2.0" }, "peerDependencies": { "ol": "*" } }, "node_modules/ol-mapbox-style/node_modules/mapbox-to-css-font": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/mapbox-to-css-font/-/mapbox-to-css-font-3.0.2.tgz", - "integrity": "sha512-o1vqooDELinvNkLBIdrBVUtuxwhNeYPOp/7LRrSxPYzmZ9aTYEuObrFoQzH6Gn3nv7t1nkyIbj5FcbX41FbSyg==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/mapbox-to-css-font/-/mapbox-to-css-font-3.2.0.tgz", + "integrity": "sha512-kvsEfzvLik34BiFj+S19bv5d70l9qSdkUzrq99dvZ9d5POaLyB4vJMQmq3BoJ5D6lFG1GYnMM7o7cm5Jh8YEEg==", "license": "BSD-2-Clause" }, "node_modules/ol/node_modules/earcut": { diff --git a/package.json b/package.json index c54f8ef7..73ac499a 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "i18next-browser-languagedetector": "^8.0.2", "normalize.css": "^8.0.1", "ol": "^10.6.1", - "ol-mapbox-style": "^12.5.0", + "ol-mapbox-style": "^13.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.6.0",