From 9657596c7d1773b6a6c8b3d508e23a5f4ae1dc28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:46:00 +0000 Subject: [PATCH] chore(deps): bump maplibre-gl from 5.21.0 to 5.22.0 in /ui Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.21.0 to 5.22.0. - [Release notes](https://github.com/maplibre/maplibre-gl-js/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-gl-js/compare/v5.21.0...v5.22.0) --- updated-dependencies: - dependency-name: maplibre-gl dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 8365008c0..17acfb27f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "@tanstack/solid-virtual": "^3.13.22", "leaflet": "^1.9.0", "leaflet-rotatedmarker": "^0.2.0", - "maplibre-gl": "^5.21.0", + "maplibre-gl": "^5.22.0", "pmtiles": "^4.0.0", "solid-js": "^1.9.12" }, @@ -1294,9 +1294,9 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "24.7.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.7.0.tgz", - "integrity": "sha512-Ed7rcKYU5iELfablg9Mj+TVCsXsPBgdMyXPRAxb2v7oWg9YJnpQdZ5msDs1LESu/mtXy3Z48Vdppv2t/x5kAhw==", + "version": "24.8.1", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-24.8.1.tgz", + "integrity": "sha512-zxa92qF96ZNojLxeAjnaRpjVCy+swoUNJvDhtpC90k7u5F0TMr4GmvNqMKvYrMoPB8d7gRSXbMG1hBbmgESIsw==", "license": "ISC", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", @@ -3589,9 +3589,9 @@ } }, "node_modules/maplibre-gl": { - "version": "5.21.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.21.0.tgz", - "integrity": "sha512-n0v4J/Ge0EG8ix/z3TY3ragtJYMqzbtSnj1riOC0OwQbzwp0lUF2maS1ve1z8HhitQCKtZZiZJhb8to36aMMfQ==", + "version": "5.22.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.22.0.tgz", + "integrity": "sha512-nc8YA+YSEioMZg5W0cb6Cf3wQ8aJge66dsttyBgpOArOnlmFJO1Kc5G32kYVPeUYhLpBja83T99uanmJvYAIyQ==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/jsonlint-lines-primitives": "^2.0.2", @@ -3601,7 +3601,7 @@ "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", "@maplibre/geojson-vt": "^6.0.4", - "@maplibre/maplibre-gl-style-spec": "^24.7.0", + "@maplibre/maplibre-gl-style-spec": "^24.8.1", "@maplibre/mlt": "^1.1.8", "@maplibre/vt-pbf": "^4.3.0", "@types/geojson": "^7946.0.16", diff --git a/ui/package.json b/ui/package.json index 568fc3d53..b3c37f68a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -21,7 +21,7 @@ "@tanstack/solid-virtual": "^3.13.22", "leaflet": "^1.9.0", "leaflet-rotatedmarker": "^0.2.0", - "maplibre-gl": "^5.21.0", + "maplibre-gl": "^5.22.0", "pmtiles": "^4.0.0", "solid-js": "^1.9.12" },