Update version

This commit is contained in:
pietervdvn 2021-03-30 16:24:50 +02:00
parent 13d64f1c89
commit 55d41ad15a
2 changed files with 5 additions and 11 deletions

14
package-lock.json generated
View file

@ -7727,17 +7727,16 @@
} }
}, },
"latlon2country": { "latlon2country": {
"version": "1.1.0", "version": "1.1.3",
"resolved": "https://registry.npmjs.org/latlon2country/-/latlon2country-1.1.0.tgz", "resolved": "https://registry.npmjs.org/latlon2country/-/latlon2country-1.1.3.tgz",
"integrity": "sha512-i1HS4WV4CGtyW9b1JCx83fAz4b1bpe+CQiKBVJmxJ9rqGusslFPOQqsLNkq5KjvYfruypNEUvm7se/hbvWg9VA==", "integrity": "sha512-jk4xlaG7jkt4qPBZlhjUK60yo9qYs5LrAqf0hDTfHV6KXuR7qp84CgIq34Zm1xhH6PEQG4TknLWJrJWk23qNVA==",
"requires": { "requires": {
"@turf/boolean-point-in-polygon": "^6.0.1", "@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/turf": "^5.1.6", "@turf/turf": "^5.1.6",
"@types/node": "^14.14.10", "@types/node": "^14.14.10",
"jquery": "^3.5.1", "jquery": "^3.5.1",
"ts-node": "^9.1.1", "ts-node": "^9.1.1",
"turf": "^3.0.14", "turf": "^3.0.14"
"xhr2": "^0.2.1"
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
@ -12561,11 +12560,6 @@
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
} }
}, },
"xhr2": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.2.1.tgz",
"integrity": "sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw=="
},
"xml-name-validator": { "xml-name-validator": {
"version": "3.0.0", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",

View file

@ -43,7 +43,7 @@
"escape-html": "^1.0.3", "escape-html": "^1.0.3",
"i18next-client": "^1.11.4", "i18next-client": "^1.11.4",
"jquery": "^3.5.1", "jquery": "^3.5.1",
"latlon2country": "^1.1.0", "latlon2country": "^1.1.3",
"leaflet": "^1.7.1", "leaflet": "^1.7.1",
"leaflet-providers": "^1.10.2", "leaflet-providers": "^1.10.2",
"leaflet.markercluster": "^1.4.1", "leaflet.markercluster": "^1.4.1",