From 348864ccea0a8f211497a9ea4e04520f8e6cb050 Mon Sep 17 00:00:00 2001 From: HarelM Date: Thu, 16 May 2024 23:25:08 +0300 Subject: [PATCH] Update maplibre to 4.3.1 --- IsraelHiking.Web/package-lock.json | 26 +++++++++++++++++--------- IsraelHiking.Web/package.json | 2 +- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/IsraelHiking.Web/package-lock.json b/IsraelHiking.Web/package-lock.json index d9cfa3fdd..ef49b3617 100644 --- a/IsraelHiking.Web/package-lock.json +++ b/IsraelHiking.Web/package-lock.json @@ -81,7 +81,7 @@ "linear-interpolator": "^1.0.2", "lodash-es": "^4.17.21", "lottie-web": "^5.12.2", - "maplibre-gl": "^4.1.1", + "maplibre-gl": "^4.3.1", "minisearch": "^6.3.0", "ngx-infinite-scroll": "^17.0.0", "ngx-lottie": "^11.0.1", @@ -3884,16 +3884,18 @@ } }, "node_modules/@maplibre/maplibre-gl-style-spec": { - "version": "20.1.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.1.1.tgz", - "integrity": "sha512-z85ARNPCBI2Cs5cPOS3DSbraTN+ue8zrcYVoSWBuNrD/mA+2SKAJ+hIzI22uN7gac6jBMnCdpPKRxS/V0KSZVQ==", + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-style-spec/-/maplibre-gl-style-spec-20.2.0.tgz", + "integrity": "sha512-BTw6/3ysowky22QMtNDjElp+YLwwvBDh3xxnq1izDFjTtUERm5nYSihlNZ6QaxXb+6lX2T2t0hBEjheAI+kBEQ==", "dependencies": { "@mapbox/jsonlint-lines-primitives": "~2.0.2", "@mapbox/unitbezier": "^0.0.1", "json-stringify-pretty-compact": "^4.0.0", "minimist": "^1.2.8", + "quickselect": "^2.0.0", "rw": "^1.3.3", - "sort-object": "^3.0.3" + "sort-object": "^3.0.3", + "tinyqueue": "^2.0.3" }, "bin": { "gl-style-format": "dist/gl-style-format.mjs", @@ -6447,6 +6449,11 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, + "node_modules/@types/junit-report-builder": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@types/junit-report-builder/-/junit-report-builder-3.0.2.tgz", + "integrity": "sha512-R5M+SYhMbwBeQcNXYWNCZkl09vkVfAtcPIaCGdzIkkbeaTrVbGQ7HVgi4s+EmM/M1K4ZuWQH0jGcvMvNePfxYA==" + }, "node_modules/@types/leaflet": { "version": "1.9.8", "resolved": "https://registry.npmjs.org/@types/leaflet/-/leaflet-1.9.8.tgz", @@ -13962,9 +13969,9 @@ } }, "node_modules/maplibre-gl": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.1.1.tgz", - "integrity": "sha512-DmHru9FTHCOngNHzIx9W2+MlUziYPfPxd2qjyeWwczBYNx2SDpmH394MkuCvSgnfUm5Zvs4NaYCqMu44jUga1Q==", + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/maplibre-gl/-/maplibre-gl-4.3.1.tgz", + "integrity": "sha512-SWniloYKFQsFinconLZhMVOp5Ma+SVaDidRxps0Guc+gm0L4qTLS54+tlM1Jy/is1+mD3uFsTc1+Ixbbaxyjxw==", "dependencies": { "@mapbox/geojson-rewind": "^0.5.2", "@mapbox/jsonlint-lines-primitives": "^2.0.2", @@ -13973,9 +13980,10 @@ "@mapbox/unitbezier": "^0.0.1", "@mapbox/vector-tile": "^1.3.1", "@mapbox/whoots-js": "^3.1.0", - "@maplibre/maplibre-gl-style-spec": "^20.1.1", + "@maplibre/maplibre-gl-style-spec": "^20.2.0", "@types/geojson": "^7946.0.14", "@types/geojson-vt": "3.2.5", + "@types/junit-report-builder": "^3.0.2", "@types/mapbox__point-geometry": "^0.1.4", "@types/mapbox__vector-tile": "^1.3.4", "@types/pbf": "^3.0.5", diff --git a/IsraelHiking.Web/package.json b/IsraelHiking.Web/package.json index 9b24b7e90..361d07635 100644 --- a/IsraelHiking.Web/package.json +++ b/IsraelHiking.Web/package.json @@ -71,7 +71,7 @@ "linear-interpolator": "^1.0.2", "lodash-es": "^4.17.21", "lottie-web": "^5.12.2", - "maplibre-gl": "^4.1.1", + "maplibre-gl": "^4.3.1", "minisearch": "^6.3.0", "ngx-infinite-scroll": "^17.0.0", "ngx-lottie": "^11.0.1",