From 600f48782e58a178aca6be609040fc3ff6c6f3d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 07:24:35 +0000 Subject: [PATCH] Bump maplibre-gl from 5.22.0 to 5.24.0 in /Alidade.Map in the npm group Bumps the npm group in /Alidade.Map with 1 update: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js). Updates `maplibre-gl` from 5.22.0 to 5.24.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.22.0...v5.24.0) --- updated-dependencies: - dependency-name: maplibre-gl dependency-version: 5.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] --- Alidade.Map/package-lock.json | 12 ++++++------ Alidade.Map/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Alidade.Map/package-lock.json b/Alidade.Map/package-lock.json index f5260e5..f7c4702 100644 --- a/Alidade.Map/package-lock.json +++ b/Alidade.Map/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "maplibre-gl": "5.22.0" + "maplibre-gl": "5.24.0" } }, "node_modules/@mapbox/jsonlint-lines-primitives": { @@ -153,18 +153,18 @@ "license": "ISC" }, "node_modules/maplibre-gl": { - "version": "5.22.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.22.0.tgz", - "integrity": "sha512-nc8YA+YSEioMZg5W0cb6Cf3wQ8aJge66dsttyBgpOArOnlmFJO1Kc5G32kYVPeUYhLpBja83T99uanmJvYAIyQ==", + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.24.0.tgz", + "integrity": "sha512-ALyFxgtd5R+65UqZ/++lOqwWcC0SNho9c27fYSyLmG7AfnAul2o46F05aDJGPbFU57wos9dgcIySHs0Xe6ia3A==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/jsonlint-lines-primitives": "^2.0.2", "@mapbox/point-geometry": "^1.1.0", - "@mapbox/tiny-sdf": "^2.0.7", + "@mapbox/tiny-sdf": "^2.1.0", "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^2.0.4", "@mapbox/whoots-js": "^3.1.0", - "@maplibre/geojson-vt": "^6.0.4", + "@maplibre/geojson-vt": "^6.1.0", "@maplibre/maplibre-gl-style-spec": "^24.8.1", "@maplibre/mlt": "^1.1.8", "@maplibre/vt-pbf": "^4.3.0", diff --git a/Alidade.Map/package.json b/Alidade.Map/package.json index 7720688..29bbf2d 100644 --- a/Alidade.Map/package.json +++ b/Alidade.Map/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "maplibre-gl": "5.22.0" + "maplibre-gl": "5.24.0" } }