From d75522ad36a3286aa99b6d9db850d3dc02ffa026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:46:13 +0000 Subject: [PATCH] [CHORE](deps)(deps): Bump maplibre-gl from 5.22.0 to 5.23.0 Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.22.0 to 5.23.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.23.0) --- updated-dependencies: - dependency-name: maplibre-gl dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ef9df15c..b0bdf096 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", "js-yaml": "^4.1.0", - "maplibre-gl": "^5.22.0", + "maplibre-gl": "^5.23.0", "pmtiles": "^4.3.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2", @@ -5151,9 +5151,9 @@ } }, "node_modules/@maplibre/geojson-vt": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.0.4.tgz", - "integrity": "sha512-HYv3POhMRCdhP3UPPATM/hfcy6/WuVIf5FKboH8u/ZuFMTnAIcSVlq5nfOqroLokd925w2QtE7YwquFOIacwVQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@maplibre/geojson-vt/-/geojson-vt-6.1.0.tgz", + "integrity": "sha512-2eIY4gZxeKIVOZVNkAMb+5NgXhgsMQpOveTQAvnp53LYqHGJZDidk7Ew0Tged9PThidpbS+NFTh0g4zivhPDzQ==", "license": "ISC", "dependencies": { "kdbush": "^4.0.2" @@ -14195,9 +14195,9 @@ } }, "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.23.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-5.23.0.tgz", + "integrity": "sha512-aou8YBNFS8uVtDWFWt0W/6oorfl18wt+oIA8fnXk1kivjkbtXi9gGrQvflTpwrR3hG13aWdIdbYWeN0NFMV7ag==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/jsonlint-lines-primitives": "^2.0.2", @@ -14206,7 +14206,7 @@ "@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/package.json b/package.json index cefa2ce8..8641f5b0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@mdx-js/react": "^3.0.0", "clsx": "^2.1.1", "js-yaml": "^4.1.0", - "maplibre-gl": "^5.22.0", + "maplibre-gl": "^5.23.0", "pmtiles": "^4.3.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2",