mirror of
https://github.com/appium/appium.git
synced 2026-05-21 03:08:54 -05:00
fix(doctor): update dependency appium-adb to v11.0.9
This commit is contained in:
Generated
+14
-14
@@ -5362,9 +5362,9 @@
|
||||
"link": true
|
||||
},
|
||||
"node_modules/appium-adb": {
|
||||
"version": "11.0.8",
|
||||
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-11.0.8.tgz",
|
||||
"integrity": "sha512-5ccGs5bpkGG8eFKvpI1ZihGuPDjg+hYtBcxQ/kzsIuDHr4N/c5E9Rz521BeSs4PVs2lMezOZRQO9cYkr0857wQ==",
|
||||
"version": "11.0.9",
|
||||
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-11.0.9.tgz",
|
||||
"integrity": "sha512-cROLDCcYFNGMDjffRVSAjm/uomKk/B/t/bjXWEtLAEbyWq/B/JvXPvsXi40S7vZBYtMSlYIRJIF4JnPaeXZuSg==",
|
||||
"dependencies": {
|
||||
"@appium/support": "^4.0.0",
|
||||
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
||||
@@ -5384,9 +5384,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/appium-adb/node_modules/lru-cache": {
|
||||
"version": "10.0.3",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
|
||||
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg==",
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
||||
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==",
|
||||
"engines": {
|
||||
"node": "14 || >=16.14"
|
||||
}
|
||||
@@ -22843,7 +22843,7 @@
|
||||
"@colors/colors": "1.6.0",
|
||||
"@types/bluebird": "3.5.42",
|
||||
"@types/teen_process": "2.0.4",
|
||||
"appium-adb": "11.0.8",
|
||||
"appium-adb": "11.0.9",
|
||||
"bluebird": "3.7.2",
|
||||
"inquirer": "9.2.12",
|
||||
"lodash": "4.17.21",
|
||||
@@ -24035,7 +24035,7 @@
|
||||
"@colors/colors": "1.6.0",
|
||||
"@types/bluebird": "3.5.42",
|
||||
"@types/teen_process": "2.0.4",
|
||||
"appium-adb": "11.0.8",
|
||||
"appium-adb": "11.0.9",
|
||||
"bluebird": "3.7.2",
|
||||
"inquirer": "9.2.12",
|
||||
"lodash": "4.17.21",
|
||||
@@ -28428,9 +28428,9 @@
|
||||
}
|
||||
},
|
||||
"appium-adb": {
|
||||
"version": "11.0.8",
|
||||
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-11.0.8.tgz",
|
||||
"integrity": "sha512-5ccGs5bpkGG8eFKvpI1ZihGuPDjg+hYtBcxQ/kzsIuDHr4N/c5E9Rz521BeSs4PVs2lMezOZRQO9cYkr0857wQ==",
|
||||
"version": "11.0.9",
|
||||
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-11.0.9.tgz",
|
||||
"integrity": "sha512-cROLDCcYFNGMDjffRVSAjm/uomKk/B/t/bjXWEtLAEbyWq/B/JvXPvsXi40S7vZBYtMSlYIRJIF4JnPaeXZuSg==",
|
||||
"requires": {
|
||||
"@appium/support": "^4.0.0",
|
||||
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
||||
@@ -28446,9 +28446,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lru-cache": {
|
||||
"version": "10.0.3",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.3.tgz",
|
||||
"integrity": "sha512-B7gr+F6MkqB3uzINHXNctGieGsRTMwIBgxkp0yq/5BwcuDzD4A8wQpHQW6vDAm1uKSLQghmRdD9sKqf2vJ1cEg=="
|
||||
"version": "10.1.0",
|
||||
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.1.0.tgz",
|
||||
"integrity": "sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
"@colors/colors": "1.6.0",
|
||||
"@types/bluebird": "3.5.42",
|
||||
"@types/teen_process": "2.0.4",
|
||||
"appium-adb": "11.0.8",
|
||||
"appium-adb": "11.0.9",
|
||||
"bluebird": "3.7.2",
|
||||
"inquirer": "9.2.12",
|
||||
"lodash": "4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user