appium-uiautomator2-driver 3.0.3 → 3.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ export async function mobileInstallMultipleApks(opts) {
23
23
  /**
24
24
  * Puts the app to background and waits the given number of seconds Then restores the app
25
25
  * if necessary. The call is blocking.
26
- * @this {AndroidUiautomator2Driver}=
26
+ * @this {AndroidUiautomator2Driver}
27
27
  * @param {import('./types').BackgroundAppOptions} [opts={}]
28
28
  * @returns {Promise<void>}
29
29
  */
@@ -74,6 +74,10 @@ export async function openNotifications() {
74
74
  * @returns {void}
75
75
  */
76
76
  export function suspendChromedriverProxy() {
77
+ if (!this.uiautomator2?.proxyReqRes || !this.uiautomator2?.proxyCommand) {
78
+ return;
79
+ }
80
+
77
81
  this.chromedriver = undefined;
78
82
  this.proxyReqRes = this.uiautomator2.proxyReqRes.bind(
79
83
  this.uiautomator2
package/lib/driver.ts CHANGED
@@ -1059,7 +1059,7 @@ class AndroidUiautomator2Driver
1059
1059
  setOrientation = setOrientation;
1060
1060
  getClipboard = getClipboard;
1061
1061
  openNotifications = openNotifications;
1062
- suspendChromedriverProxy = suspendChromedriverProxy;
1062
+ suspendChromedriverProxy = suspendChromedriverProxy as any;
1063
1063
  mobileGetDeviceInfo = mobileGetDeviceInfo;
1064
1064
 
1065
1065
  setUrl = setUrl;
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "3.0.3",
3
+ "version": "3.0.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "3.0.3",
9
+ "version": "3.0.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.0.0",
13
- "appium-android-driver": "^9.0.3",
13
+ "appium-android-driver": "^9.0.4",
14
14
  "appium-chromedriver": "^5.6.28",
15
15
  "appium-uiautomator2-server": "^7.0.1",
16
16
  "asyncbox": "^3.0.0",
@@ -300,6 +300,52 @@
300
300
  "sharp": "0.33.2"
301
301
  }
302
302
  },
303
+ "node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
304
+ "version": "1.0.1",
305
+ "resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.1.tgz",
306
+ "integrity": "sha512-3NR1mxFsaSgMMzz1bAnnKbSAI+lHXVTqAHgc1bgzjHuXjo4hlscpUxc0vFSAPKI3yuzdzcZOkq7nDPrP2F8Jgw==",
307
+ "cpu": [
308
+ "x64"
309
+ ],
310
+ "optional": true,
311
+ "os": [
312
+ "linux"
313
+ ],
314
+ "engines": {
315
+ "glibc": ">=2.26",
316
+ "npm": ">=9.6.5",
317
+ "pnpm": ">=7.1.0",
318
+ "yarn": ">=3.2.0"
319
+ },
320
+ "funding": {
321
+ "url": "https://opencollective.com/libvips"
322
+ }
323
+ },
324
+ "node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
325
+ "version": "0.33.2",
326
+ "resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.2.tgz",
327
+ "integrity": "sha512-xUT82H5IbXewKkeF5aiooajoO1tQV4PnKfS/OZtb5DDdxS/FCI/uXTVZ35GQ97RZXsycojz/AJ0asoz6p2/H/A==",
328
+ "cpu": [
329
+ "x64"
330
+ ],
331
+ "optional": true,
332
+ "os": [
333
+ "linux"
334
+ ],
335
+ "engines": {
336
+ "glibc": ">=2.26",
337
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
338
+ "npm": ">=9.6.5",
339
+ "pnpm": ">=7.1.0",
340
+ "yarn": ">=3.2.0"
341
+ },
342
+ "funding": {
343
+ "url": "https://opencollective.com/libvips"
344
+ },
345
+ "optionalDependencies": {
346
+ "@img/sharp-libvips-linux-x64": "1.0.1"
347
+ }
348
+ },
303
349
  "node_modules/@appium/support/node_modules/@types/semver": {
304
350
  "version": "7.5.7",
305
351
  "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.7.tgz",
@@ -315,6 +361,46 @@
315
361
  "proxy-from-env": "^1.1.0"
316
362
  }
317
363
  },
