diff --git a/package-lock.json b/package-lock.json index c0057f08258..2b6ca0a9a03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3663,9 +3663,9 @@ } }, "node_modules/@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==" }, "node_modules/@types/which": { "version": "2.0.2", @@ -3685,8 +3685,9 @@ } }, "node_modules/@types/xmldom": { - "version": "0.1.31", - "license": "MIT" + "version": "0.1.32", + "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.32.tgz", + "integrity": "sha512-zPO1iqnODar0cIXhuCc0QyGP+t2IG9dr//VkxDtYKZJSikgN7bdLyMdnUNWRtCKeHkgc9KkbgsdccVbrCHCn2g==" }, "node_modules/@types/yargs": { "version": "17.0.24", @@ -22911,7 +22912,7 @@ "@types/shell-quote": "1.7.1", "@types/supports-color": "8.1.1", "@types/teen_process": "2.0.0", - "@types/uuid": "9.0.2", + "@types/uuid": "9.0.3", "@types/which": "3.0.0", "archiver": "6.0.0", "axios": "1.5.0", @@ -23309,7 +23310,7 @@ "version": "1.0.12", "license": "Apache-2.0", "dependencies": { - "@types/xmldom": "0.1.31", + "@types/xmldom": "0.1.32", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.2.7", "lodash": "4.17.21", @@ -23635,7 +23636,7 @@ "@types/shell-quote": "1.7.1", "@types/supports-color": "8.1.1", "@types/teen_process": "2.0.0", - "@types/uuid": "9.0.2", + "@types/uuid": "9.0.3", "@types/which": "3.0.0", "archiver": "6.0.0", "axios": "1.5.0", @@ -23910,7 +23911,7 @@ "@appium/universal-xml-plugin": { "version": "file:packages/universal-xml-plugin", "requires": { - "@types/xmldom": "0.1.31", + "@types/xmldom": "0.1.32", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.2.7", "lodash": "4.17.21", @@ -26368,9 +26369,9 @@ } }, "@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==" }, "@types/which": { "version": "2.0.2", @@ -26389,7 +26390,9 @@ } }, "@types/xmldom": { - "version": "0.1.31" + "version": "0.1.32", + "resolved": "https://registry.npmjs.org/@types/xmldom/-/xmldom-0.1.32.tgz", + "integrity": "sha512-zPO1iqnODar0cIXhuCc0QyGP+t2IG9dr//VkxDtYKZJSikgN7bdLyMdnUNWRtCKeHkgc9KkbgsdccVbrCHCn2g==" }, "@types/yargs": { "version": "17.0.24", diff --git a/packages/support/package.json b/packages/support/package.json index ee2d21ae553..ec1d824c79e 100644 --- a/packages/support/package.json +++ b/packages/support/package.json @@ -58,7 +58,7 @@ "@types/shell-quote": "1.7.1", "@types/supports-color": "8.1.1", "@types/teen_process": "2.0.0", - "@types/uuid": "9.0.2", + "@types/uuid": "9.0.3", "@types/which": "3.0.0", "archiver": "6.0.0", "axios": "1.5.0", diff --git a/packages/universal-xml-plugin/package.json b/packages/universal-xml-plugin/package.json index 08e5f42cb8c..d076514dc7a 100644 --- a/packages/universal-xml-plugin/package.json +++ b/packages/universal-xml-plugin/package.json @@ -36,7 +36,7 @@ "test:unit": "mocha \"./test/unit/**/*.spec.js\"" }, "dependencies": { - "@types/xmldom": "0.1.31", + "@types/xmldom": "0.1.32", "@xmldom/xmldom": "0.8.10", "fast-xml-parser": "4.2.7", "lodash": "4.17.21",