chore(xo-server/utils/parseXml): use fast-xml-parser instead of xml2js

It's faster, the API is simpler and it appears to be better maintained.
This commit is contained in:
Julien Fontanet
2020-12-31 10:50:22 +01:00
parent ba413f3e8f
commit 525369e0ce
3 changed files with 10 additions and 16 deletions

View File

@@ -69,6 +69,7 @@
"execa": "^5.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"fast-xml-parser": "^3.17.4",
"fatfs": "^0.10.4",
"from2": "^2.3.0",
"fs-extra": "^9.0.0",