364
+ "node_modules/@appium/support/node_modules/sharp": {
365
+ "version": "0.33.2",
366
+ "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
367
+ "integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
368
+ "hasInstallScript": true,
369
+ "optional": true,
370
+ "dependencies": {
371
+ "color": "^4.2.3",
372
+ "detect-libc": "^2.0.2",
373
+ "semver": "^7.5.4"
374
+ },
375
+ "engines": {
376
+ "libvips": ">=8.15.1",
377
+ "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
378
+ },
379
+ "funding": {
380
+ "url": "https://opencollective.com/libvips"
381
+ },
382
+ "optionalDependencies": {
383
+ "@img/sharp-darwin-arm64": "0.33.2",
384
+ "@img/sharp-darwin-x64": "0.33.2",
385
+ "@img/sharp-libvips-darwin-arm64": "1.0.1",
386
+ "@img/sharp-libvips-darwin-x64": "1.0.1",
387
+ "@img/sharp-libvips-linux-arm": "1.0.1",
388
+ "@img/sharp-libvips-linux-arm64": "1.0.1",
389
+ "@img/sharp-libvips-linux-s390x": "1.0.1",
390
+ "@img/sharp-libvips-linux-x64": "1.0.1",
391
+ "@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
392
+ "@img/sharp-libvips-linuxmusl-x64": "1.0.1",
393
+ "@img/sharp-linux-arm": "0.33.2",
394
+ "@img/sharp-linux-arm64": "0.33.2",
395
+ "@img/sharp-linux-s390x": "0.33.2",
396
+ "@img/sharp-linux-x64": "0.33.2",
397
+ "@img/sharp-linuxmusl-arm64": "0.33.2",
398
+ "@img/sharp-linuxmusl-x64": "0.33.2",
399
+ "@img/sharp-wasm32": "0.33.2",
400
+ "@img/sharp-win32-ia32": "0.33.2",
401
+ "@img/sharp-win32-x64": "0.33.2"
402
+ }
403
+ },
318
404
  "node_modules/@appium/support/node_modules/type-fest": {
319
405
  "version": "4.10.1",
320
406
  "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
@@ -367,81 +453,17 @@
367
453
  }
368
454
  },
369
455
  "node_modules/@babel/code-frame": {
370
- "version": "7.23.5",
371
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
372
- "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
456
+ "version": "7.24.2",
457
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz",
458
+ "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==",
373
459
  "dependencies": {
374
- "@babel/highlight": "^7.23.4",
375
- "chalk": "^2.4.2"
460
+ "@babel/highlight": "^7.24.2",
461
+ "picocolors": "^1.0.0"
376
462
  },
377
463
  "engines": {
378
464
  "node": ">=6.9.0"
379
465
  }
380
466
  },
381
- "node_modules/@babel/code-frame/node_modules/ansi-styles": {
382
- "version": "3.2.1",
383
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
384
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
385
- "dependencies": {
386
- "color-convert": "^1.9.0"
387
- },
388
- "engines": {
389
- "node": ">=4"
390
- }
391
- },
392
- "node_modules/@babel/code-frame/node_modules/chalk": {
393
- "version": "2.4.2",
394
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
395
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
396
- "dependencies": {
397
- "ansi-styles": "^3.2.1",
398
- "escape-string-regexp": "^1.0.5",
399
- "supports-color": "^5.3.0"
400
- },
401
- "engines": {
402
- "node": ">=4"
403
- }
404
- },
405
- "node_modules/@babel/code-frame/node_modules/color-convert": {
406
- "version": "1.9.3",
407
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
408
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
409
- "dependencies": {
410
- "color-name": "1.1.3"
411
- }
412
- },
413
- "node_modules/@babel/code-frame/node_modules/color-name": {
414
- "version": "1.1.3",
415
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
416
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
417
- },
418
- "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
419
- "version": "1.0.5",
420
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
421
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
422
- "engines": {
423
- "node": ">=0.8.0"
424
- }
425
- },
426
- "node_modules/@babel/code-frame/node_modules/has-flag": {
427
- "version": "3.0.0",
428
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
429
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
430
- "engines": {
431
- "node": ">=4"
432
- }
433
- },
434
- "node_modules/@babel/code-frame/node_modules/supports-color": {
435
- "version": "5.5.0",
436
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
437
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
438
- "dependencies": {
439
- "has-flag": "^3.0.0"
440
- },
441
- "engines": {
442
- "node": ">=4"
443
- }
444
- },
445
467
  "node_modules/@babel/helper-validator-identifier": {
446
468
  "version": "7.22.20",
447
469
  "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
@@ -451,13 +473,14 @@
451
473
  }
