appium-uiautomator2-driver 3.0.4 → 3.0.6

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.
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-uiautomator2-driver",
9
- "version": "3.0.4",
9
+ "version": "3.0.6",
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.5",
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",
@@ -702,9 +788,9 @@
702
788
  }
703
789
  },
704
790
  "node_modules/@types/express-serve-static-core": {
705
- "version": "4.17.43",
706
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz",
707
- "integrity": "sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==",
791
+ "version": "4.19.0",
792
+ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.0.tgz",
793
+ "integrity": "sha512-bGyep3JqPCRry1wq+O5n7oiBgGWmeIJXPjXXCo8EK0u8duZGSYar7cGqd3ML2JUsLGeB7fmc06KYo9fLGWqPvQ==",
708
794
  "dependencies": {
709
795
  "@types/node": "*",
710
796
  "@types/qs": "*",
@@ -780,9 +866,9 @@
780
866
  }
781
867
  },
782
868
  "node_modules/@types/node": {
783
- "version": "20.11.30",
784
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
785
- "integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
869
+ "version": "20.12.5",
870
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
871
+ "integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
786
872
  "dependencies": {
787
873
  "undici-types": "~5.26.4"
788
874
  }
@@ -841,13 +927,13 @@
841
927
  }
842
928
  },
843
929
  "node_modules/@types/serve-static": {
844
- "version": "1.15.5",
845
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz",
846
- "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==",
930
+ "version": "1.15.7",
931
+ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
932
+ "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
847
933
  "dependencies": {
848
934
  "@types/http-errors": "*",
849
- "@types/mime": "*",
850
- "@types/node": "*"
935
+ "@types/node": "*",
936
+ "@types/send": "*"
851
937
  }
852
938
  },
853
939
  "node_modules/@types/shell-quote": {
@@ -1020,9 +1106,9 @@
1020
1106
  }
1021
1107
  },
1022
1108
  "node_modules/appium-adb": {
1023
- "version": "12.0.4",
1024
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.4.tgz",
1025
- "integrity": "sha512-ayCqGg8ptd95eSCNX445xyY+nvUAXqqW85EREQ5uc6Dr63slSgxiStgDW5+BnSEALZgkO5SDoes3c55xbD+Yzw==",
1109
+ "version": "12.0.8",
1110
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.0.8.tgz",
1111
+ "integrity": "sha512-ZaHkFjDiTHqQdPlxpg4itS/89UzlXlBzjYInnVmV9VX3W+jkL7TiNoLhW1v82+eetY8QDMvakNgk8eDsHHReCQ==",
1026
1112
  "dependencies": {
1027
1113
  "@appium/support": "^4.0.0",
1028
1114
  "@devicefarmer/adbkit-apkreader": "^3.2.4",
@@ -1042,13 +1128,13 @@
1042
1128
  }
1043
1129
  },
1044
1130
  "node_modules/appium-android-driver": {
1045
- "version": "9.0.3",
1046
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.3.tgz",
1047
- "integrity": "sha512-SMw+eHKr4sQjHMxoGtggL85wzABFGnxalAXBDVTDJvssGwRjkMZtI2+A/D712VBAXkUNbRXWAfPBUPWnNHNB5A==",
1131
+ "version": "9.0.5",
1132
+ "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.0.5.tgz",
1133
+ "integrity": "sha512-4f/nCYkvh6F8tnWRqx4/zZeRUyMpXZo0fQsLkWhlBA7/jx0XTWim2MPffz4pHJVGggP4yTylveSB+eKCcVOqyA==",
1048
1134
  "dependencies": {
1049
1135
  "@appium/support": "^4.2.0",
1050
1136
  "@colors/colors": "^1.6.0",
1051
- "appium-adb": "^12.0.2",
1137
+ "appium-adb": "^12.0.8",
1052
1138
  "appium-chromedriver": "^5.5.1",
1053
1139
  "asyncbox": "^3.0.0",
1054
1140
  "axios": "^1.x",
@@ -1057,7 +1143,7 @@
1057
1143
  "lodash": "^4.17.4",
1058
1144
  "lru-cache": "^10.0.1",
1059
1145
  "moment": "^2.24.0",
1060
- "moment-timezone": "^0.5.26",
1146
+ "moment-timezone": "^0.x",
1061
1147
  "portscanner": "^2.2.0",
1062
1148
  "semver": "^7.0.0",
1063
1149
  "source-map-support": "^0.x",
@@ -1074,9 +1160,9 @@
1074
1160
  }
1075
1161
  },
