diff --git a/detox/package-lock.json b/detox/package-lock.json index 681e47797..44655afc6 100644 --- a/detox/package-lock.json +++ b/detox/package-lock.json @@ -39,7 +39,7 @@ "tslib": "2.5.0", "typescript": "4.9.5", "uuid": "9.0.0", - "xml2js": "0.4.23" + "xml2js": "0.5.0" } }, "node_modules/@ampproject/remapping": { @@ -9024,9 +9024,9 @@ "dev": true }, "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==", "dev": true, "dependencies": { "sax": ">=0.6.0", @@ -15830,9 +15830,9 @@ "dev": true }, "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/detox/package.json b/detox/package.json index 2bf211fc4..77555e7d9 100644 --- a/detox/package.json +++ b/detox/package.json @@ -37,7 +37,7 @@ "tslib": "2.5.0", "typescript": "4.9.5", "uuid": "9.0.0", - "xml2js": "0.4.23" + "xml2js": "0.5.0" }, "overrides": { "detox": {