diff --git a/package-lock.json b/package-lock.json index ede9772a..2d358c6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "unbzip2-stream": "^1.3.3", "winston": "^2.3.0", "winston-azure-application-insights": "^1.5.0", - "xml2js": "^0.4.22" + "xml2js": "^0.5.0" }, "devDependencies": { "chai": "^4.2.0", @@ -8702,9 +8702,9 @@ } }, "node_modules/xml2js": { - "version": "0.4.23", - "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", - "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz", + "integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" diff --git a/package.json b/package.json index b1c07af5..d711bb50 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "unbzip2-stream": "^1.3.3", "winston": "^2.3.0", "winston-azure-application-insights": "^1.5.0", - "xml2js": "^0.4.22" + "xml2js": "^0.5.0" }, "devDependencies": { "chai": "^4.2.0",