appium-uiautomator2-driver 3.7.7 → 3.7.9
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.
- package/CHANGELOG.md +12 -0
- package/README.md +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +166 -99
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.7.
|
|
9
|
+
"version": "3.7.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.5.2",
|
|
13
|
-
"appium-android-driver": "^9.
|
|
13
|
+
"appium-android-driver": "^9.9.0",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
|
-
"appium-uiautomator2-server": "^7.0.
|
|
15
|
+
"appium-uiautomator2-server": "^7.0.24",
|
|
16
16
|
"asyncbox": "^3.0.0",
|
|
17
17
|
"axios": "^1.6.5",
|
|
18
18
|
"bluebird": "^3.5.1",
|
|
@@ -290,6 +290,54 @@
|
|
|
290
290
|
"sharp": "0.33.4"
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
294
|
+
"version": "1.0.2",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz",
|
|
296
|
+
"integrity": "sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==",
|
|
297
|
+
"cpu": [
|
|
298
|
+
"x64"
|
|
299
|
+
],
|
|
300
|
+
"license": "LGPL-3.0-or-later",
|
|
301
|
+
"optional": true,
|
|
302
|
+
"os": [
|
|
303
|
+
"linux"
|
|
304
|
+
],
|
|
305
|
+
"engines": {
|
|
306
|
+
"glibc": ">=2.26",
|
|
307
|
+
"npm": ">=9.6.5",
|
|
308
|
+
"pnpm": ">=7.1.0",
|
|
309
|
+
"yarn": ">=3.2.0"
|
|
310
|
+
},
|
|
311
|
+
"funding": {
|
|
312
|
+
"url": "https://opencollective.com/libvips"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
316
|
+
"version": "0.33.4",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.4.tgz",
|
|
318
|
+
"integrity": "sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==",
|
|
319
|
+
"cpu": [
|
|
320
|
+
"x64"
|
|
321
|
+
],
|
|
322
|
+
"license": "Apache-2.0",
|
|
323
|
+
"optional": true,
|
|
324
|
+
"os": [
|
|
325
|
+
"linux"
|
|
326
|
+
],
|
|
327
|
+
"engines": {
|
|
328
|
+
"glibc": ">=2.26",
|
|
329
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
330
|
+
"npm": ">=9.6.5",
|
|
331
|
+
"pnpm": ">=7.1.0",
|
|
332
|
+
"yarn": ">=3.2.0"
|
|
333
|
+
},
|
|
334
|
+
"funding": {
|
|
335
|
+
"url": "https://opencollective.com/libvips"
|
|
336
|
+
},
|
|
337
|
+
"optionalDependencies": {
|
|
338
|
+
"@img/sharp-libvips-linux-x64": "1.0.2"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
293
341
|
"node_modules/@appium/support/node_modules/axios": {
|
|
294
342
|
"version": "1.7.3",
|
|
295
343
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz",
|
|
@@ -301,6 +349,47 @@
|
|
|
301
349
|
"proxy-from-env": "^1.1.0"
|
|
302
350
|
}
|
|
303
351
|
},
|
|
352
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
353
|
+
"version": "0.33.4",
|
|
354
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz",
|
|
355
|
+
"integrity": "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==",
|
|
356
|
+
"hasInstallScript": true,
|
|
357
|
+
"license": "Apache-2.0",
|
|
358
|
+
"optional": true,
|
|
359
|
+
"dependencies": {
|
|
360
|
+
"color": "^4.2.3",
|
|
361
|
+
"detect-libc": "^2.0.3",
|
|
362
|
+
"semver": "^7.6.0"
|
|
363
|
+
},
|
|
364
|
+
"engines": {
|
|
365
|
+
"libvips": ">=8.15.2",
|
|
366
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
367
|
+
},
|
|
368
|
+
"funding": {
|
|
369
|
+
"url": "https://opencollective.com/libvips"
|
|
370
|
+
},
|
|
371
|
+
"optionalDependencies": {
|
|
372
|
+
"@img/sharp-darwin-arm64": "0.33.4",
|
|
373
|
+
"@img/sharp-darwin-x64": "0.33.4",
|
|
374
|
+
"@img/sharp-libvips-darwin-arm64": "1.0.2",
|
|
375
|
+
"@img/sharp-libvips-darwin-x64": "1.0.2",
|
|
376
|
+
"@img/sharp-libvips-linux-arm": "1.0.2",
|
|
377
|
+
"@img/sharp-libvips-linux-arm64": "1.0.2",
|
|
378
|
+
"@img/sharp-libvips-linux-s390x": "1.0.2",
|
|
379
|
+
"@img/sharp-libvips-linux-x64": "1.0.2",
|
|
380
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.2",
|
|
381
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.2",
|
|
382
|
+
"@img/sharp-linux-arm": "0.33.4",
|
|
383
|
+
"@img/sharp-linux-arm64": "0.33.4",
|
|
384
|
+
"@img/sharp-linux-s390x": "0.33.4",
|
|
385
|
+
"@img/sharp-linux-x64": "0.33.4",
|
|
386
|
+
"@img/sharp-linuxmusl-arm64": "0.33.4",
|
|
387
|
+
"@img/sharp-linuxmusl-x64": "0.33.4",
|
|
388
|
+
"@img/sharp-wasm32": "0.33.4",
|
|
389
|
+
"@img/sharp-win32-ia32": "0.33.4",
|
|
390
|
+
"@img/sharp-win32-x64": "0.33.4"
|
|
391
|
+
}
|
|
392
|
+
},
|
|
304
393
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
305
394
|
"version": "4.23.0",
|
|
306
395
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.23.0.tgz",
|
|
@@ -484,6 +573,16 @@
|
|
|
484
573
|
"kuler": "^2.0.0"
|
|
485
574
|
}
|
|
486
575
|
},
|
|
576
|
+
"node_modules/@emnapi/runtime": {
|
|
577
|
+
"version": "1.2.0",
|
|
578
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz",
|
|
579
|
+
"integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==",
|
|
580
|
+
"extraneous": true,
|
|
581
|
+
"license": "MIT",
|
|
582
|
+
"dependencies": {
|
|
583
|
+
"tslib": "^2.4.0"
|
|
584
|
+
}
|
|
585
|
+
},
|
|
487
586
|
"node_modules/@isaacs/cliui": {
|
|
488
587
|
"version": "8.0.2",
|
|
489
588
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -800,12 +899,12 @@
|
|
|
800
899
|
}
|
|
801
900
|
},
|
|
802
901
|
"node_modules/@types/node": {
|
|
803
|
-
"version": "22.
|
|
804
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
805
|
-
"integrity": "sha512-
|
|
902
|
+
"version": "22.5.2",
|
|
903
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz",
|
|
904
|
+
"integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==",
|
|
806
905
|
"license": "MIT",
|
|
807
906
|
"dependencies": {
|
|
808
|
-
"undici-types": "~6.
|
|
907
|
+
"undici-types": "~6.19.2"
|
|
809
908
|
}
|
|
810
909
|
},
|
|
811
910
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -932,9 +1031,9 @@
|
|
|
932
1031
|
}
|
|
933
1032
|
},
|
|
934
1033
|
"node_modules/@xmldom/xmldom": {
|
|
935
|
-
"version": "0.
|
|
936
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.
|
|
937
|
-
"integrity": "sha512-
|
|
1034
|
+
"version": "0.9.0",
|
|
1035
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.0.tgz",
|
|
1036
|
+
"integrity": "sha512-Zb9MTlKGnUdxglDKF75cJwvsNp+EhPwzguLSTp/u1yeDU59lz7eA9e14S9z/sn5HHKX5NEQZaKjePl/69uqGhw==",
|
|
938
1037
|
"license": "MIT",
|
|
939
1038
|
"engines": {
|
|
940
1039
|
"node": ">=10.0.0"
|
|
@@ -1096,9 +1195,9 @@
|
|
|
1096
1195
|
}
|
|
1097
1196
|
},
|
|
1098
1197
|
"node_modules/appium-android-driver": {
|
|
1099
|
-
"version": "9.
|
|
1100
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.
|
|
1101
|
-
"integrity": "sha512-
|
|
1198
|
+
"version": "9.9.0",
|
|
1199
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.9.0.tgz",
|
|
1200
|
+
"integrity": "sha512-utwptcD/esDsqrmb1WfeunW7h449/0TGg9aD8co6l27P2QtpPXONqJIIzQYXFPbBUtEmqBfF1DXt2RkRtsJOVw==",
|
|
1102
1201
|
"license": "Apache-2.0",
|
|
1103
1202
|
"dependencies": {
|
|
1104
1203
|
"@appium/support": "^5.0.3",
|
|
@@ -1129,9 +1228,9 @@
|
|
|
1129
1228
|
}
|
|
1130
1229
|
},
|
|
1131
1230
|
"node_modules/appium-chromedriver": {
|
|
1132
|
-
"version": "5.6.
|
|
1133
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.
|
|
1134
|
-
"integrity": "sha512
|
|
1231
|
+
"version": "5.6.74",
|
|
1232
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.74.tgz",
|
|
1233
|
+
"integrity": "sha512-zCG616gVjlVkpQkbVpYKf4zlsR0lboR/rHaejVa2J5fNPgB9Jc6upAbWlp+VEpKhmCoghi1FALZ/0bsrRC+VIw==",
|
|
1135
1234
|
"hasInstallScript": true,
|
|
1136
1235
|
"license": "Apache-2.0",
|
|
1137
1236
|
"dependencies": {
|
|
@@ -1155,9 +1254,9 @@
|
|
|
1155
1254
|
}
|
|
1156
1255
|
},
|
|
1157
1256
|
"node_modules/appium-uiautomator2-server": {
|
|
1158
|
-
"version": "7.0.
|
|
1159
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.
|
|
1160
|
-
"integrity": "sha512-
|
|
1257
|
+
"version": "7.0.24",
|
|
1258
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.24.tgz",
|
|
1259
|
+
"integrity": "sha512-XtiYeloCjkCMWd6qFpfnn3MnbwpV0wX214r5FFSvnXmVc5OGvQl2Jrj0zMI+mYuKXeVlpM7xqD77Zu5c5LIrbQ==",
|
|
1161
1260
|
"license": "Apache-2.0",
|
|
1162
1261
|
"engines": {
|
|
1163
1262
|
"node": ">=14",
|
|
@@ -1242,9 +1341,9 @@
|
|
|
1242
1341
|
"license": "MIT"
|
|
1243
1342
|
},
|
|
1244
1343
|
"node_modules/async": {
|
|
1245
|
-
"version": "3.2.
|
|
1246
|
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.
|
|
1247
|
-
"integrity": "sha512-
|
|
1344
|
+
"version": "3.2.6",
|
|
1345
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
|
|
1346
|
+
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
|
|
1248
1347
|
"license": "MIT"
|
|
1249
1348
|
},
|
|
1250
1349
|
"node_modules/async-lock": {
|
|
@@ -1274,9 +1373,9 @@
|
|
|
1274
1373
|
"license": "MIT"
|
|
1275
1374
|
},
|
|
1276
1375
|
"node_modules/axios": {
|
|
1277
|
-
"version": "1.7.
|
|
1278
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1279
|
-
"integrity": "sha512-
|
|
1376
|
+
"version": "1.7.7",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz",
|
|
1378
|
+
"integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==",
|
|
1280
1379
|
"license": "MIT",
|
|
1281
1380
|
"dependencies": {
|
|
1282
1381
|
"follow-redirects": "^1.15.6",
|
|
@@ -1622,8 +1721,8 @@
|
|
|
1622
1721
|
"version": "4.2.3",
|
|
1623
1722
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
1624
1723
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
1625
|
-
"devOptional": true,
|
|
1626
1724
|
"license": "MIT",
|
|
1725
|
+
"optional": true,
|
|
1627
1726
|
"dependencies": {
|
|
1628
1727
|
"color-convert": "^2.0.1",
|
|
1629
1728
|
"color-string": "^1.9.0"
|
|
@@ -1980,8 +2079,8 @@
|
|
|
1980
2079
|
"version": "2.0.3",
|
|
1981
2080
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
1982
2081
|
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
1983
|
-
"devOptional": true,
|
|
1984
2082
|
"license": "Apache-2.0",
|
|
2083
|
+
"optional": true,
|
|
1985
2084
|
"engines": {
|
|
1986
2085
|
"node": ">=8"
|
|
1987
2086
|
}
|
|
@@ -2072,9 +2171,9 @@
|
|
|
2072
2171
|
}
|
|
2073
2172
|
},
|
|
2074
2173
|
"node_modules/escalade": {
|
|
2075
|
-
"version": "3.
|
|
2076
|
-
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.
|
|
2077
|
-
"integrity": "sha512-
|
|
2174
|
+
"version": "3.2.0",
|
|
2175
|
+
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
2176
|
+
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
2078
2177
|
"license": "MIT",
|
|
2079
2178
|
"engines": {
|
|
2080
2179
|
"node": ">=6"
|
|
@@ -2668,9 +2767,9 @@
|
|
|
2668
2767
|
}
|
|
2669
2768
|
},
|
|
2670
2769
|
"node_modules/io.appium.settings": {
|
|
2671
|
-
"version": "5.12.
|
|
2672
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2673
|
-
"integrity": "sha512-
|
|
2770
|
+
"version": "5.12.13",
|
|
2771
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.13.tgz",
|
|
2772
|
+
"integrity": "sha512-y0m5E4mWvnVPMTgPHwJfRDiYNTQr8F8Tv+f+FaEImQ8X+/jl+1irRHS/nn+62euiKCY1cL/1LiVIYku2os4V5w==",
|
|
2674
2773
|
"license": "Apache-2.0",
|
|
2675
2774
|
"dependencies": {
|
|
2676
2775
|
"@appium/logger": "^1.3.0",
|
|
@@ -2702,9 +2801,9 @@
|
|
|
2702
2801
|
"license": "MIT"
|
|
2703
2802
|
},
|
|
2704
2803
|
"node_modules/is-core-module": {
|
|
2705
|
-
"version": "2.15.
|
|
2706
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.
|
|
2707
|
-
"integrity": "sha512-
|
|
2804
|
+
"version": "2.15.1",
|
|
2805
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz",
|
|
2806
|
+
"integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==",
|
|
2708
2807
|
"license": "MIT",
|
|
2709
2808
|
"dependencies": {
|
|
2710
2809
|
"hasown": "^2.0.2"
|
|
@@ -3591,9 +3690,9 @@
|
|
|
3591
3690
|
"license": "MIT"
|
|
3592
3691
|
},
|
|
3593
3692
|
"node_modules/picocolors": {
|
|
3594
|
-
"version": "1.0
|
|
3595
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.
|
|
3596
|
-
"integrity": "sha512-
|
|
3693
|
+
"version": "1.1.0",
|
|
3694
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz",
|
|
3695
|
+
"integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==",
|
|
3597
3696
|
"license": "ISC"
|
|
3598
3697
|
},
|
|
3599
3698
|
"node_modules/pkg-dir": {
|
|
@@ -3622,6 +3721,15 @@
|
|
|
3622
3721
|
"node": ">=10.4.0"
|
|
3623
3722
|
}
|
|
3624
3723
|
},
|
|
3724
|
+
"node_modules/plist/node_modules/@xmldom/xmldom": {
|
|
3725
|
+
"version": "0.8.10",
|
|
3726
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
|
|
3727
|
+
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
|
|
3728
|
+
"license": "MIT",
|
|
3729
|
+
"engines": {
|
|
3730
|
+
"node": ">=10.0.0"
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3625
3733
|
"node_modules/pluralize": {
|
|
3626
3734
|
"version": "8.0.0",
|
|
3627
3735
|
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
|
|
@@ -3896,9 +4004,9 @@
|
|
|
3896
4004
|
"license": "MIT"
|
|
3897
4005
|
},
|
|
3898
4006
|
"node_modules/safe-stable-stringify": {
|
|
3899
|
-
"version": "2.
|
|
3900
|
-
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.
|
|
3901
|
-
"integrity": "sha512-
|
|
4007
|
+
"version": "2.5.0",
|
|
4008
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
|
|
4009
|
+
"integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
|
|
3902
4010
|
"license": "MIT",
|
|
3903
4011
|
"engines": {
|
|
3904
4012
|
"node": ">=10"
|
|
@@ -4067,47 +4175,6 @@
|
|
|
4067
4175
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4068
4176
|
"license": "ISC"
|
|
4069
4177
|
},
|
|
4070
|
-
"node_modules/sharp": {
|
|
4071
|
-
"version": "0.33.4",
|
|
4072
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.4.tgz",
|
|
4073
|
-
"integrity": "sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==",
|
|
4074
|
-
"devOptional": true,
|
|
4075
|
-
"hasInstallScript": true,
|
|
4076
|
-
"license": "Apache-2.0",
|
|
4077
|
-
"dependencies": {
|
|
4078
|
-
"color": "^4.2.3",
|
|
4079
|
-
"detect-libc": "^2.0.3",
|
|
4080
|
-
"semver": "^7.6.0"
|
|
4081
|
-
},
|
|
4082
|
-
"engines": {
|
|
4083
|
-
"libvips": ">=8.15.2",
|
|
4084
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
4085
|
-
},
|
|
4086
|
-
"funding": {
|
|
4087
|
-
"url": "https://opencollective.com/libvips"
|
|
4088
|
-
},
|
|
4089
|
-
"optionalDependencies": {
|
|
4090
|
-
"@img/sharp-darwin-arm64": "0.33.4",
|
|
4091
|
-
"@img/sharp-darwin-x64": "0.33.4",
|
|
4092
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.2",
|
|
4093
|
-
"@img/sharp-libvips-darwin-x64": "1.0.2",
|
|
4094
|
-
"@img/sharp-libvips-linux-arm": "1.0.2",
|
|
4095
|
-
"@img/sharp-libvips-linux-arm64": "1.0.2",
|
|
4096
|
-
"@img/sharp-libvips-linux-s390x": "1.0.2",
|
|
4097
|
-
"@img/sharp-libvips-linux-x64": "1.0.2",
|
|
4098
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.2",
|
|
4099
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.2",
|
|
4100
|
-
"@img/sharp-linux-arm": "0.33.4",
|
|
4101
|
-
"@img/sharp-linux-arm64": "0.33.4",
|
|
4102
|
-
"@img/sharp-linux-s390x": "0.33.4",
|
|
4103
|
-
"@img/sharp-linux-x64": "0.33.4",
|
|
4104
|
-
"@img/sharp-linuxmusl-arm64": "0.33.4",
|
|
4105
|
-
"@img/sharp-linuxmusl-x64": "0.33.4",
|
|
4106
|
-
"@img/sharp-wasm32": "0.33.4",
|
|
4107
|
-
"@img/sharp-win32-ia32": "0.33.4",
|
|
4108
|
-
"@img/sharp-win32-x64": "0.33.4"
|
|
4109
|
-
}
|
|
4110
|
-
},
|
|
4111
4178
|
"node_modules/shebang-command": {
|
|
4112
4179
|
"version": "2.0.0",
|
|
4113
4180
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4223,9 +4290,9 @@
|
|
|
4223
4290
|
}
|
|
4224
4291
|
},
|
|
4225
4292
|
"node_modules/spdx-license-ids": {
|
|
4226
|
-
"version": "3.0.
|
|
4227
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
4228
|
-
"integrity": "sha512-
|
|
4293
|
+
"version": "3.0.20",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz",
|
|
4295
|
+
"integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==",
|
|
4229
4296
|
"license": "CC0-1.0"
|
|
4230
4297
|
},
|
|
4231
4298
|
"node_modules/spdy": {
|
|
@@ -4313,9 +4380,9 @@
|
|
|
4313
4380
|
}
|
|
4314
4381
|
},
|
|
4315
4382
|
"node_modules/streamx": {
|
|
4316
|
-
"version": "2.
|
|
4317
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
4318
|
-
"integrity": "sha512-
|
|
4383
|
+
"version": "2.20.0",
|
|
4384
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz",
|
|
4385
|
+
"integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==",
|
|
4319
4386
|
"license": "MIT",
|
|
4320
4387
|
"dependencies": {
|
|
4321
4388
|
"fast-fifo": "^1.3.2",
|
|
@@ -4528,15 +4595,15 @@
|
|
|
4528
4595
|
}
|
|
4529
4596
|
},
|
|
4530
4597
|
"node_modules/tslib": {
|
|
4531
|
-
"version": "2.
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
4533
|
-
"integrity": "sha512-
|
|
4598
|
+
"version": "2.7.0",
|
|
4599
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
4600
|
+
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
4534
4601
|
"license": "0BSD"
|
|
4535
4602
|
},
|
|
4536
4603
|
"node_modules/type-fest": {
|
|
4537
|
-
"version": "4.
|
|
4538
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4539
|
-
"integrity": "sha512-
|
|
4604
|
+
"version": "4.26.0",
|
|
4605
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.0.tgz",
|
|
4606
|
+
"integrity": "sha512-OduNjVJsFbifKb57UqZ2EMP1i4u64Xwow3NYXUtBbD4vIwJdQd4+xl8YDou1dlm4DVrtwT/7Ky8z8WyCULVfxw==",
|
|
4540
4607
|
"license": "(MIT OR CC0-1.0)",
|
|
4541
4608
|
"engines": {
|
|
4542
4609
|
"node": ">=16"
|
|
@@ -4572,9 +4639,9 @@
|
|
|
4572
4639
|
}
|
|
4573
4640
|
},
|
|
4574
4641
|
"node_modules/undici-types": {
|
|
4575
|
-
"version": "6.
|
|
4576
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4577
|
-
"integrity": "sha512-
|
|
4642
|
+
"version": "6.19.8",
|
|
4643
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
4644
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
4578
4645
|
"license": "MIT"
|
|
4579
4646
|
},
|
|
4580
4647
|
"node_modules/unorm": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.7.
|
|
10
|
+
"version": "3.7.9",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^12.5.2",
|
|
60
|
-
"appium-android-driver": "^9.
|
|
60
|
+
"appium-android-driver": "^9.9.0",
|
|
61
61
|
"appium-chromedriver": "^5.6.28",
|
|
62
|
-
"appium-uiautomator2-server": "^7.0.
|
|
62
|
+
"appium-uiautomator2-server": "^7.0.24",
|
|
63
63
|
"asyncbox": "^3.0.0",
|
|
64
64
|
"axios": "^1.6.5",
|
|
65
65
|
"bluebird": "^3.5.1",
|