This commit is contained in:
Keith Paterson
2021-06-23 15:59:25 +02:00
parent 8a4820d23c
commit 8b0afa9fcb
9 changed files with 125 additions and 27 deletions
+16 -1
View File
@@ -1,6 +1,6 @@
{
"name": "flightgear-airports",
"version": "0.0.32",
"version": "0.0.33",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -12349,6 +12349,21 @@
"resolved": "https://registry.npmjs.org/leaflet-textpath/-/leaflet-textpath-1.2.0.tgz",
"integrity": "sha512-anLGWptWb916MhEXi4WewYe08YKCawRvEXsMGj9fuYnUGd+irV3VG4UXcdW1l+Oa/TZoCTLQsg3LNwvFcroVog=="
},
"leaflet.pattern": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/leaflet.pattern/-/leaflet.pattern-0.1.0.tgz",
"integrity": "sha512-E4sxvvK0XHi1EhE1yUTG1bzafXZoXUPqWPjHz5fSpv/pOcT4CtS0qR1lhFSRtSUYios8OwlZmUGB9n91zQEgcw==",
"requires": {
"leaflet": "~0.7.1"
},
"dependencies": {
"leaflet": {
"version": "0.7.7",
"resolved": "https://registry.npmjs.org/leaflet/-/leaflet-0.7.7.tgz",
"integrity": "sha1-HjUrpU5j0HZFH6NjyQCJDLLPde4="
}
}
},
"levn": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",