diff --git a/Web/static/js/package-lock.json b/Web/static/js/package-lock.json index 564d9a7d5..42c64105e 100644 --- a/Web/static/js/package-lock.json +++ b/Web/static/js/package-lock.json @@ -14,6 +14,8 @@ "jquery": "^3.0.0", "knockout": "^3.5.1", "ky": "^0.19.0", + "leaflet": "^1.9.4", + "leaflet-control-geocoder": "^2.4.0", "literallycanvas": "^0.5.2", "monaco-editor": "^0.20.0", "msgpack-lite": "^0.1.26", @@ -681,6 +683,24 @@ "url": "https://github.com/sindresorhus/ky?sponsor=1" } }, + "node_modules/leaflet": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/leaflet/-/leaflet-1.9.4.tgz", + "integrity": "sha512-nxS1ynzJOmOlHp+iL3FyWqK89GtNL8U8rvlMOsQdTTssxZwCXh8N2NB3GDQOL+YR3XnWyZAxwQixURb+FA74PA==", + "license": "BSD-2-Clause" + }, + "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==", + "license": "BSD-2-Clause", + "optionalDependencies": { + "open-location-code": "^1.0.0" + }, + "peerDependencies": { + "leaflet": "^1.6.0" + } + }, "node_modules/lie": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz", @@ -776,6 +796,13 @@ "node": ">=0.10.0" } }, + "node_modules/open-location-code": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/open-location-code/-/open-location-code-1.0.3.tgz", + "integrity": "sha512-DBm14BSn40Ee241n80zIFXIT6+y8Tb0I+jTdosLJ8Sidvr2qONvymwqymVbHV2nS+1gkDZ5eTNpnOIVV0Kn2fw==", + "license": "Apache-2.0", + "optional": true + }, "node_modules/path-browserify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz",