From 0365b410294e0bfc91d049f55036903400a26a7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 23:06:21 +0000 Subject: [PATCH] fix(deps): bump @mapbox/vector-tile from 2.0.1 to 2.0.2 (#1311) Bumps [@mapbox/vector-tile](https://github.com/mapbox/vector-tile-js) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/mapbox/vector-tile-js/releases) - [Commits](https://github.com/mapbox/vector-tile-js/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: "@mapbox/vector-tile" dependency-type: direct:production update-type: version-update:semver-patch ... 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 d089155..6a55cf8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", - "@mapbox/vector-tile": "2.0.1", + "@mapbox/vector-tile": "2.0.2", "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0", @@ -1291,9 +1291,9 @@ "integrity": "sha512-nMkuDXFv60aBr9soUG5q+GvZYL+2KZHVvsqFCzqnkGEf46U2fvmytHaEVc1/YZbiLn8X+eR3QzX1+dwDO1lxlw==" }, "node_modules/@mapbox/vector-tile": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.1.tgz", - "integrity": "sha512-sHjD7RWxfaGpwUgjS1vxfvu+w06haJZKjN1XYHBKm3w/pM3xVSGrmtxLVgNsotjDILmFS4hEjWiA3Rl/tw5egw==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.2.tgz", + "integrity": "sha512-DGHWcOU2VzaEEzqR0CxxXaBESwEUpFy8+iLNARxZrHRgu9IoTMZgh0ugRNI67n6xXI08z3ZyrKbcdxDPtAfk8w==", "dependencies": { "@mapbox/point-geometry": "~1.0.0", "@types/geojson": "^7946.0.14", diff --git a/package.json b/package.json index d456063..6a9e2bc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@mapbox/mbtiles": "0.12.1", "@mapbox/polyline": "^1.2.1", "@mapbox/sphericalmercator": "1.2.0", - "@mapbox/vector-tile": "2.0.1", + "@mapbox/vector-tile": "2.0.2", "@maplibre/maplibre-gl-native": "5.4.0", "@maplibre/maplibre-gl-style-spec": "20.3.0", "@sindresorhus/fnv1a": "3.1.0",