Skip to content

Commit

Permalink
Upgrade osmtogeojson with package for xmldom dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mvl22 committed May 17, 2024
1 parent 0a9705b commit bdb83d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"license": "GPL-3.0-only",
"dependencies": {
"Mapboxgljs.LayerViewer": "https://github.com/cyclestreets/Mapboxgljs.LayerViewer/",
"osmtogeojson": "^3.0.0-beta.5"
"osmtogeojson": "https://github.com/tyrasd/osmtogeojson#snyk-fix-65371a4c4920389f7e5127c141088511"
}
}
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@
resolved "https://registry.yarnpkg.com/@types/geojson/-/geojson-7946.0.14.tgz#319b63ad6df705ee2a65a73ef042c8271e696613"
integrity sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==

"@xmldom/[email protected].3":
version "0.8.3"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.3.tgz#beaf980612532aa9a3004aff7e428943aeaa0711"
integrity sha512-Lv2vySXypg4nfa51LY1nU8yDAGo/5YwF+EY/rUZgIbfvwVARcd67ttCM8SMsTeJy51YhHYavEq+FS6R0hW9PFQ==
"@xmldom/[email protected].4":
version "0.8.4"
resolved "https://registry.yarnpkg.com/@xmldom/xmldom/-/xmldom-0.8.4.tgz#05b76034d3e09d4b9d309d9b862994de23e7687d"
integrity sha512-JIsjTbWBWJHb2t1D4UNZIJ6ohlRYCdoGzeHSzTorMH2zOq3UKlSBzFBMBdFK3xnUD/ANHw/SUzl/vx0z0JrqRw==

[email protected]:
version "0.8.0"
Expand Down Expand Up @@ -421,13 +421,12 @@ osm-polygon-features@^0.9.1:
resolved "https://registry.yarnpkg.com/osm-polygon-features/-/osm-polygon-features-0.9.2.tgz#20ae41130c486e49a3b2a3c2b58a1419c4986778"
integrity sha512-5zNEFCq+G6X2TDkqbKYLF1+GtWVCCLA8zX+FVhSogsiTRsGquyaGRy5cYNW4BE3ci0MKOLvNTkFNsjsCNtgz0A==

osmtogeojson@^3.0.0-beta.5:
"osmtogeojson@https://github.com/tyrasd/osmtogeojson#snyk-fix-65371a4c4920389f7e5127c141088511":
version "3.0.0-beta.5"
resolved "https://registry.yarnpkg.com/osmtogeojson/-/osmtogeojson-3.0.0-beta.5.tgz#c58ed8e4fb3a82a41cf3f00cbe79991e17e028b6"
integrity sha512-izvaUWnunrYvMB4LB0ZN15O1+g90c628yHS4SeSR3daVSBF9vdTHL7iVHfg0wEr1uEYjQ+lMJHCiYFusL5yKVg==
resolved "https://github.com/tyrasd/osmtogeojson#555a559ab0409d24b59d245d704889f6238133ca"
dependencies:
"@mapbox/geojson-rewind" "0.5.2"
"@xmldom/xmldom" "0.8.3"
"@xmldom/xmldom" "0.8.4"
JSONStream "0.8.0"
concat-stream "2.0.0"
geojson-numeric "0.2.1"
Expand Down

0 comments on commit bdb83d5

Please sign in to comment.