From e2357b41e04a199f0becf4488de935eb6263e5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:08:45 +0000 Subject: [PATCH] Bump mapbox-gl from 3.23.1 to 3.24.0 Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 3.23.1 to 3.24.0. - [Release notes](https://github.com/mapbox/mapbox-gl-js/releases) - [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md) - [Commits](https://github.com/mapbox/mapbox-gl-js/compare/v3.23.1...v3.24.0) --- updated-dependencies: - dependency-name: mapbox-gl dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++------------ package.json | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index f3e41f9..2d7f8f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "astro-icon": "^1.1.0", "astro-seo": "^1.1.0", "bulma": "^1.0.4", - "mapbox-gl": "^3.23.1", + "mapbox-gl": "^3.24.0", "markdown-it": "^14.1.1", "sass": "^1.99.0", "typescript": "^6.0.3" @@ -3467,12 +3467,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/grid-index": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/grid-index/-/grid-index-1.1.0.tgz", - "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==", - "license": "ISC" - }, "node_modules/h3": { "version": "1.15.11", "resolved": "https://registry.npmjs.org/h3/-/h3-1.15.11.tgz", @@ -3999,13 +3993,13 @@ } }, "node_modules/mapbox-gl": { - "version": "3.23.1", - "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.23.1.tgz", - "integrity": "sha512-J5M32GunL5KcxvV3ZyLJdr7xtcQ3afAO3VjitLW0v2UVfHjXhq9NO4tkTpn4Dknqwq/pXZG7j1WBfmddLCA26w==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-3.24.0.tgz", + "integrity": "sha512-R+FdFUB3DnoE5FYASV7lGSiRyMkSblcZ2UEy7b2pt7s5ZbCxFIUPXd0E6iAFd8OdvdA2VtbvZZVylzAZNaurjA==", "license": "SEE LICENSE IN LICENSE.txt", "workspaces": [ "src/style-spec", - "packages/pmtiles-provider", + "plugins/mapbox-gl-pmtiles-provider", "test/build/vite", "test/build/webpack", "test/build/typings" @@ -4025,7 +4019,6 @@ "earcut": "^3.0.1", "geojson-vt": "^4.0.2", "gl-matrix": "^3.4.4", - "grid-index": "^1.1.0", "kdbush": "^4.0.2", "martinez-polygon-clipping": "^0.8.1", "murmurhash-js": "^1.0.0", diff --git a/package.json b/package.json index b746e63..f7226eb 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "astro-icon": "^1.1.0", "astro-seo": "^1.1.0", "bulma": "^1.0.4", - "mapbox-gl": "^3.23.1", + "mapbox-gl": "^3.24.0", "markdown-it": "^14.1.1", "sass": "^1.99.0", "typescript": "^6.0.3"