chore(doctor): update dependency appium-adb to v9.10.2

This commit is contained in:
renovate[bot]
2022-07-29 05:36:39 +00:00
parent f6e6d7234e
commit de273dd370
2 changed files with 59 additions and 59 deletions

116
package-lock.json generated
View File

@@ -7874,9 +7874,9 @@
"link": true
},
"node_modules/appium-adb": {
"version": "9.10.1",
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-9.10.1.tgz",
"integrity": "sha512-Pn4NVGCx+tk0qOpyowj0gVlIIeDdLnxTBKiOGxUB6F7yjnxsVHcJPiQsumpiQA8y9tOCT2dxvrPmzj8YuxgNxA==",
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-9.10.2.tgz",
"integrity": "sha512-aeH0BJDUZzLRBlRwBtMZVIPmHqnRu8z+aQeIAd23JD0y3+d7d3Bk+Qa5q1+VhOuSSNU+ElWkJqnmaj8cRu+3FA==",
"engines": [
"node"
],
@@ -25906,17 +25906,17 @@
}
},
"packages/appium": {
"version": "2.0.0-beta.40",
"version": "2.0.0-beta.41",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@appium/base-driver": "^8.5.7",
"@appium/base-plugin": "^1.9.2",
"@appium/docutils": "^0.0.7",
"@appium/schema": "^0.0.7",
"@appium/support": "^2.59.2",
"@appium/test-support": "^1.3.22",
"@appium/types": "^0.2.5",
"@appium/base-driver": "^8.6.0",
"@appium/base-plugin": "^1.10.0",
"@appium/docutils": "^0.0.8",
"@appium/schema": "^0.0.8",
"@appium/support": "^2.59.3",
"@appium/test-support": "^1.4.0",
"@appium/types": "^0.3.0",
"@babel/runtime": "7.18.9",
"@sidvind/better-ajv-errors": "2.0.0",
"@types/argparse": "2.0.10",
@@ -26018,10 +26018,10 @@
},
"packages/base-driver": {
"name": "@appium/base-driver",
"version": "8.5.7",
"version": "8.6.0",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@colors/colors": "1.5.0",
"@types/async-lock": "1.1.5",
@@ -26053,10 +26053,10 @@
},
"packages/base-plugin": {
"name": "@appium/base-plugin",
"version": "1.9.2",
"version": "1.10.0",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^2.59.2"
"@appium/support": "^2.59.3"
},
"engines": {
"node": ">=14",
@@ -26065,15 +26065,15 @@
},
"packages/doctor": {
"name": "@appium/doctor",
"version": "1.16.22",
"version": "1.16.23",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.36",
"@types/teen_process": "1.16.1",
"appium-adb": "9.10.1",
"appium-adb": "9.10.2",
"bluebird": "3.7.2",
"inquirer": "8.2.4",
"lodash": "4.17.21",
@@ -26196,10 +26196,10 @@
},
"packages/docutils": {
"name": "@appium/docutils",
"version": "0.0.7",
"version": "0.0.8",
"license": "Apache-2.0",
"dependencies": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"docdash": "1.2.0",
"jsdoc": "3.6.11",
@@ -26214,7 +26214,7 @@
},
"packages/eslint-config-appium": {
"name": "@appium/eslint-config-appium",
"version": "6.0.2",
"version": "6.0.3",
"license": "Apache-2.0",
"engines": {
"node": ">=14",
@@ -26232,7 +26232,7 @@
},
"packages/execute-driver-plugin": {
"name": "@appium/execute-driver-plugin",
"version": "2.0.2",
"version": "2.0.3",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26253,7 +26253,7 @@
},
"packages/fake-driver": {
"name": "@appium/fake-driver",
"version": "4.0.1",
"version": "4.0.2",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26278,11 +26278,11 @@
},
"packages/fake-plugin": {
"name": "@appium/fake-plugin",
"version": "2.0.3",
"version": "2.0.4",
"license": "Apache-2.0",
"dependencies": {
"@appium/base-plugin": "^1.9.2",
"@appium/support": "^2.59.2",
"@appium/base-plugin": "^1.10.0",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@types/bluebird": "3.5.36",
"bluebird": "3.7.2",
@@ -26299,10 +26299,10 @@
},
"packages/gulp-plugins": {
"name": "@appium/gulp-plugins",
"version": "7.0.2",
"version": "7.0.3",
"license": "Apache-2.0",
"dependencies": {
"@appium/eslint-config-appium": "^6.0.2",
"@appium/eslint-config-appium": "^6.0.3",
"@babel/core": "7.18.9",
"@babel/eslint-parser": "7.18.9",
"@babel/plugin-transform-runtime": "7.18.9",
@@ -26365,10 +26365,10 @@
},
"packages/images-plugin": {
"name": "@appium/images-plugin",
"version": "1.3.2",
"version": "1.3.3",
"license": "Apache-2.0",
"dependencies": {
"@appium/opencv": "^1.0.9",
"@appium/opencv": "^1.0.10",
"@babel/runtime": "7.18.9",
"lru-cache": "7.13.1",
"source-map-support": "0.5.21"
@@ -26383,7 +26383,7 @@
},
"packages/opencv": {
"name": "@appium/opencv",
"version": "1.0.9",
"version": "1.0.10",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26401,7 +26401,7 @@
},
"packages/relaxed-caps-plugin": {
"name": "@appium/relaxed-caps-plugin",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26418,7 +26418,7 @@
},
"packages/schema": {
"name": "@appium/schema",
"version": "0.0.7",
"version": "0.0.8",
"license": "Apache-2.0",
"dependencies": {
"@types/json-schema": "7.0.11",
@@ -26431,7 +26431,7 @@
},
"packages/support": {
"name": "@appium/support",
"version": "2.59.2",
"version": "2.59.3",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26499,7 +26499,7 @@
},
"packages/test-support": {
"name": "@appium/test-support",
"version": "1.3.22",
"version": "1.4.0",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26528,10 +26528,10 @@
},
"packages/types": {
"name": "@appium/types",
"version": "0.2.5",
"version": "0.3.0",
"license": "Apache-2.0",
"dependencies": {
"@appium/schema": "^0.0.7",
"@appium/schema": "^0.0.8",
"@types/express": "4.17.13",
"@types/npmlog": "4.1.4",
"@wdio/types": "7.20.7",
@@ -26544,7 +26544,7 @@
},
"packages/universal-xml-plugin": {
"name": "@appium/universal-xml-plugin",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "7.18.9",
@@ -26584,7 +26584,7 @@
"@appium/base-driver": {
"version": "file:packages/base-driver",
"requires": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@colors/colors": "1.5.0",
"@types/async-lock": "1.1.5",
@@ -26613,18 +26613,18 @@
"@appium/base-plugin": {
"version": "file:packages/base-plugin",
"requires": {
"@appium/support": "^2.59.2"
"@appium/support": "^2.59.3"
}
},
"@appium/doctor": {
"version": "file:packages/doctor",
"requires": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.36",
"@types/teen_process": "1.16.1",
"appium-adb": "9.10.1",
"appium-adb": "9.10.2",
"bluebird": "3.7.2",
"inquirer": "8.2.4",
"lodash": "4.17.21",
@@ -26706,7 +26706,7 @@
"@appium/docutils": {
"version": "file:packages/docutils",
"requires": {
"@appium/support": "^2.59.2",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"docdash": "1.2.0",
"jsdoc": "3.6.11",
@@ -26747,8 +26747,8 @@
"@appium/fake-plugin": {
"version": "file:packages/fake-plugin",
"requires": {
"@appium/base-plugin": "^1.9.2",
"@appium/support": "^2.59.2",
"@appium/base-plugin": "^1.10.0",
"@appium/support": "^2.59.3",
"@babel/runtime": "7.18.9",
"@types/bluebird": "3.5.36",
"bluebird": "3.7.2",
@@ -26759,7 +26759,7 @@
"@appium/gulp-plugins": {
"version": "file:packages/gulp-plugins",
"requires": {
"@appium/eslint-config-appium": "^6.0.2",
"@appium/eslint-config-appium": "^6.0.3",
"@babel/core": "7.18.9",
"@babel/eslint-parser": "7.18.9",
"@babel/plugin-transform-runtime": "7.18.9",
@@ -26816,7 +26816,7 @@
"@appium/images-plugin": {
"version": "file:packages/images-plugin",
"requires": {
"@appium/opencv": "^1.0.9",
"@appium/opencv": "^1.0.10",
"@babel/runtime": "7.18.9",
"lru-cache": "7.13.1",
"source-map-support": "0.5.21"
@@ -26930,7 +26930,7 @@
"@appium/types": {
"version": "file:packages/types",
"requires": {
"@appium/schema": "^0.0.7",
"@appium/schema": "^0.0.8",
"@types/express": "4.17.13",
"@types/npmlog": "4.1.4",
"@wdio/types": "7.20.7",
@@ -32661,13 +32661,13 @@
"appium": {
"version": "file:packages/appium",
"requires": {
"@appium/base-driver": "^8.5.7",
"@appium/base-plugin": "^1.9.2",
"@appium/docutils": "^0.0.7",
"@appium/schema": "^0.0.7",
"@appium/support": "^2.59.2",
"@appium/test-support": "^1.3.22",
"@appium/types": "^0.2.5",
"@appium/base-driver": "^8.6.0",
"@appium/base-plugin": "^1.10.0",
"@appium/docutils": "^0.0.8",
"@appium/schema": "^0.0.8",
"@appium/support": "^2.59.3",
"@appium/test-support": "^1.4.0",
"@appium/types": "^0.3.0",
"@babel/runtime": "7.18.9",
"@sidvind/better-ajv-errors": "2.0.0",
"@types/argparse": "2.0.10",
@@ -32731,9 +32731,9 @@
}
},
"appium-adb": {
"version": "9.10.1",
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-9.10.1.tgz",
"integrity": "sha512-Pn4NVGCx+tk0qOpyowj0gVlIIeDdLnxTBKiOGxUB6F7yjnxsVHcJPiQsumpiQA8y9tOCT2dxvrPmzj8YuxgNxA==",
"version": "9.10.2",
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-9.10.2.tgz",
"integrity": "sha512-aeH0BJDUZzLRBlRwBtMZVIPmHqnRu8z+aQeIAd23JD0y3+d7d3Bk+Qa5q1+VhOuSSNU+ElWkJqnmaj8cRu+3FA==",
"requires": {
"@appium/support": "^2.55.3",
"@babel/runtime": "^7.0.0",

View File

@@ -54,7 +54,7 @@
"@colors/colors": "1.5.0",
"@types/bluebird": "3.5.36",
"@types/teen_process": "1.16.1",
"appium-adb": "9.10.1",
"appium-adb": "9.10.2",
"bluebird": "3.7.2",
"inquirer": "8.2.4",
"lodash": "4.17.21",