Skip to content

Commit

Permalink
dep: Upgrade @xmldom/xmldom to ^0.8.10
Browse files Browse the repository at this point in the history
The @xmldom/xmldom <0.8.4 has a critical vulnerability issue that is
fixed with 0.8.4. Since osmtogeojson does not require a specific version
of the package, it is set to use the latest compatible.

The following vulnerability is fixed with the upgrade:
https://security.snyk.io/vuln/SNYK-JS-XMLDOMXMLDOM-3092934
  • Loading branch information
tahini committed Jun 28, 2024
1 parent c97381a commit 536ce2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@mapbox/geojson-rewind": "0.5.2",
"@xmldom/xmldom": "0.8.3",
"@xmldom/xmldom": "^0.8.10",
"concat-stream": "2.0.0",
"geojson-numeric": "0.2.1",
"htmlparser2": "3.5.1",
Expand Down

0 comments on commit 536ce2e

Please sign in to comment.