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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
74ca3ed7e0
commit
a82118d0bf
2 changed files with 5 additions and 8 deletions
11
package-lock.json
generated
11
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/glyph-pbf-composite": "0.0.3",
|
"@mapbox/glyph-pbf-composite": "0.0.3",
|
||||||
"@mapbox/mbtiles": "0.12.1",
|
"@mapbox/mbtiles": "0.12.1",
|
||||||
"@mapbox/polyline": "^1.1.1",
|
"@mapbox/polyline": "^1.2.0",
|
||||||
"@mapbox/sphericalmercator": "1.2.0",
|
"@mapbox/sphericalmercator": "1.2.0",
|
||||||
"@mapbox/vector-tile": "1.3.1",
|
"@mapbox/vector-tile": "1.3.1",
|
||||||
"@maplibre/maplibre-gl-native": "5.2.0",
|
"@maplibre/maplibre-gl-native": "5.2.0",
|
||||||
|
@ -719,17 +719,14 @@
|
||||||
"integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ=="
|
"integrity": "sha512-6j56HdLTwWGO0fJPlrZtdU/B13q8Uwmo18Ck2GnGgN9PCFyKTZ3UbXeEdRFh18i9XQ92eH2VdtpJHpBD3aripQ=="
|
||||||
},
|
},
|
||||||
"node_modules/@mapbox/polyline": {
|
"node_modules/@mapbox/polyline": {
|
||||||
"version": "1.1.1",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/@mapbox/polyline/-/polyline-1.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/@mapbox/polyline/-/polyline-1.2.0.tgz",
|
||||||
"integrity": "sha512-z9Sl7NYzsEIrAza658H92mc0OvpBjQwjp7Snv4xREKhsCMat7m1IKdWJMjQ5opiPYa0veMf7kCaSd1yx55AhmQ==",
|
"integrity": "sha512-sIIi9clVZiTmXYqbXpSAoG+ZLsvQn7j9FJLqiNOG85KnXN8tz11MEhuW2M7NDEDIKi4hIMaSI1CKwH8oLuVxPQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"meow": "^6.1.1"
|
"meow": "^6.1.1"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"polyline": "bin/polyline.bin.js"
|
"polyline": "bin/polyline.bin.js"
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "*"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@mapbox/sphericalmercator": {
|
"node_modules/@mapbox/sphericalmercator": {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mapbox/glyph-pbf-composite": "0.0.3",
|
"@mapbox/glyph-pbf-composite": "0.0.3",
|
||||||
"@mapbox/mbtiles": "0.12.1",
|
"@mapbox/mbtiles": "0.12.1",
|
||||||
"@mapbox/polyline": "^1.1.1",
|
"@mapbox/polyline": "^1.2.0",
|
||||||
"@mapbox/sphericalmercator": "1.2.0",
|
"@mapbox/sphericalmercator": "1.2.0",
|
||||||
"@mapbox/vector-tile": "1.3.1",
|
"@mapbox/vector-tile": "1.3.1",
|
||||||
"@maplibre/maplibre-gl-native": "5.2.0",
|
"@maplibre/maplibre-gl-native": "5.2.0",
|
||||||
|
|
Loading…
Reference in a new issue