From 4119489eaa3d13b1a0fed434983d0f0565e38057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:54:22 +0000 Subject: [PATCH] fix(deps): Bump the npm-production group with 1 update Bumps the npm-production group with 1 update: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js). Updates `maplibre-gl` from 4.1.0 to 4.1.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.1.0...v4.1.1) --- updated-dependencies: - dependency-name: maplibre-gl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61c50aed..13299a40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "click-outside-vue3": "^4.0.1", "comlink": "^4.4.1", "idb": "^8.0.0", - "maplibre-gl": "^4.1.0", + "maplibre-gl": "^4.1.1", "papaparse": "^5.4.1", "pinia": "^2.1.7", "uuid": "^9.0.1", @@ -13220,9 +13220,9 @@ } }, "node_modules/maplibre-gl": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.1.0.tgz", - "integrity": "sha512-4RQFJSroo/JAJml6Rj2FFIZOfnjsqPp0O9kSp8aVXQUY0HGXNupltzPKbBZeucqi7ynRQHFeu+onTM3hY0Makw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.1.1.tgz", + "integrity": "sha512-DmHru9FTHCOngNHzIx9W2+MlUziYPfPxd2qjyeWwczBYNx2SDpmH394MkuCvSgnfUm5Zvs4NaYCqMu44jUga1Q==", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/jsonlint-lines-primitives": "^2.0.2", diff --git a/package.json b/package.json index 3e3f581a..d32413f5 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "click-outside-vue3": "^4.0.1", "comlink": "^4.4.1", "idb": "^8.0.0", - "maplibre-gl": "^4.1.0", + "maplibre-gl": "^4.1.1", "papaparse": "^5.4.1", "pinia": "^2.1.7", "uuid": "^9.0.1",