Skip to content

Commit

Permalink
Merge pull request #1 from BDQ/update-xmldom
Browse files Browse the repository at this point in the history
move to @xmldom/xmldom to address CVE-2021-32796
  • Loading branch information
Hookwitz authored Dec 16, 2022
2 parents 6e5bd5a + 3bb1812 commit 19280db
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions nodejs/scripts/package-lock.json

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

6 changes: 3 additions & 3 deletions nodejs/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"test": "nodeunit tests/tests.js"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.2",
"amdefine": "^0.0.4",
"xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodeunit": "^0.11.3",
"node-static": "^0.7.11"
"node-static": "^0.7.11",
"nodeunit": "^0.11.3"
}
}

0 comments on commit 19280db

Please sign in to comment.