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"