452
474
  },
453
475
  "node_modules/@babel/highlight": {
454
- "version": "7.23.4",
455
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
456
- "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
476
+ "version": "7.24.2",
477
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.2.tgz",
478
+ "integrity": "sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==",
457
479
  "dependencies": {
458
480
  "@babel/helper-validator-identifier": "^7.22.20",
459
481
  "chalk": "^2.4.2",
460
- "js-tokens": "^4.0.0"
482
+ "js-tokens": "^4.0.0",
483
+ "picocolors": "^1.0.0"
461
484
  },
462
485
  "engines": {
463
486
  "node": ">=6.9.0"
@@ -843,9 +866,9 @@
843
866
  }
844
867
  },
845
868
  "node_modules/@types/node": {
846
- "version": "20.11.29",
847
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.29.tgz",
848
- "integrity": "sha512-P99thMkD/1YkCvAtOd6/zGedKNA0p2fj4ZpjCzcNiSCBWgm3cNRTBfa/qjFnsKkkojxu4vVLtWpesnZ9+ap+gA==",
869
+ "version": "20.12.2",
870
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
871
+ "integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
849
872
  "dependencies": {
850
873
  "undici-types": "~5.26.4"
851
874
  }
@@ -869,9 +892,9 @@
869
892
  "integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg=="
870
893
  },
871
894
  "node_modules/@types/qs": {
872
- "version": "6.9.13",
873
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.13.tgz",
874
- "integrity": "sha512-iLR+1vTTJ3p0QaOUq6ACbY1mzKTODFDT/XedZI8BksOotFmL4ForwDfRQ/DZeuTHR7/2i4lI1D203gdfxuqTlA=="
895
+ "version": "6.9.14",
896
+ "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.14.tgz",
897
+ "integrity": "sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA=="
875
898
  },
876
899
  "node_modules/@types/range-parser": {
877
900
  "version": "1.2.7",
@@ -1083,9 +1106,9 @@
1083
1106
  }
1084
1107
  },
1085
1108
  "node_modules/appium-adb": {
1086
- "version": "12.0.4",
1087
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.4.tgz",
1088
- "integrity": "sha512-ayCqGg8ptd95eSCNX445xyY+nvUAXqqW85EREQ5uc6Dr63slSgxiStgDW5+BnSEALZgkO5SDoes3c55xbD+Yzw==",
1109
+ "version": "12.0.6",
1110
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.6.tgz",
1111
+ "integrity": "sha512-TfnixY4EAEb3z4BTNpeW2TCd6F2ieR+/4DD/SoSdCAgR+jYlC+7NWotdLgsLIoYLPStxPYJw9bDEv5/enLqMwA==",
1089
1112
  "dependencies": {
1090
1113
  "@appium/support": "^4.0.0",
1091
1114
  "@devicefarmer/adbkit-apkreader": "^3.2.4",
@@ -1105,13 +1128,13 @@
1105
1128
  }
1106
1129
  },
1107
1130
  "node_modules/appium-android-driver": {
1108
- "version": "9.0.3",
1109
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.3.tgz",
1110
- "integrity": "sha512-SMw+eHKr4sQjHMxoGtggL85wzABFGnxalAXBDVTDJvssGwRjkMZtI2+A/D712VBAXkUNbRXWAfPBUPWnNHNB5A==",
1131
+ "version": "9.0.4",
1132
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.4.tgz",
1133
+ "integrity": "sha512-hbuJUqN81VzM9U0YQYGJRJRbaSOLoUnYDuqu0LHXPPnKtx5wZRRFHiqSrwxO1aCKhXC1Fbc9bTtMgkVPOEJpNA==",
1111
1134
  "dependencies": {
1112
1135
  "@appium/support": "^4.2.0",
1113
1136
  "@colors/colors": "^1.6.0",
1114
- "appium-adb": "^12.0.2",
1137
+ "appium-adb": "^12.0.6",
1115
1138
  "appium-chromedriver": "^5.5.1",
1116
1139
  "asyncbox": "^3.0.0",
1117
1140
  "axios": "^1.x",
@@ -1120,7 +1143,7 @@
1120
1143
  "lodash": "^4.17.4",
1121
1144
  "lru-cache": "^10.0.1",
1122
1145
  "moment": "^2.24.0",
1123
- "moment-timezone": "^0.5.26",
1146
+ "moment-timezone": "^0.x",
1124
1147
  "portscanner": "^2.2.0",
1125
1148
  "semver": "^7.0.0",
1126
1149
  "source-map-support": "^0.x",
@@ -1137,9 +1160,9 @@
1137
1160
  }
1138
1161
  },
