From fa362fb6d7568cc113f078c35bc94a9f90668ec9 Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Tue, 20 Feb 2024 13:13:11 +0100 Subject: [PATCH] Add username and password to URL. #2679 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34ccdd9b89..555dc58881 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "influx": "5.9.3", "juice": "8.1.0", "leaflet": "1.7.1", - "leaflet-active-area": "git+https://github.com/Mappy/Leaflet-active-area.git#f09574a3eb7fdce3a6778e4822955c6416415e43", + "leaflet-active-area": "git+https://u:p@github.com/Mappy/Leaflet-active-area.git#f09574a3eb7fdce3a6778e4822955c6416415e43", "lodash": "4.17.21", "mapbox-gl": "1.13.2", "match-sorter": "6.3.1",