From 4e2800c2210ec7b6e2435d26839f4d44c677b469 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Apr 2023 14:15:40 +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 de9761a8..6f1775b0 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "uglify-js": "2.7.3", "webpack": "2.2.0-rc.3", "ws": "1.1.1", - "xml2js": "^0.4.17" + "xml2js": "^0.5.0" }, "devDependencies": { "@angular/common": "4.0.0-beta.5",