From 4f2d19f64fe89c10116c562570314a420bf059f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Apr 2023 04:21:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-XML2JS-5414874 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6ef7018570..3989c5540b6 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "win-spawn": "~2.0.0", "winston": "~0.7.3", "ws": "~0.4.31", - "xml2js": "~0.4.4", + "xml2js": "~0.5.0", "xmldom": "~0.1.19", "xpath": "0.0.7" },