From 6a34babc07c8e74f7d5b311068ede78ba8fe712c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:01:22 +0000 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.4.1 to 6.0.0 (#1381) Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.4.1 to 6.0.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.4.1...ios-v6.0.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-native" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 34ebb039a..e9e6cfd75 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.1", + "@maplibre/maplibre-gl-native": "6.0.0", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -1211,9 +1211,9 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "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==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-6.0.0.tgz", + "integrity": "sha512-UdsDxji6LvnhjWsS+OA0ghPdrzn8HOyTdADm/XDbBgd7tFawFl93fkX+rBqcpwpIPnJyNvumXYECRTLkQj0fsA==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.15", diff --git a/package.json b/package.json index fc912c645..b2011dfa2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "2.0.3", - "@maplibre/maplibre-gl-native": "5.4.1", + "@maplibre/maplibre-gl-native": "6.0.0", "@maplibre/maplibre-gl-style-spec": "20.3.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",