mirror of
https://github.com/nextcloud/maps.git
synced 2025-07-21 23:39:06 +00:00
Build(deps): Bump leaflet-control-geocoder from 2.4.0 to 3.2.0
Bumps [leaflet-control-geocoder](https://github.com/perliedman/leaflet-control-geocoder) from 2.4.0 to 3.2.0. - [Release notes](https://github.com/perliedman/leaflet-control-geocoder/releases) - [Changelog](https://github.com/perliedman/leaflet-control-geocoder/blob/master/CHANGELOG.md) - [Commits](https://github.com/perliedman/leaflet-control-geocoder/compare/2.4.0...3.2.0) --- updated-dependencies: - dependency-name: leaflet-control-geocoder dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
21
package-lock.json
generated
21
package-lock.json
generated
@ -26,7 +26,7 @@
|
||||
"geojson": "^0.5.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-contextmenu": "^1.4.0",
|
||||
"leaflet-control-geocoder": "2.4.0",
|
||||
"leaflet-control-geocoder": "3.2.0",
|
||||
"leaflet-easybutton": "^2.4.0",
|
||||
"leaflet-mouse-position": "^1.0.4",
|
||||
"leaflet-routing-machine": "^3.2.12",
|
||||
@ -9607,14 +9607,15 @@
|
||||
"integrity": "sha1-4r2kga8QJggOq6oymX5TH9RPYFw="
|
||||
},
|
||||
"node_modules/leaflet-control-geocoder": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-2.4.0.tgz",
|
||||
"integrity": "sha512-b2QlxuFd40uIDbnoUI3U9fzfnB4yKUYlmsXjquJ2d2YjoJqnyVYcIJeErAVv3kPvX3nI0gzvBq1XHMgSVFrGkQ==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-3.2.0.tgz",
|
||||
"integrity": "sha512-4izW1bDWUTJ5As4zlVMZvx08EswAEURYiaau5JK6iXIQ2T9isn/70M5x+rglf0vGtw1zpC+7fKsj2E/nBjQPgg==",
|
||||
"license": "BSD-2-Clause",
|
||||
"optionalDependencies": {
|
||||
"open-location-code": "^1.0.0"
|
||||
"open-location-code": "^1.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"leaflet": "^1.6.0"
|
||||
"leaflet": "^1.6.0 || ^2.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/leaflet-easybutton": {
|
||||
@ -23052,11 +23053,11 @@
|
||||
"integrity": "sha1-4r2kga8QJggOq6oymX5TH9RPYFw="
|
||||
},
|
||||
"leaflet-control-geocoder": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-2.4.0.tgz",
|
||||
"integrity": "sha512-b2QlxuFd40uIDbnoUI3U9fzfnB4yKUYlmsXjquJ2d2YjoJqnyVYcIJeErAVv3kPvX3nI0gzvBq1XHMgSVFrGkQ==",
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/leaflet-control-geocoder/-/leaflet-control-geocoder-3.2.0.tgz",
|
||||
"integrity": "sha512-4izW1bDWUTJ5As4zlVMZvx08EswAEURYiaau5JK6iXIQ2T9isn/70M5x+rglf0vGtw1zpC+7fKsj2E/nBjQPgg==",
|
||||
"requires": {
|
||||
"open-location-code": "^1.0.0"
|
||||
"open-location-code": "^1.0.3"
|
||||
}
|
||||
},
|
||||
"leaflet-easybutton": {
|
||||
|
@ -53,7 +53,7 @@
|
||||
"geojson": "^0.5.0",
|
||||
"leaflet": "^1.9.4",
|
||||
"leaflet-contextmenu": "^1.4.0",
|
||||
"leaflet-control-geocoder": "2.4.0",
|
||||
"leaflet-control-geocoder": "3.2.0",
|
||||
"leaflet-easybutton": "^2.4.0",
|
||||
"leaflet-mouse-position": "^1.0.4",
|
||||
"leaflet-routing-machine": "^3.2.12",
|
||||
|
Reference in New Issue
Block a user