From ab37b2097ad58c1a5fcd9bcdb09fdc0986045cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:32:53 +0000 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.2.0 to 5.3.0 Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.2.0 to 5.3.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.2.0...node-v5.3.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-native" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 bd7126d..1c22444 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.2.0", + "@maplibre/maplibre-gl-native": "5.3.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -72,9 +72,9 @@ } }, "node_modules/@acalcutt/node-pre-gyp": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@acalcutt/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", - "integrity": "sha512-aeT0m5l3TdO0Mzs0lVIN6Qq+RYGyUu8XoE46r/o2mpZ/ve5o9B/AQT12S1ACIrQGHf0BrGGSy9yhV9SUe7ogJw==", + "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==", "dependencies": { "detect-libc": "^2.0.0", "https-proxy-agent": "^5.0.0", @@ -1172,12 +1172,12 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.2.0.tgz", - "integrity": "sha512-9Y5oC4cc+PpeCdb4XfBv0o74AU4SKvZPCOjcWnj4g2P15TK3o3M0biSP3PTMx7vqIvvHEkWz/ybTXXCR7mrd2g==", + "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==", "hasInstallScript": true, "dependencies": { - "@acalcutt/node-pre-gyp": "^1.0.11", + "@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" diff --git a/package.json b/package.json index 8780772..bf6ac6f 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.2.0", + "@maplibre/maplibre-gl-native": "5.3.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",