diff --git a/package-lock.json b/package-lock.json index ff9138d..c4b9b5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.0", + "@maplibre/maplibre-gl-native": "5.3.1", "@maplibre/maplibre-gl-style-spec": "20.1.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -1173,9 +1173,9 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.3.0.tgz", - "integrity": "sha512-58/yM3Gzwt6HtBUiwRhCH4eomStBsQ3ZCww/3WFee6gsG1bJLz9Y5CCcJI7J5WtLDTJIppcYcx4rhfgBnAzXnw==", + "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==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.14", diff --git a/package.json b/package.json index e26285d..89ab3f2 100644 --- a/package.json +++ b/package.json @@ -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.0", + "@maplibre/maplibre-gl-native": "5.3.1", "@maplibre/maplibre-gl-style-spec": "20.1.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",