From 27b2ddfa1b4694c6d369f735b49a9fb1d1d81a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:16:25 +0000 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.4.0 to 5.4.1 (#1371) Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.4.0 to 5.4.1. - [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.4.0...node-v5.4.1) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-native" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c1f8f5..e53037a 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": "2.0.3", - "@maplibre/maplibre-gl-native": "5.4.0", + "@maplibre/maplibre-gl-native": "5.4.1", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -73,9 +73,9 @@ } }, "node_modules/@acalcutt/node-pre-gyp": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@acalcutt/node-pre-gyp/-/node-pre-gyp-1.0.14.tgz", - "integrity": "sha512-P+xIiJefMa2ylrqPDwCw1S4Xr6ULKvF5TqmbZKifPSzId9jiSgLoplKfTmoP/y3Mq2kWts/rZDX1N9wMaSl6ZA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@acalcutt/node-pre-gyp/-/node-pre-gyp-1.0.15.tgz", + "integrity": "sha512-+9vgfGWqByWMO/XbbCSpKe/ug7n16YbjKixY6D/Wx6goqx43qdmcXhFrGlnqNbyrpzKwbbQASX7AS/YbZNc/rg==", "dependencies": { "detect-libc": "^2.0.0", "https-proxy-agent": "^5.0.0", @@ -1212,12 +1212,12 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "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==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.4.1.tgz", + "integrity": "sha512-Vkn/3W2suB1DDKjb5fzS2CDT046MqmZV2+EvQ+lU5t+khxJucbKRGfa+kHTksW//F6sTPb+Bez7CEKICOb5L7w==", "hasInstallScript": true, "dependencies": { - "@acalcutt/node-pre-gyp": "^1.0.14", + "@acalcutt/node-pre-gyp": "^1.0.15", "@acalcutt/node-pre-gyp-github": "1.4.8", "minimatch": "^9.0.4", "npm-run-all": "^4.1.5" diff --git a/package.json b/package.json index 237e075..15e9c1c 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "2.0.3", - "@maplibre/maplibre-gl-native": "5.4.0", + "@maplibre/maplibre-gl-native": "5.4.1", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",