From a82118d0bff2a66a5f91af3635f044a8c8c57b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 23:11:03 +0000 Subject: [PATCH] fix(deps): bump @mapbox/polyline from 1.1.1 to 1.2.0 (#827) Bumps [@mapbox/polyline](https://github.com/mapbox/polyline) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/mapbox/polyline/releases) - [Changelog](https://github.com/mapbox/polyline/blob/master/CHANGELOG.md) - [Commits](https://github.com/mapbox/polyline/compare/v1.1.1...1.2.0) --- updated-dependencies: - dependency-name: "@mapbox/polyline" 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 | 11 ++++------- package.json | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ab4db5..83b5eb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@mapbox/glyph-pbf-composite": "0.0.3", "@mapbox/mbtiles": "0.12.1", - "@mapbox/polyline": "^1.1.1", + "@mapbox/polyline": "^1.2.0", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0", @@ -719,17 +719,14 @@ "integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ==" }, "node_modules/@mapbox/polyline": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@mapbox/polyline/-/polyline-1.1.1.tgz", - "integrity": "sha512-z9Sl7NYzsEIrAza658H92mc0OvpBjQwjp7Snv4xREKhsCMat7m1IKdWJMjQ5opiPYa0veMf7kCaSd1yx55AhmQ==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@mapbox/polyline/-/polyline-1.2.0.tgz", + "integrity": "sha512-sIIi9clVZiTmXYqbXpSAoG+ZLsvQn7j9FJLqiNOG85KnXN8tz11MEhuW2M7NDEDIKi4hIMaSI1CKwH8oLuVxPQ==", "dependencies": { "meow": "^6.1.1" }, "bin": { "polyline": "bin/polyline.bin.js" - }, - "engines": { - "node": "*" } }, "node_modules/@mapbox/sphericalmercator": { diff --git a/package.json b/package.json index c993c5c..6efb97b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@mapbox/glyph-pbf-composite": "0.0.3", "@mapbox/mbtiles": "0.12.1", - "@mapbox/polyline": "^1.1.1", + "@mapbox/polyline": "^1.2.0", "@mapbox/sphericalmercator": "1.2.0", "@mapbox/vector-tile": "1.3.1", "@maplibre/maplibre-gl-native": "5.2.0",