1139
1162
  "node_modules/appium-chromedriver": {
1140
- "version": "5.6.39",
1141
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.39.tgz",
1142
- "integrity": "sha512-ymPQk/gpeE95nuB2+VtxDkHRi4LhD+eBJFmGryz0sAejWsiPEXiMmzdo9Se5atOsvm2b5smbddOeqpWGNeYrOg==",
1163
+ "version": "5.6.41",
1164
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.41.tgz",
1165
+ "integrity": "sha512-O34aqfqNGN3nhmhdWg+jfixW9Kejkd9EwBVZmH6pT57VH/mf6Hls4IBKjLW0L2pAGTGMUsfZwVsEhU1VmjEIiA==",
1143
1166
  "hasInstallScript": true,
1144
1167
  "dependencies": {
1145
1168
  "@appium/base-driver": "^9.1.0",
@@ -1163,9 +1186,9 @@
1163
1186
  }
1164
1187
  },
1165
1188
  "node_modules/appium-uiautomator2-server": {
1166
- "version": "7.0.4",
1167
- "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.4.tgz",
1168
- "integrity": "sha512-eYB28Wxyd6t+cRlpeEEp6gU4yCQBF3yD4uLxFMRFLYJ0dj0gd+yUaVT6qknVqkMo/Jt1BrgxOfs6qVHxByW6PA==",
1189
+ "version": "7.0.5",
1190
+ "resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.5.tgz",
1191
+ "integrity": "sha512-IY35Oq11lOYSRXnErBVs73bY35YV1uGzRHo32Y51+IuqMfw2oGF/5SKz67wauYuXtZ/NUl6AQOporJsHgcOGmA==",
1169
1192
  "engines": {
1170
1193
  "node": ">=14",
1171
1194
  "npm": ">=8"
@@ -1336,9 +1359,9 @@
1336
1359
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
1337
1360
  },
1338
1361
  "node_modules/bare-events": {
1339
- "version": "2.2.1",
1340
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.1.tgz",
1341
- "integrity": "sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==",
1362
+ "version": "2.2.2",
1363
+ "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.2.tgz",
1364
+ "integrity": "sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==",
1342
1365
  "optional": true
1343
1366
  },
1344
1367
  "node_modules/base64-js": {
@@ -1620,7 +1643,7 @@
1620
1643
  "version": "4.2.3",
1621
1644
  "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
1622
1645
  "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
1623
- "devOptional": true,
1646
+ "optional": true,
1624
1647
  "dependencies": {
1625
1648
  "color-convert": "^2.0.1",
1626
1649
  "color-string": "^1.9.0"
@@ -1947,10 +1970,10 @@
1947
1970
  }
1948
1971
  },
1949
1972
  "node_modules/detect-libc": {
1950
- "version": "2.0.2",
1951
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz",
1952
- "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==",
1953
- "devOptional": true,
1973
+ "version": "2.0.3",
1974
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
1975
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
1976
+ "optional": true,
1954
1977
  "engines": {
1955
1978
  "node": ">=8"
1956
1979
  }
@@ -2670,9 +2693,9 @@
2670
2693
  }
2671
2694
  },
