From b059cc532b63fbd5de4456ccb8d9f5a19e376a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 9 Apr 2023 20:59:57 +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 56a00f94f7d51..f8eaa2d0b2113 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "typescript": "^4.5.5", "vinyl": "latest", "vinyl-sourcemaps-apply": "latest", - "xml2js": "^0.4.19" + "xml2js": "^0.5.0" }, "scripts": { "prepare": "gulp build-eslint-rules",