From 7a5a64c7af4094f00802c68a40b7854d3059a4cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:44:53 +0000 Subject: [PATCH] ci(deps): update dependency @appium/plugin-test-support to v0.3.47 --- package-lock.json | 184 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 166 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 546c7d9b..567cf111 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appium-device-farm", - "version": "9.4.16", + "version": "9.4.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "appium-device-farm", - "version": "9.4.16", + "version": "9.4.17", "hasInstallScript": true, "license": "ISC", "dependencies": { @@ -973,17 +973,17 @@ } }, "node_modules/@appium/plugin-test-support": { - "version": "0.3.41", - "resolved": "https://registry.npmjs.org/@appium/plugin-test-support/-/plugin-test-support-0.3.41.tgz", - "integrity": "sha512-/Gi4vMdDNyPAMj44Tl91ERFVFaptd1WVph0qsD7uPP/OPFXQq/13d+yOjkniTuOe1PfxMUQDL57K3Bg9MwqJ+w==", + "version": "0.3.47", + "resolved": "https://registry.npmjs.org/@appium/plugin-test-support/-/plugin-test-support-0.3.47.tgz", + "integrity": "sha512-68rfW69yseF42YZ0RkfFFpVOKczsxg3eQBs89aVeUKXIUhNhFv9mIlUJzu3tNHdHaiw3P1ab14gUaH6so6lVzw==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@appium/types": "^0.21.2", + "@appium/types": "^0.23.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", - "teen_process": "2.2.0" + "teen_process": "2.2.2" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -994,10 +994,81 @@ "mocha": "*" } }, + "node_modules/@appium/plugin-test-support/node_modules/@appium/schema": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.1.tgz", + "integrity": "sha512-HCK0FqYOe96gYw7xb3mlZf9uIqgUwbrMJUedJnLfynvlrRsUe2/uXhYuBPENMn89mkeoZMThgAEEVarDH0sCaQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@types/json-schema": "7.0.15", + "json-schema": "0.4.0", + "source-map-support": "0.5.21" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", + "npm": ">=8" + } + }, + "node_modules/@appium/plugin-test-support/node_modules/@appium/types": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.23.0.tgz", + "integrity": "sha512-0xfCpJuPmhkvamjgO/U3DY7FV/Usu6WYZKUs9BiC9GjzFYffRJO1Gu2z/wscCZ5gTGuELVqNCb/f/c+nofvjrQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "@appium/logger": "^1.6.1", + "@appium/schema": "^0.7.1", + "@appium/tsconfig": "^0.3.3", + "@types/express": "5.0.0", + "@types/ws": "8.5.13", + "type-fest": "4.31.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", + "npm": ">=8" + } + }, + "node_modules/@appium/plugin-test-support/node_modules/@types/express": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", + "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^5.0.0", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@appium/plugin-test-support/node_modules/@types/express-serve-static-core": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.3.tgz", + "integrity": "sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@appium/plugin-test-support/node_modules/@types/ws": { + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz", + "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, "node_modules/@appium/plugin-test-support/node_modules/teen_process": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz", - "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz", + "integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -1011,6 +1082,19 @@ "npm": ">=8" } }, + "node_modules/@appium/plugin-test-support/node_modules/type-fest": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz", + "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@appium/schema": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.6.1.tgz", @@ -35324,22 +35408,80 @@ } }, "@appium/plugin-test-support": { - "version": "0.3.41", - "resolved": "https://registry.npmjs.org/@appium/plugin-test-support/-/plugin-test-support-0.3.41.tgz", - "integrity": "sha512-/Gi4vMdDNyPAMj44Tl91ERFVFaptd1WVph0qsD7uPP/OPFXQq/13d+yOjkniTuOe1PfxMUQDL57K3Bg9MwqJ+w==", + "version": "0.3.47", + "resolved": "https://registry.npmjs.org/@appium/plugin-test-support/-/plugin-test-support-0.3.47.tgz", + "integrity": "sha512-68rfW69yseF42YZ0RkfFFpVOKczsxg3eQBs89aVeUKXIUhNhFv9mIlUJzu3tNHdHaiw3P1ab14gUaH6so6lVzw==", "dev": true, "requires": { - "@appium/types": "^0.21.2", + "@appium/types": "^0.23.0", "get-port": "5.1.1", "log-symbols": "4.1.0", "source-map-support": "0.5.21", - "teen_process": "2.2.0" + "teen_process": "2.2.2" }, "dependencies": { + "@appium/schema": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.1.tgz", + "integrity": "sha512-HCK0FqYOe96gYw7xb3mlZf9uIqgUwbrMJUedJnLfynvlrRsUe2/uXhYuBPENMn89mkeoZMThgAEEVarDH0sCaQ==", + "dev": true, + "requires": { + "@types/json-schema": "7.0.15", + "json-schema": "0.4.0", + "source-map-support": "0.5.21" + } + }, + "@appium/types": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.23.0.tgz", + "integrity": "sha512-0xfCpJuPmhkvamjgO/U3DY7FV/Usu6WYZKUs9BiC9GjzFYffRJO1Gu2z/wscCZ5gTGuELVqNCb/f/c+nofvjrQ==", + "dev": true, + "requires": { + "@appium/logger": "^1.6.1", + "@appium/schema": "^0.7.1", + "@appium/tsconfig": "^0.3.3", + "@types/express": "5.0.0", + "@types/ws": "8.5.13", + "type-fest": "4.31.0" + } + }, + "@types/express": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", + "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", + "dev": true, + "requires": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^5.0.0", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "@types/express-serve-static-core": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.3.tgz", + "integrity": "sha512-JEhMNwUJt7bw728CydvYzntD0XJeTmDnvwLlbfbAhE7Tbslm/ax6bdIiUwTgeVlZTsJQPwZwKpAkyDtIjsvx3g==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "@types/ws": { + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz", + "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, "teen_process": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz", - "integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz", + "integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==", "dev": true, "requires": { "bluebird": "^3.7.2", @@ -35347,6 +35489,12 @@ "shell-quote": "^1.8.1", "source-map-support": "^0.x" } + }, + "type-fest": { + "version": "4.31.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz", + "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==", + "dev": true } } },