From 52d425fca5e077be6d6c8cb8f625c949c0e9714d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:36:45 +0000 Subject: [PATCH] chore(deps): update appium-related packages (#1951) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 74 ++++++++++++++++++++++---------------------- package.json | 4 +-- plugins/package.json | 2 +- 3 files changed, 40 insertions(+), 40 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5756bdc9..9796190d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,10 +38,10 @@ "electron": "node_modules/.bin/electron" }, "devDependencies": { - "@appium/docutils": "1.0.30", + "@appium/docutils": "1.0.32", "@appium/eslint-config-appium-ts": "1.0.3", "@appium/fake-driver": "5.7.1", - "@appium/support": "6.0.4", + "@appium/support": "6.0.6", "@types/react": "18.3.18", "@vitejs/plugin-react": "4.3.4", "asyncbox": "3.0.0", @@ -132,15 +132,15 @@ } }, "node_modules/@appium/base-driver": { - "version": "9.16.0", - "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.0.tgz", - "integrity": "sha512-awqkIdpzbC5Mhit7RGcc1epnCP9/TSEcyYn1gB7YXnHXRWtg4gzq02IwBIW+7h2NbRRxnYT7oUNP7Zl0lc9flQ==", + "version": "9.16.2", + "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.2.tgz", + "integrity": "sha512-vuQf9XQKGAMl5d5pM63FOrnRJUSVjw6J5kPXApfnkTJovwyV9SViYptnCB/TcahjX2bHQ+fUka82MWzHKPzpHg==", "dev": true, "license": "Apache-2.0", "peer": true, "dependencies": { - "@appium/support": "^6.0.4", - "@appium/types": "^0.25.0", + "@appium/support": "^6.0.6", + "@appium/types": "^0.25.1", "@colors/colors": "1.6.0", "async-lock": "1.4.1", "asyncbox": "3.0.0", @@ -169,15 +169,15 @@ } }, "node_modules/@appium/base-plugin": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.1.tgz", - "integrity": "sha512-1iLmOW0VUm10avjsXqrBPqbly4MltoNrrrgrPVXR0n0k81x6asE8AU+51gHVt7YnrCUdwA4jStyedooyStZwrQ==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.3.tgz", + "integrity": "sha512-wPGgTfG02O2HzCcUWbEuN4fjjs/zoA3Il/tcbaT6rnZYAbOAW2uC4B6l+eqisFRLepj1p8djf0XQyPAVyeIZzw==", "dev": true, "license": "Apache-2.0", "peer": true, "dependencies": { - "@appium/base-driver": "^9.16.0", - "@appium/support": "^6.0.4" + "@appium/base-driver": "^9.16.2", + "@appium/support": "^6.0.6" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0", @@ -185,14 +185,14 @@ } }, "node_modules/@appium/docutils": { - "version": "1.0.30", - "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.30.tgz", - "integrity": "sha512-R6FBU9InaW3yVaDVh0oLg5M2koPkcTo8mQvHOau+eezSQqbvfx1cYM4Jc+70wGH/7UuhHwsysbhEE8aG3U+NUQ==", + "version": "1.0.32", + "resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.32.tgz", + "integrity": "sha512-8kGYxaasCQYlYZrOD++hIPvKMgFuxjvtcATSL2bszRZvzWq6cXmVUS4guym/RzXtlAYq6NrTqshY8x5xKcSi3w==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@appium/support": "^6.0.4", - "@appium/tsconfig": "^0.3.3", + "@appium/support": "^6.0.6", + "@appium/tsconfig": "^0.3.4", "@sliphua/lilconfig-ts-loader": "3.2.2", "chalk": "4.1.2", "consola": "3.4.0", @@ -281,9 +281,9 @@ } }, "node_modules/@appium/schema": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.8.0.tgz", - "integrity": "sha512-t80KcnYoY+PxuquEmR+92lkdH2qBSoTPhWTZYnajvjMcGcbmvKHUvi42+0dhye3cfFAcKjj2mkH8SZisUr29Kg==", + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.8.1.tgz", + "integrity": "sha512-3yzfQ/K7RMGnfYDgFG7JdCPsjjN3eS33n2SBeGJtd28mDtgO7EzcmtiUBQjbkxyu0Q7h8KOexiqndvgTCgHeGQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -296,15 +296,15 @@ } }, "node_modules/@appium/support": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.4.tgz", - "integrity": "sha512-ali9qOX1K+JAmhH2/f9WlulYAujvcMiBxjE35YASVhfJiRFAwYZgZ20em44k94SeZe/JSaFL8AAmnoM/kA1KCA==", + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.6.tgz", + "integrity": "sha512-qgj1uxHF7Suqi8wdWFBrG12dhLMAthpX973L7JHutM2jneynoIUaKtSXdd6zg0ZG/9clfY0C/06pIQTQljj+Lg==", "dev": true, "license": "Apache-2.0", "dependencies": { "@appium/logger": "^1.6.1", - "@appium/tsconfig": "^0.3.3", - "@appium/types": "^0.25.0", + "@appium/tsconfig": "^0.3.4", + "@appium/types": "^0.25.1", "@colors/colors": "1.6.0", "archiver": "7.0.1", "axios": "1.7.9", @@ -335,7 +335,7 @@ "supports-color": "8.1.1", "teen_process": "2.2.3", "type-fest": "4.35.0", - "uuid": "11.0.5", + "uuid": "11.1.0", "which": "4.0.0", "yauzl": "3.2.0" }, @@ -348,9 +348,9 @@ } }, "node_modules/@appium/tsconfig": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz", - "integrity": "sha512-Lk2M2NWVY2M8SIE1PTDVvj1NEuV4lze8yzPDSmklhkJSPDPrOCx7PkDziyjIycQBXy0ficd5CNwNDvdOD1Ym2w==", + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.4.tgz", + "integrity": "sha512-tX719/ekarAWmJb+AaG6//8+3qQITshTgTZor0EbdEwA2KG3bGPwMIoCp10np6/qFr+sMZC0CbuKJruHSCDhhw==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -362,15 +362,15 @@ } }, "node_modules/@appium/types": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.0.tgz", - "integrity": "sha512-HnipwFDu1QvWbvKDAc6bcr5S1mloRIcsR4jY+4IKs6aimTzBN1ViRh0WYl0d3w8gEAclibOGgu202ur6987oIg==", + "version": "0.25.1", + "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.1.tgz", + "integrity": "sha512-2Lu5qwFNQa+iPw98XdB5/7tXKO7dugZHXfAsF050wgJkJJ4kDemVFJ4yr1YqM7DYmgqZnt+k0EfzshLODCHXTA==", "dev": true, "license": "Apache-2.0", "dependencies": { "@appium/logger": "^1.6.1", - "@appium/schema": "^0.8.0", - "@appium/tsconfig": "^0.3.3", + "@appium/schema": "^0.8.1", + "@appium/tsconfig": "^0.3.4", "type-fest": "4.35.0" }, "engines": { @@ -15974,9 +15974,9 @@ } }, "node_modules/uuid": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", - "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", diff --git a/package.json b/package.json index 9e6c27277..bb00141c0 100644 --- a/package.json +++ b/package.json @@ -95,10 +95,10 @@ "xpath": "0.0.34" }, "devDependencies": { - "@appium/docutils": "1.0.30", + "@appium/docutils": "1.0.32", "@appium/eslint-config-appium-ts": "1.0.3", "@appium/fake-driver": "5.7.1", - "@appium/support": "6.0.4", + "@appium/support": "6.0.6", "@types/react": "18.3.18", "@vitejs/plugin-react": "4.3.4", "asyncbox": "3.0.0", diff --git a/plugins/package.json b/plugins/package.json index c0997f1c0..4dc9db291 100644 --- a/plugins/package.json +++ b/plugins/package.json @@ -36,7 +36,7 @@ "README.md" ], "dependencies": { - "@appium/base-plugin": "2.3.1" + "@appium/base-plugin": "2.3.3" }, "devDependencies": {}, "engines": {