From 611f70b8951e32669463b54a688addb746857aae Mon Sep 17 00:00:00 2001 From: Gavin Rehkemper Date: Tue, 17 Dec 2024 11:59:32 -0600 Subject: [PATCH] update maplibre-gl version --- CHANGELOG.md | 4 ++++ package-lock.json | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ddd17..8dd8d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Upcoming changes][unreleased] +### Updated + +MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `4.7.1`. + ## [4.2.6] - 2024-12-17 MapLibre GL JS version that is included with this version of Esri Leaflet Vector: `4.6.0`. diff --git a/package-lock.json b/package-lock.json index ca7d0ca..e8d145a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6000,9 +6000,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.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.7.1.tgz", + "integrity": "sha512-lgL7XpIwsgICiL82ITplfS7IGwrB1OJIw/pCvprDp2dhmSSEBgmPzYRvwYYYvJGJD7fxUv1Tvpih4nZ6VrLuaA==", "peer": true, "dependencies": { "@mapbox/geojson-rewind": "^0.5.2",