Skip to content

Commit 3457a9b

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#100)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOMXMLDOM-3042243
1 parent e8df80c commit 3457a9b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"license": "MIT",
2222
"dependencies": {
23-
"@xmldom/xmldom": "^0.7.0",
23+
"@xmldom/xmldom": "^0.8.3",
2424
"escape-html": "^1.0.3",
2525
"xpath": "0.0.32"
2626
},

0 commit comments

Comments
 (0)