From 4ff2d5835152e8debe6ed513e58ccc4fa5ab3e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:24:14 +0300 Subject: [PATCH] Bump maplibre-gl from 4.6.0 to 4.7.0 (#86) Bumps [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) from 4.6.0 to 4.7.0. - [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.6.0...v4.7.0) --- updated-dependencies: - dependency-name: maplibre-gl dependency-type: direct:development update-type: version-update:semver-minor ... 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 e130112..c51277a 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": "^9.9.1", - "maplibre-gl": "^4.6.0", + "maplibre-gl": "^4.7.0", "rollup": "^4.21.0", "rollup-plugin-dts": "^6.1.1", "st": "^3.0.0", @@ -2300,9 +2300,9 @@ } }, "node_modules/maplibre-gl": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.6.0.tgz", - "integrity": "sha512-zobZK+fE+XM+7K81fk5pSBYWZlTGjGT0P96y2fR4DV2ry35ZBfAd0uWNatll69EgYeE+uOhN1MvEk+z1PCuyOQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.7.0.tgz", + "integrity": "sha512-hkt7je7NxiMQE8EpCxLWP8t6tkK6SkrMe0hIBjYd4Ar/Q7BOCILxthGmGnU993Mwmkvs2mGiXnVUSOK12DeCzg==", "dev": true, "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", @@ -5110,9 +5110,9 @@ } }, "maplibre-gl": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.6.0.tgz", - "integrity": "sha512-zobZK+fE+XM+7K81fk5pSBYWZlTGjGT0P96y2fR4DV2ry35ZBfAd0uWNatll69EgYeE+uOhN1MvEk+z1PCuyOQ==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.7.0.tgz", + "integrity": "sha512-hkt7je7NxiMQE8EpCxLWP8t6tkK6SkrMe0hIBjYd4Ar/Q7BOCILxthGmGnU993Mwmkvs2mGiXnVUSOK12DeCzg==", "dev": true, "requires": { "@mapbox/geojson-rewind": "^0.5.2", diff --git a/package.json b/package.json index a927f16..42aaae6 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@types/lodash.isequal": "^4.5.8", "@types/randomcolor": "^0.5.9", "eslint": "^9.9.1", - "maplibre-gl": "^4.6.0", + "maplibre-gl": "^4.7.0", "rollup": "^4.21.0", "rollup-plugin-dts": "^6.1.1", "st": "^3.0.0",