Skip to content

Commit

Permalink
Merge pull request #12502 from keymanapp/feat/common/12208-fast-xml-p…
Browse files Browse the repository at this point in the history
…arser3

chore(developer,common): deps: replace xml2js with fast-xml-parser
  • Loading branch information
srl295 authored Oct 7, 2024
2 parents c2f08bd + 9a4c7e5 commit a0813b8
Show file tree
Hide file tree
Showing 19 changed files with 320 additions and 1,241 deletions.
6 changes: 3 additions & 3 deletions developer/src/common/web/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"/build/"
],
"dependencies": {
"@sentry/node": "^7.57.0",
"@keymanapp/common-types": "*",
"@sentry/node": "^7.57.0",
"eventemitter3": "^5.0.0",
"fast-xml-parser": "^4.5.0",
"restructure": "^3.0.1",
"semver": "^7.5.4",
"sax": ">=0.6.0",
"semver": "^7.5.4",
"xmlbuilder": "~11.0.0"
},
"devDependencies": {
"@types/git-diff": "^2.0.3",
"@types/node": "^20.4.1",
"@types/semver": "^7.3.12",
"@types/xml2js": "^0.4.5",
"c8": "^7.12.0",
"git-diff": "^2.0.6",
"mocha": "^8.4.0",
Expand Down
19 changes: 0 additions & 19 deletions developer/src/common/web/utils/src/deps/xml2js/LICENSE

This file was deleted.

Loading

0 comments on commit a0813b8

Please sign in to comment.