vue-mapbox
vue-mapbox copied to clipboard
Updating mapbox-gl to 1.x
For now mapbox-gl includes dependencies that include older version of minimist, which has a security vulnerability, which fails my PR checks on my projects.
Can we bump it to 1.x?
Since mapbox-gl is only referenced as peerDependency, you can use a higher version. You only get a warning, but it should work anyway. (See PR #144 )
Unfortunately, the maintainer seems to leave this project alone, so we have to accept the warning or fork the repository.