Bump @mapbox/vector-tile from 2.0.2 to 2.0.3 (#10352)

Bumps [@mapbox/vector-tile](https://github.com/mapbox/vector-tile-js) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/mapbox/vector-tile-js/releases)
- [Commits](https://github.com/mapbox/vector-tile-js/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: "@mapbox/vector-tile"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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:
dependabot[bot]
2024-07-25 18:22:44 +02:00
committed by GitHub
parent a60729f6e5
commit 2c14ac4706
2 changed files with 16 additions and 16 deletions
+15 -15
View File
@@ -11,7 +11,7 @@
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/sexagesimal": "1.2.0",
"@mapbox/vector-tile": "^2.0.2",
"@mapbox/vector-tile": "^2.0.3",
"@rapideditor/country-coder": "~5.3.0",
"@rapideditor/location-conflation": "~1.4.0",
"@tmcw/togeojson": "^5.8.1",
@@ -1298,9 +1298,9 @@
"dev": true
},
"node_modules/@mapbox/point-geometry": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.0.0.tgz",
"integrity": "sha512-1EPbCrZvs+eBayaMcPeDmwsbgG/b7vQxtYlzLI/5dA2SHctbUxFr13OE4+AdozoF8EtvbaFcfQIzWetOfooz/w=="
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz",
"integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ=="
},
"node_modules/@mapbox/sexagesimal": {
"version": "1.2.0",
@@ -1313,11 +1313,11 @@
}
},
"node_modules/@mapbox/vector-tile": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.2.tgz",
"integrity": "sha512-DGHWcOU2VzaEEzqR0CxxXaBESwEUpFy8+iLNARxZrHRgu9IoTMZgh0ugRNI67n6xXI08z3ZyrKbcdxDPtAfk8w==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.3.tgz",
"integrity": "sha512-Fq8PzBAaBeG3sEZA7Bomlv+8ZJcS5KCD6MRlCqiFrroOLnwZFFSJVydk1J9sneScJq9q4yyGfxKa+i7x2TLG8A==",
"dependencies": {
"@mapbox/point-geometry": "~1.0.0",
"@mapbox/point-geometry": "~1.1.0",
"@types/geojson": "^7946.0.14",
"pbf": "^4.0.1"
}
@@ -10187,19 +10187,19 @@
"dev": true
},
"@mapbox/point-geometry": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.0.0.tgz",
"integrity": "sha512-1EPbCrZvs+eBayaMcPeDmwsbgG/b7vQxtYlzLI/5dA2SHctbUxFr13OE4+AdozoF8EtvbaFcfQIzWetOfooz/w=="
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@mapbox/point-geometry/-/point-geometry-1.1.0.tgz",
"integrity": "sha512-YGcBz1cg4ATXDCM/71L9xveh4dynfGmcLDqufR+nQQy3fKwsAZsWd/x4621/6uJaeB9mwOHE6hPeDgXz9uViUQ=="
},
"@mapbox/sexagesimal": {
"version": "1.2.0"
},
"@mapbox/vector-tile": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.2.tgz",
"integrity": "sha512-DGHWcOU2VzaEEzqR0CxxXaBESwEUpFy8+iLNARxZrHRgu9IoTMZgh0ugRNI67n6xXI08z3ZyrKbcdxDPtAfk8w==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/@mapbox/vector-tile/-/vector-tile-2.0.3.tgz",
"integrity": "sha512-Fq8PzBAaBeG3sEZA7Bomlv+8ZJcS5KCD6MRlCqiFrroOLnwZFFSJVydk1J9sneScJq9q4yyGfxKa+i7x2TLG8A==",
"requires": {
"@mapbox/point-geometry": "~1.0.0",
"@mapbox/point-geometry": "~1.1.0",
"@types/geojson": "^7946.0.14",
"pbf": "^4.0.1"
},
+1 -1
View File
@@ -46,7 +46,7 @@
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
"@mapbox/sexagesimal": "1.2.0",
"@mapbox/vector-tile": "^2.0.2",
"@mapbox/vector-tile": "^2.0.3",
"@rapideditor/country-coder": "~5.3.0",
"@rapideditor/location-conflation": "~1.4.0",
"@tmcw/togeojson": "^5.8.1",