fix(deps): bump @maplibre/maplibre-gl-native from 5.3.1 to 5.4.0 (#1234)

Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/maplibre/maplibre-native/releases)
- [Changelog](https://github.com/maplibre/maplibre-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/maplibre/maplibre-native/compare/node-v5.3.1...node-v5.4.0)

---
updated-dependencies:
- dependency-name: "@maplibre/maplibre-gl-native"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-22 22:42:59 +00:00 committed by GitHub
parent 50df4480ca
commit 1a17bb1c8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -14,7 +14,7 @@
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.3.1",
"@maplibre/maplibre-gl-native": "5.4.0",
"@maplibre/maplibre-gl-style-spec": "20.1.1",
"@sindresorhus/fnv1a": "3.1.0",
"advanced-pool": "0.3.3",
@ -1292,15 +1292,15 @@
}
},
"node_modules/@maplibre/maplibre-gl-native": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.3.1.tgz",
"integrity": "sha512-Wxf8rt29ERBiUmG0j4pZ6A0uH9qwvdAh8uAvL4icC6i/EqxDLwF+ALQboVikIoUqoifUredLXpABrPluUDd2qA==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.4.0.tgz",
"integrity": "sha512-onNGCs7BYDR3R1lO6vjnP5WoEiaU2ISUziLX/LkiWsBjU8JkDmgMr+gxHiIKsLgQlL9bqSolZnHpbp0XOkMlyA==",
"hasInstallScript": true,
"dependencies": {
"@acalcutt/node-pre-gyp": "^1.0.14",
"@acalcutt/node-pre-gyp-github": "1.4.8",
"minimatch": "^7.2.0",
"npm-run-all": "^4.0.2"
"minimatch": "^9.0.4",
"npm-run-all": "^4.1.5"
},
"engines": {
"node": ">=6"
@ -5840,14 +5840,14 @@
}
},
"node_modules/minimatch": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
"version": "9.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"

View File

@ -23,7 +23,7 @@
"@mapbox/polyline": "^1.2.1",
"@mapbox/sphericalmercator": "1.2.0",
"@mapbox/vector-tile": "1.3.1",
"@maplibre/maplibre-gl-native": "5.3.1",
"@maplibre/maplibre-gl-native": "5.4.0",
"@maplibre/maplibre-gl-style-spec": "20.1.1",
"@sindresorhus/fnv1a": "3.1.0",
"advanced-pool": "0.3.3",