Skip to content

Commit

Permalink
Fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlettman committed Jul 29, 2023
1 parent 64d301b commit ead1f13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"typescript": "^5.1.6"
},
"dependencies": {
"webpack": "^5.88.1",
"geojson": "^0.5.0",
"osmtogeojson": "^3.0.0-beta.5",
"osmtogeojson": "https://github.com/tyrasd/osmtogeojson#snyk-fix-65371a4c4920389f7e5127c141088511",
"overpass-ts": "^4.3.8",
"simplify-geojson": "^1.0.5"
"simplify-geojson": "^1.0.5",
"webpack": "^5.88.1"
}
}
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,10 @@
"@webassemblyjs/ast" "1.11.6"
"@xtuc/long" "4.2.2"

"@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==

"@xtuc/ieee754@^1.2.0":
version "1.2.0"
Expand Down Expand Up @@ -3028,13 +3028,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 ead1f13

Please sign in to comment.