From 1a17bb1c8afd234a497982ef49f69fb1eb96cd8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 22:42:59 +0000 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.3.1 to 5.4.0 (#1234) Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-native) from 5.3.1 to 5.4.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.3.1...node-v5.4.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 | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69c6a7d..48a64f6 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.1", + "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.1.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3", @@ -1292,15 +1292,15 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "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==", + "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==", "hasInstallScript": true, "dependencies": { "@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" + "minimatch": "^9.0.4", + "npm-run-all": "^4.1.5" }, "engines": { "node": ">=6" @@ -5840,14 +5840,14 @@ } }, "node_modules/minimatch": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz", - "integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==", + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", + "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index b2bffe3..e4b75f6 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.1", + "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.1.1", "@sindresorhus/fnv1a": "3.1.0", "advanced-pool": "0.3.3",