From a5e59b778e394809b94cd984b119a185d73aaed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:07:02 +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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c5a4c88..6dab62e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4817,11 +4817,6 @@ "dev": true, "license": "MIT" }, - "node_modules/grid-index": { - "version": "1.1.0", - "dev": true, - "license": "ISC" - }, "node_modules/har-schema": { "version": "2.0.0", "dev": true, @@ -5999,14 +5994,14 @@ } }, "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==", "dev": true, "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" @@ -6026,7 +6021,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",