2672
2695
  "node_modules/io.appium.settings": {
2673
- "version": "5.7.6",
2674
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.6.tgz",
2675
- "integrity": "sha512-NJsi937pUjXgLOW3v7Wf+2GUUQv9SJZTITAWQPJg/a8P1yyAc62Kd8ktpCVdnx7a0vmfxJ2OOqlmWayeE3qIaw==",
2696
+ "version": "5.7.7",
2697
+ "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.7.7.tgz",
2698
+ "integrity": "sha512-LVVcSFN5TIv/JhAs0jZMvAELAdQeejo/cDETU9apkYAVMqyLd+pXis/Jy3SBdupu9Gvf8e93geCT0+ntV/R/fQ==",
2676
2699
  "dependencies": {
2677
2700
  "asyncbox": "^3.0.0",
2678
2701
  "bluebird": "^3.5.1",
@@ -3480,11 +3503,11 @@
3480
3503
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
3481
3504
  },
3482
3505
  "node_modules/path-scurry": {
3483
- "version": "1.10.1",
3484
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
3485
- "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==",
3506
+ "version": "1.10.2",
3507
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.2.tgz",
3508
+ "integrity": "sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==",
3486
3509
  "dependencies": {
3487
- "lru-cache": "^9.1.1 || ^10.0.0",
3510
+ "lru-cache": "^10.2.0",
3488
3511
  "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
3489
3512
  },
3490
3513
  "engines": {
@@ -3504,6 +3527,11 @@
3504
3527
  "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
3505
3528
  "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
3506
3529
  },
3530
+ "node_modules/picocolors": {
3531
+ "version": "1.0.0",
3532
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
3533
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
3534
+ },
3507
3535
  "node_modules/pkg-dir": {
3508
3536
  "version": "5.0.0",
3509
3537
  "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz",
@@ -3922,46 +3950,6 @@
3922
3950
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3923
3951
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
3924
3952
  },
3925
- "node_modules/sharp": {
3926
- "version": "0.33.2",
3927
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
3928
- "integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
3929
- "devOptional": true,
3930
- "hasInstallScript": true,
3931
- "dependencies": {
3932
- "color": "^4.2.3",
3933
- "detect-libc": "^2.0.2",
3934
- "semver": "^7.5.4"
3935
- },
3936
- "engines": {
3937
- "libvips": ">=8.15.1",
3938
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3939
- },
3940
- "funding": {
3941
- "url": "https://opencollective.com/libvips"
3942
- },
3943
- "optionalDependencies": {
3944
- "@img/sharp-darwin-arm64": "0.33.2",
3945
- "@img/sharp-darwin-x64": "0.33.2",
3946
- "@img/sharp-libvips-darwin-arm64": "1.0.1",
3947
- "@img/sharp-libvips-darwin-x64": "1.0.1",
3948
- "@img/sharp-libvips-linux-arm": "1.0.1",
3949
- "@img/sharp-libvips-linux-arm64": "1.0.1",
3950
- "@img/sharp-libvips-linux-s390x": "1.0.1",
3951
- "@img/sharp-libvips-linux-x64": "1.0.1",
3952
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
3953
- "@img/sharp-libvips-linuxmusl-x64": "1.0.1",
3954
- "@img/sharp-linux-arm": "0.33.2",
3955
- "@img/sharp-linux-arm64": "0.33.2",
3956
- "@img/sharp-linux-s390x": "0.33.2",
3957
- "@img/sharp-linux-x64": "0.33.2",
3958
- "@img/sharp-linuxmusl-arm64": "0.33.2",
3959
- "@img/sharp-linuxmusl-x64": "0.33.2",
3960
- "@img/sharp-wasm32": "0.33.2",
3961
- "@img/sharp-win32-ia32": "0.33.2",
3962
- "@img/sharp-win32-x64": "0.33.2"
3963
- }
3964
- },
3965
3953
  "node_modules/shebang-command": {
3966
3954
  "version": "2.0.0",
3967
3955
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -4325,9 +4313,9 @@
4325
4313
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
4326
4314
  },
4327
4315
  "node_modules/type-fest": {
4328
- "version": "4.12.0",
4329
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.12.0.tgz",
4330
- "integrity": "sha512-5Y2/pp2wtJk8o08G0CMkuFPCO354FGwk/vbidxrdhRGZfd0tFnb4Qb8anp9XxXriwBgVPjdWbKpGl4J9lJY2jQ==",
4316
+ "version": "4.14.0",
4317
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.14.0.tgz",
4318
+ "integrity": "sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==",
4331
4319
  "engines": {
4332
4320
  "node": ">=16"
4333
4321
  },
@@ -4348,9 +4336,9 @@
4348
4336
  }
4349
4337
  },
4350
4338
  "node_modules/typescript": {
4351
- "version": "5.4.2",
4352
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
4353
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
4339
+ "version": "5.4.3",
4340
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
4341
+ "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
4354
4342
  "bin": {
4355
4343
  "tsc": "bin/tsc",
4356
4344
  "tsserver": "bin/tsserver"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "3.0.3",
10
+ "version": "3.0.5",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "appium-adb": "^12.0.0",
60
- "appium-android-driver": "^9.0.3",
60
+ "appium-android-driver": "^9.0.4",
61
61
  "appium-chromedriver": "^5.6.28",
62
62
  "appium-uiautomator2-server": "^7.0.1",
63
63
  "asyncbox": "^3.0.0",