diff --git a/package-lock.json b/package-lock.json index 77c0926a25e..6a69f7f61c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6728,9 +6728,9 @@ } }, "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==", "dev": true, "requires": { "sax": ">=0.6.0", diff --git a/package.json b/package.json index b09b09a195d..5f7e11f2a28 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "through2": "^3.0.1", "upath": "^1.2.0", "vinyl-fs": "^3.0.3", - "xml2js": "^0.4.23", + "xml2js": "^0.5.0", "yargs": "^15.3.0" }, "scripts": {