Skip to content

Commit 1996dd7

Browse files
fix: package.json & package-lock.json to reduce vulnerabilities (#81)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 bump xmldom to 0.5.0 Co-authored-by: snyk-bot <[email protected]>
1 parent 435b1d0 commit 1996dd7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"escape-html": "^1.0.3",
2424
"node-forge": "^0.10.0",
25-
"xmldom": "~0.1.15",
25+
"xmldom": "~0.5.0",
2626
"xpath": "0.0.27"
2727
},
2828
"files": ["lib", "package-lock.json"],

0 commit comments

Comments
 (0)