diff --git a/package-lock.json b/package-lock.json index c4a8f33..89be09a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2643,9 +2643,8 @@ } }, "leaflet": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.7.1.tgz", - "integrity": "sha512-/xwPEBidtg69Q3HlqPdU3DnrXQOvQU/CCHA1tcDQVzOwm91YMYaILjNp7L4Eaw5Z4sOYdbBz6koWyibppd8Zqw==" + "version": "git+https://github.com/JLyne/leaflet.git#c809378bc0ba3764f0b5a4087f7b9748e2718717", + "from": "git+https://github.com/JLyne/leaflet.git" }, "levn": { "version": "0.4.1", diff --git a/package.json b/package.json index 13b041a..a4658ea 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@kyvg/vue3-notification": "^2.3.0", "@soerenmartius/vue3-clipboard": "^0.1.2", "focus-visible": "^5.2.0", - "leaflet": "^1.7.1", + "leaflet": "git+https://github.com/JLyne/leaflet.git", "normalize-scss": "^7.0.1", "vue": "^3.0.11", "vuex": "^4.0.0"