From 0c12ac9feb3d28c3678dfaf801d594abfa6e6cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:53:51 +0000 Subject: [PATCH] [CHORE](deps)(deps): Bump maplibre-gl from 6.3.0 to 6.4.1 Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 6.3.0 to 6.4.1. - [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/v6.3.0...v6.4.1) --- updated-dependencies: - dependency-name: maplibre-gl dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 be387d10..ab7526f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.3.0", - "maplibre-gl": "^6.3.0", + "maplibre-gl": "^6.4.1", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2", @@ -14828,9 +14828,9 @@ } }, "node_modules/maplibre-gl": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.3.0.tgz", - "integrity": "sha512-F0Is48MTzn3DvOEidPjh68E0kuSA7hdzY1YIR0ypPtFgcif3WPtzI1oZFgsv9WtHmarQnbwIXfsf+EfQYvM00A==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-6.4.1.tgz", + "integrity": "sha512-KzxQKtfBu/pSz1C+yW1hNS9eyj2h2lC7ufdAi6/SEt177n3oAfDfmUmslRfJdXY7ReAFBcnvwsqmiyoDhtA9GQ==", "license": "BSD-3-Clause", "dependencies": { "@mapbox/point-geometry": "^1.1.0", diff --git a/package.json b/package.json index 6db55682..15dbd19f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "clsx": "^2.1.1", "docusaurus-plugin-llms": "^0.5.1", "js-yaml": "^5.3.0", - "maplibre-gl": "^6.3.0", + "maplibre-gl": "^6.4.1", "pmtiles": "^4.5.0", "prism-react-renderer": "^2.1.0", "raw-loader": "^4.0.2",