From 1cded267f8cc8ebb3887be90243e814f40c11c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 07:08:37 +0200 Subject: [PATCH] Bump maplibre-gl from 4.1.0 to 4.1.1 (#15) Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index abfa0e4..58a0960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/lodash.isequal": "^4.5.8", "@types/randomcolor": "^0.5.9", "eslint": "^8.57.0", - "maplibre-gl": "^4.1.0", + "maplibre-gl": "^4.1.1", "rollup": "^4.13.0", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.6.2", @@ -2058,9 +2058,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==", "dev": true, "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", @@ -4426,9 +4426,9 @@ } }, "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==", "dev": true, "requires": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index ee941e1..f53bf8a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/lodash.isequal": "^4.5.8", "@types/randomcolor": "^0.5.9", "eslint": "^8.57.0", - "maplibre-gl": "^4.1.0", + "maplibre-gl": "^4.1.1", "rollup": "^4.13.0", "rollup-plugin-dts": "^6.1.0", "tslib": "^2.6.2",