From cf85989707bbc87b6103f49e0cd5c33310e4f60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 00:04:45 +0000 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.1.1 to 5.2.0 (#797) Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-gl-native) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/maplibre/maplibre-gl-native/releases) - [Changelog](https://github.com/maplibre/maplibre-gl-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/maplibre/maplibre-gl-native/compare/node-v5.1.1...node-v5.2.0) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-native" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 28 +++++++++++----------------- package.json | 2 +- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49ce7fd..03535fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@mapbox/polyline": "^1.1.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.1.1", + "@maplibre/maplibre-gl-native": "5.2.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "advanced-pool": "0.3.3", "canvas": "2.11.0", @@ -653,14 +653,6 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@mapbox/cmake-node-module": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@mapbox/cmake-node-module/-/cmake-node-module-1.2.0.tgz", - "integrity": "sha512-kmpkNQH7hR4d5bD/T+8KITE3xzYF2PgVB3VrSGEC3JxNtH2KdfqXbBA9xu+L2ODkEDQkg9GnD/SSnkeKkEBsYg==", - "bin": { - "cmake-node-module": "install.sh" - } - }, "node_modules/@mapbox/glyph-pbf-composite": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/@mapbox/glyph-pbf-composite/-/glyph-pbf-composite-0.0.3.tgz", @@ -773,15 +765,14 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.1.1.tgz", - "integrity": "sha512-ter4kedAhP8sYoBoFQ/vzNJ6sKlR50+BeaSa5TlMDuwOSETgbb1XLJaxkw7SSQ/e8cJhc3IBmB4Azcu50vuE0A==", + "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==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.11", "@acalcutt/node-pre-gyp-github": "1.4.8", - "@mapbox/cmake-node-module": "^1.2.0", - "minimatch": "^5.1.0", + "minimatch": "^7.2.0", "npm-run-all": "^4.0.2" }, "engines": { @@ -5370,14 +5361,17 @@ } }, "node_modules/minimatch": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.2.tgz", - "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", + "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minimist": { diff --git a/package.json b/package.json index 6aa45ca..a91e727 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@mapbox/polyline": "^1.1.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.1.1", + "@maplibre/maplibre-gl-native": "5.2.0", "@maplibre/maplibre-gl-style-spec": "18.0.0", "advanced-pool": "0.3.3", "canvas": "2.11.0",