From 5a0dade4c04ae5c850cd15b5c0e35193e2a494af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Mar 2021 23:15:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XMLDOM-1084960 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9df0741..e764f54 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dependencies": { "async": "~0.9.0", "cp": "~0.1.1", - "xmldom": "~0.1.16", + "xmldom": "~0.5.0", "lodash": "~2.4.1", "fluid": "~0.1.3", "URIjs": "^1.12.0",