From 711143cdacf19cf362b55eb22d7dbdcc5fbf5544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:39:00 +0000 Subject: [PATCH] Bump maplibre-gl from 4.7.0 to 4.7.1 in /test-project (#305) Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 4.7.0 to 4.7.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/v4.7.0...v4.7.1) --- updated-dependencies: - dependency-name: maplibre-gl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 9743265..6bf4d80 100644 --- a/test-project/package.json +++ b/test-project/package.json @@ -11,7 +11,7 @@ "dependencies": { "esbuild": "*", "maplibre-contour": "file:..", - "maplibre-gl": "4.7.0", + "maplibre-gl": "4.7.1", "typescript": "*" } }