Skip to content

Commit

Permalink
Change of xmldom package for build dependency
Browse files Browse the repository at this point in the history
- Moving to use @xmldom/xmldom package to remediate an audit finding
- PPC build fixed to consume the new xmldom version
- New lock
  • Loading branch information
exsilium committed Mar 13, 2022
1 parent c7e2066 commit 9c00632
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 101 deletions.
191 changes: 92 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"rimraf": "~3.0.0",
"xmldom": "~0.6.0",
"@xmldom/xmldom": "~0.8.0",
"xpath": "~0.0.27"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ppc/ppc-package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// used by ppc-node below
XPath = require('xpath');
DOMParser = require('xmldom').DOMParser;
DOMParser = require('@xmldom/xmldom').DOMParser;

var Fs = require("fs");

Expand Down

0 comments on commit 9c00632

Please sign in to comment.