From b0cc2799d30340dcf58aee1f1a52c7e210da9199 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 18:27:00 +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 25203bfcc4..a45dbc0609 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "v8-compile-cache": "1.1.0", "vscode-jsonrpc": "3.2.0", "ws": "2.0.3", - "xml2js": "0.4.17", + "xml2js": "0.5.0", "xterm": "2.5.0", "yargs": "3.32.0" },