gipong / shp2geojson.js

Convert shapefile to geoJSON via a web browser without Server-Side code. This conversion will unzip your file and reproject the data with correct encoding in JavaScript.
http://gipong.github.io/shp2geojson.js/
MIT License
256 stars 90 forks source link

Update JSzip dependency #24

Open lmagudo opened 5 months ago

lmagudo commented 5 months ago

Dear all,

I'm using shp2geojson library actually in a project. We found that the JSzip library is outdated and it's a problem for our security. Could you update the JSzip library dependency to the latest JSzip version?

Thanks in advance