591 - SQLite3 Vulnerability

This updates the `@mapbox/mbtiles` version in package.json to utilize
`0.12.1` released about 2 years ago. This, in turn, utilizes `sqlite3`
version `5.x` which has patched vulnerabilities.

Closes #591
This commit is contained in:
Adam Yohrling 2022-07-15 10:21:19 -04:00
parent d951c8be6b
commit ac4951c263
No known key found for this signature in database
GPG key ID: 12FD7DD0C741BB15

View file

@ -20,7 +20,7 @@
"@mapbox/glyph-pbf-composite": "0.0.3",
"@mapbox/mapbox-gl-native": "5.0.2",
"@mapbox/mapbox-gl-style-spec": "13.12.0",
"@mapbox/mbtiles": "0.11.0",
"@mapbox/mbtiles": "0.12.1",
"@mapbox/sphericalmercator": "1.1.0",
"@mapbox/vector-tile": "1.3.1",
"advanced-pool": "0.3.3",