1076
1162
  "node_modules/appium-chromedriver": {
1077
- "version": "5.6.40",
1078
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.40.tgz",
1079
- "integrity": "sha512-0bdO+AchGKmc7IQp3ks5X+tEwE139KnwxDuBnuGncKK/KdXIy5eoHCLwlripkNp9aUGeqPk7tAM8lHKJ5DPbkg==",
1163
+ "version": "5.6.42",
1164
+ "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.42.tgz",
1165
+ "integrity": "sha512-SvVDFmFX15tEv702jHTxNQcLvmlNDjJeD3oaioQJed5pzuaL9D71ampzP5YcybOrdw+u/KLTdz2I7iFT83dvbA==",
1080
1166
  "hasInstallScript": true,
1081
1167
  "dependencies": {
1082
1168
  "@appium/base-driver": "^9.1.0",
@@ -1273,9 +1359,9 @@
1273
1359
  "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
1274
1360
  },
1275
1361
  "node_modules/bare-events": {
1276
- "version": "2.2.1",
1277
- "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.2.1.tgz",
1278
- "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==",
1279
1365
  "optional": true
1280
1366
  },
1281
1367
  "node_modules/base64-js": {
@@ -1557,7 +1643,7 @@
1557
1643
  "version": "4.2.3",
1558
1644
  "resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
1559
1645
  "integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
1560
- "devOptional": true,
1646
+ "optional": true,
1561
1647
  "dependencies": {
1562
1648
  "color-convert": "^2.0.1",
1563
1649
  "color-string": "^1.9.0"
@@ -1887,7 +1973,7 @@
1887
1973
  "version": "2.0.3",
1888
1974
  "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
1889
1975
  "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
1890
- "devOptional": true,
1976
+ "optional": true,
1891
1977
  "engines": {
1892
1978
  "node": ">=8"
1893
1979
  }
@@ -3417,11 +3503,11 @@
3417
3503
  "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
3418
3504
  },
3419
3505
  "node_modules/path-scurry": {
3420
- "version": "1.10.1",
3421
- "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz",
3422
- "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==",
3423
3509
  "dependencies": {
3424
- "lru-cache": "^9.1.1 || ^10.0.0",
3510
+ "lru-cache": "^10.2.0",
3425
3511
  "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
3426
3512
  },
3427
3513
  "engines": {
@@ -3864,46 +3950,6 @@
3864
3950
  "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
3865
3951
  "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
3866
3952
  },
3867
- "node_modules/sharp": {
3868
- "version": "0.33.2",
3869
- "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
3870
- "integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
3871
- "devOptional": true,
3872
- "hasInstallScript": true,
3873
- "dependencies": {
3874
- "color": "^4.2.3",
3875
- "detect-libc": "^2.0.2",
3876
- "semver": "^7.5.4"
3877
- },
3878
- "engines": {
3879
- "libvips": ">=8.15.1",
3880
- "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
3881
- },
3882
- "funding": {
3883
- "url": "https://opencollective.com/libvips"
3884
- },
3885
- "optionalDependencies": {
3886
- "@img/sharp-darwin-arm64": "0.33.2",
3887
- "@img/sharp-darwin-x64": "0.33.2",
3888
- "@img/sharp-libvips-darwin-arm64": "1.0.1",
3889
- "@img/sharp-libvips-darwin-x64": "1.0.1",
3890
- "@img/sharp-libvips-linux-arm": "1.0.1",
3891
- "@img/sharp-libvips-linux-arm64": "1.0.1",
3892
- "@img/sharp-libvips-linux-s390x": "1.0.1",
3893
- "@img/sharp-libvips-linux-x64": "1.0.1",
3894
- "@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
3895
- "@img/sharp-libvips-linuxmusl-x64": "1.0.1",
3896
- "@img/sharp-linux-arm": "0.33.2",
3897
- "@img/sharp-linux-arm64": "0.33.2",
3898
- "@img/sharp-linux-s390x": "0.33.2",
3899
- "@img/sharp-linux-x64": "0.33.2",
3900
- "@img/sharp-linuxmusl-arm64": "0.33.2",
3901
- "@img/sharp-linuxmusl-x64": "0.33.2",
3902
- "@img/sharp-wasm32": "0.33.2",
3903
- "@img/sharp-win32-ia32": "0.33.2",
3904
- "@img/sharp-win32-x64": "0.33.2"
3905
- }
3906
- },
3907
3953
  "node_modules/shebang-command": {
3908
3954
  "version": "2.0.0",
3909
3955
  "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
@@ -4267,9 +4313,9 @@
4267
4313
  "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q=="
4268
4314
  },
4269
4315
  "node_modules/type-fest": {
4270
- "version": "4.13.1",
4271
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.13.1.tgz",
4272
- "integrity": "sha512-ASMgM+Vf2cLwDMt1KXSkMUDSYCxtckDJs8zsaVF/mYteIsiARKCVtyXtcK38mIKbLTctZP8v6GMqdNaeI3fo7g==",
4316
+ "version": "4.15.0",
4317
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.15.0.tgz",
4318
+ "integrity": "sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==",
4273
4319
  "engines": {
4274
4320
  "node": ">=16"
4275
4321
  },
@@ -4290,9 +4336,9 @@
4290
4336
  }
4291
4337
  },
4292
4338
  "node_modules/typescript": {
4293
- "version": "5.4.3",
4294
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
4295
- "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
4339
+ "version": "5.4.4",
4340
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
4341
+ "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
4296
4342
  "bin": {
4297
4343
  "tsc": "bin/tsc",
4298
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.4",
10
+ "version": "3.0.6",
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.5",
61
61
  "appium-chromedriver": "^5.6.28",
62
62
  "appium-uiautomator2-server": "^7.0.1",
63
63
  "asyncbox": "^3.0.0",