appium-uiautomator2-driver 3.7.7 → 3.7.8
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 +6 -0
- package/README.md +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +144 -86
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.8",
|
|
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.8",
|
|
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
15
|
"appium-uiautomator2-server": "^7.0.14",
|
|
16
16
|
"asyncbox": "^3.0.0",
|
|
@@ -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.1",
|
|
903
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.1.tgz",
|
|
904
|
+
"integrity": "sha512-KkHsxej0j9IW1KKOOAA/XBA0z08UFSrRQHErzEfA3Vgq57eXIMYboIlHJuYIfd+lwCQjtKqUu3UnmKbtUc9yRw==",
|
|
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": {
|
|
@@ -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.73",
|
|
1232
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.73.tgz",
|
|
1233
|
+
"integrity": "sha512-gxCldPiLwxCN5tEsyLn/87w9DffSrzeTxVhxVPlyANtHzeDv0Cj65yOGg9LHwPHWKpp1MPR+vTb+GkgAwASiIg==",
|
|
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.23",
|
|
1258
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.23.tgz",
|
|
1259
|
+
"integrity": "sha512-jZErqPxqQgUUw840REhFcolhQemmvOFyha5L3XNRCPiLQovQ03cugVYQcO1apNdu3U92tRySJ8IjOaVFRt9pBQ==",
|
|
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.5",
|
|
1377
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.5.tgz",
|
|
1378
|
+
"integrity": "sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==",
|
|
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
|
}
|
|
@@ -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"
|
|
@@ -3896,9 +3995,9 @@
|
|
|
3896
3995
|
"license": "MIT"
|
|
3897
3996
|
},
|
|
3898
3997
|
"node_modules/safe-stable-stringify": {
|
|
3899
|
-
"version": "2.
|
|
3900
|
-
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.
|
|
3901
|
-
"integrity": "sha512-
|
|
3998
|
+
"version": "2.5.0",
|
|
3999
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
|
|
4000
|
+
"integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
|
|
3902
4001
|
"license": "MIT",
|
|
3903
4002
|
"engines": {
|
|
3904
4003
|
"node": ">=10"
|
|
@@ -4067,47 +4166,6 @@
|
|
|
4067
4166
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
|
|
4068
4167
|
"license": "ISC"
|
|
4069
4168
|
},
|
|
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
4169
|
"node_modules/shebang-command": {
|
|
4112
4170
|
"version": "2.0.0",
|
|
4113
4171
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -4223,9 +4281,9 @@
|
|
|
4223
4281
|
}
|
|
4224
4282
|
},
|
|
4225
4283
|
"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-
|
|
4284
|
+
"version": "3.0.20",
|
|
4285
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz",
|
|
4286
|
+
"integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==",
|
|
4229
4287
|
"license": "CC0-1.0"
|
|
4230
4288
|
},
|
|
4231
4289
|
"node_modules/spdy": {
|
|
@@ -4313,9 +4371,9 @@
|
|
|
4313
4371
|
}
|
|
4314
4372
|
},
|
|
4315
4373
|
"node_modules/streamx": {
|
|
4316
|
-
"version": "2.
|
|
4317
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
4318
|
-
"integrity": "sha512-
|
|
4374
|
+
"version": "2.19.0",
|
|
4375
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.19.0.tgz",
|
|
4376
|
+
"integrity": "sha512-5z6CNR4gtkPbwlxyEqoDGDmWIzoNJqCBt4Eac1ICP9YaIT08ct712cFj0u1rx4F8luAuL+3Qc+RFIdI4OX00kg==",
|
|
4319
4377
|
"license": "MIT",
|
|
4320
4378
|
"dependencies": {
|
|
4321
4379
|
"fast-fifo": "^1.3.2",
|
|
@@ -4528,15 +4586,15 @@
|
|
|
4528
4586
|
}
|
|
4529
4587
|
},
|
|
4530
4588
|
"node_modules/tslib": {
|
|
4531
|
-
"version": "2.
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.
|
|
4533
|
-
"integrity": "sha512-
|
|
4589
|
+
"version": "2.7.0",
|
|
4590
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz",
|
|
4591
|
+
"integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==",
|
|
4534
4592
|
"license": "0BSD"
|
|
4535
4593
|
},
|
|
4536
4594
|
"node_modules/type-fest": {
|
|
4537
|
-
"version": "4.
|
|
4538
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4539
|
-
"integrity": "sha512-
|
|
4595
|
+
"version": "4.26.0",
|
|
4596
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.26.0.tgz",
|
|
4597
|
+
"integrity": "sha512-OduNjVJsFbifKb57UqZ2EMP1i4u64Xwow3NYXUtBbD4vIwJdQd4+xl8YDou1dlm4DVrtwT/7Ky8z8WyCULVfxw==",
|
|
4540
4598
|
"license": "(MIT OR CC0-1.0)",
|
|
4541
4599
|
"engines": {
|
|
4542
4600
|
"node": ">=16"
|
|
@@ -4572,9 +4630,9 @@
|
|
|
4572
4630
|
}
|
|
4573
4631
|
},
|
|
4574
4632
|
"node_modules/undici-types": {
|
|
4575
|
-
"version": "6.
|
|
4576
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4577
|
-
"integrity": "sha512-
|
|
4633
|
+
"version": "6.19.8",
|
|
4634
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
|
|
4635
|
+
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
|
|
4578
4636
|
"license": "MIT"
|
|
4579
4637
|
},
|
|
4580
4638
|
"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.8",
|
|
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.5.2",
|
|
60
|
-
"appium-android-driver": "^9.
|
|
60
|
+
"appium-android-driver": "^9.9.0",
|
|
61
61
|
"appium-chromedriver": "^5.6.28",
|
|
62
62
|
"appium-uiautomator2-server": "^7.0.14",
|
|
63
63
|
"asyncbox": "^3.0.0",
|