Update dependency leaflet-control-geocoder to v2 #7

Open
renovate-bot wants to merge 1 commit from renovate/leaflet-control-geocoder-2.x into master
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -2125,9 +2125,9 @@
"integrity": "sha512-CPkhyqWUKZKFJ6K8umN5/D2wrJ2+/8UIpXppY7QDnUZW5bZL5+SEI2J7GBpwh4LIupOKqbNSQXgqmrEJopHVNQ=="
},
"leaflet-control-geocoder": {
"version": "1.13.0",
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-1.13.0.tgz",
"integrity": "sha512-mgYGx/2WA5CcvhP+IJtw7VvJwSGAe5zxX+TKe6ruYkLj2W5I5V/K/nQiLvsUtqifBojBGoKIPNZ8m0mXJNIudg==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-2.2.0.tgz",
"integrity": "sha512-OSnKVIeSZQUXGsErunUBhLbXf2YPRBADaStKipkD3/yrtsZAhLiyFoNHmhjP1nAqD6KO63A98xGfVs4EroFvFA==",
"requires": {
"open-location-code": "^1.0.0"
}

View file

@ -5,7 +5,7 @@
"private": true,
"dependencies": {
"leaflet": "^1.6.0",
"leaflet-control-geocoder": "^1.13.0",
"leaflet-control-geocoder": "^2.0.0",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-routing-machine": "^3.2.12",
"leaflet-sidebar-v2": "^3.2.3"