From 997117f0c0b9d5ad1af61edfd2b81b8d3659aeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:44:10 -0500 Subject: [PATCH] fix(deps): bump @maplibre/maplibre-gl-native from 5.1.0 to 5.1.1 (#692) Bumps [@maplibre/maplibre-gl-native](https://github.com/maplibre/maplibre-gl-native) from 5.1.0 to 5.1.1. - [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.0...node-v5.1.1) --- updated-dependencies: - dependency-name: "@maplibre/maplibre-gl-native" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c10191f..7ef3123 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "tileserver-gl", - "version": "4.3.2", + "version": "4.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tileserver-gl", - "version": "4.3.2", + "version": "4.3.3", "license": "BSD-2-Clause", "dependencies": { "@mapbox/glyph-pbf-composite": "0.0.3", "@mapbox/mbtiles": "0.12.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.1.0", + "@maplibre/maplibre-gl-native": "5.1.1", "@maplibre/maplibre-gl-style-spec": "17.0.2", "advanced-pool": "0.3.3", "canvas": "2.11.0", @@ -907,9 +907,9 @@ } }, "node_modules/@maplibre/maplibre-gl-native": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.1.0.tgz", - "integrity": "sha512-MgyD+99xNNjXTKjZgLvwtqhMo5TtF6bi7JbnIFgxCmjvdfJsROtzcrs2yop0NJn/METwhkoAnaZ4Stgn4ndGgg==", + "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==", "hasInstallScript": true, "dependencies": { "@acalcutt/node-pre-gyp": "^1.0.11", @@ -9604,9 +9604,9 @@ } }, "@maplibre/maplibre-gl-native": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@maplibre/maplibre-gl-native/-/maplibre-gl-native-5.1.0.tgz", - "integrity": "sha512-MgyD+99xNNjXTKjZgLvwtqhMo5TtF6bi7JbnIFgxCmjvdfJsROtzcrs2yop0NJn/METwhkoAnaZ4Stgn4ndGgg==", + "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==", "requires": { "@acalcutt/node-pre-gyp": "^1.0.11", "@acalcutt/node-pre-gyp-github": "1.4.8", diff --git a/package.json b/package.json index f0387ff..22c72fa 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mapbox/mbtiles": "0.12.1", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", - "@maplibre/maplibre-gl-native": "5.1.0", + "@maplibre/maplibre-gl-native": "5.1.1", "@maplibre/maplibre-gl-style-spec": "17.0.2", "advanced-pool": "0.3.3", "canvas": "2.11.0",