diff --git a/package-lock.json b/package-lock.json index 137a57a..59f03e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "libxmljs": "^1.0.8", "xml-crypto": "^3.0.1", "xml-encryption": "^3.0.2", - "xml2js": "^0.4.23", + "xml2js": "^0.5.0", "xpath": "^0.0.32" }, "devDependencies": { @@ -1824,9 +1824,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 9abef31..cc1c863 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "libxmljs": "^1.0.8", "xml-crypto": "^3.0.1", "xml-encryption": "^3.0.2", - "xml2js": "^0.4.23", + "xml2js": "^0.5.0", "xpath": "^0.0.32" } }