From d9c86896393171df3145c69f45acb2d93f6240e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:20:15 +0000 Subject: [PATCH] Bump maplibre-gl from 5.0.0 to 5.0.1 in /test-project Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 5.0.0 to 5.0.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/v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: maplibre-gl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test-project/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-project/package.json b/test-project/package.json index e647767..473c9ba 100644 --- a/test-project/package.json +++ b/test-project/package.json @@ -11,7 +11,7 @@ "dependencies": { "esbuild": "*", "maplibre-contour": "file:..", - "maplibre-gl": "5.0.0", + "maplibre-gl": "5.0.1", "typescript": "*" } }