From fde19d7c08804780b7f2ea1827404d1162b15e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:21:11 +0000 Subject: [PATCH] Bump mapbox-gl from 2.15.0 to 3.22.0 Bumps [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) from 2.15.0 to 3.22.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/v2.15.0...v3.22.0) --- updated-dependencies: - dependency-name: mapbox-gl dependency-version: 3.22.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d61dc5e..7671c61 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@mdx-js/loader": "^1.6.22", "@next/mdx": "^13.4.19", "lodash": "^4.17.23", - "mapbox-gl": "^2.15.0", + "mapbox-gl": "^3.22.0", "next": "^12.3.1", "next-compose-plugins": "^2.2.1", "nprogress": "^0.2.0",