From a0e0c49f81a2103a530d13318de706119da59564 Mon Sep 17 00:00:00 2001 From: HarelM Date: Wed, 13 Mar 2024 21:00:13 +0200 Subject: [PATCH] bump inspect to 1.6.2 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25838695..05b4b73b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.2.3", "@maplibre/maplibre-gl-geocoder": "^1.5.0", - "@maplibre/maplibre-gl-inspect": "^1.6.1", + "@maplibre/maplibre-gl-inspect": "^1.6.2", "@maplibre/maplibre-gl-style-spec": "^20.1.0", "@mdi/js": "^6.6.96", "@mdi/react": "^1.5.0", @@ -2592,11 +2592,12 @@ } }, "node_modules/@maplibre/maplibre-gl-inspect": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.6.1.tgz", - "integrity": "sha512-PDzeNTIAXqsHDiBk8pmwUfTMvk+QRmaNfpC32o9Or6fS/2UwOXlT03dGzILUTJUonOfwiVYcZxgsYCZq9LRcKw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-inspect/-/maplibre-gl-inspect-1.6.2.tgz", + "integrity": "sha512-ySKESs4LA7qbV0MhVAxbRFJQXA8auc2D5QidqWQVSfrwCoNI+DOOAzHXjYmyDprVXeOJMOXGb5QIspGIOz3hqw==", "dependencies": { "lodash.isequal": "^4.5.0", + "lodash.throttle": "^4.1.1", "randomcolor": "^0.6.2" }, "peerDependencies": { diff --git a/package.json b/package.json index 8d0324a8..b876fb9d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@mapbox/mapbox-gl-rtl-text": "^0.2.3", "@maplibre/maplibre-gl-geocoder": "^1.5.0", - "@maplibre/maplibre-gl-inspect": "^1.6.1", + "@maplibre/maplibre-gl-inspect": "^1.6.2", "@maplibre/maplibre-gl-style-spec": "^20.1.0", "@mdi/js": "^6.6.96", "@mdi/react": "^1.5.0",