Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#81)
Browse files Browse the repository at this point in the history
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 <snyk-bot@snyk.io>
  • Loading branch information
crew-security and snyk-bot committed Mar 11, 2021
1 parent 435b1d0 commit 1996dd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"escape-html": "^1.0.3",
"node-forge": "^0.10.0",
"xmldom": "~0.1.15",
"xmldom": "~0.5.0",
"xpath": "0.0.27"
},
"files": ["lib", "package-lock.json"],
Expand Down

0 comments on commit 1996dd7

Please sign in to comment.