appium-uiautomator2-driver 4.1.0 → 4.1.2
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/build/lib/uiautomator2.d.ts +1 -1
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +101 -101
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "4.1.
|
|
9
|
+
"version": "4.1.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.12.0",
|
|
13
|
-
"appium-android-driver": "^10.2.
|
|
13
|
+
"appium-android-driver": "^10.2.2",
|
|
14
14
|
"appium-uiautomator2-server": "^7.2.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
17
17
|
"bluebird": "^3.5.1",
|
|
18
18
|
"css-selector-parser": "^3.0.0",
|
|
19
|
-
"io.appium.settings": "^5.14.
|
|
19
|
+
"io.appium.settings": "^5.14.3",
|
|
20
20
|
"lodash": "^4.17.4",
|
|
21
21
|
"portscanner": "^2.2.0",
|
|
22
22
|
"source-map-support": "^0.x",
|
|
@@ -68,17 +68,17 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"node_modules/@appium/base-driver": {
|
|
71
|
-
"version": "9.16.
|
|
72
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.
|
|
73
|
-
"integrity": "sha512
|
|
71
|
+
"version": "9.16.3",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.16.3.tgz",
|
|
73
|
+
"integrity": "sha512-+KviEBWMlHoBh/Ezs4bF1uRFw3gBHivljy8yp2dKHvFt4ZZlJo6wxmfmU5fknob0TuRkViwcD2auL64AQLsGAw==",
|
|
74
74
|
"license": "Apache-2.0",
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@appium/support": "^6.0.
|
|
77
|
-
"@appium/types": "^0.25.
|
|
76
|
+
"@appium/support": "^6.0.7",
|
|
77
|
+
"@appium/types": "^0.25.2",
|
|
78
78
|
"@colors/colors": "1.6.0",
|
|
79
79
|
"async-lock": "1.4.1",
|
|
80
80
|
"asyncbox": "3.0.0",
|
|
81
|
-
"axios": "1.
|
|
81
|
+
"axios": "1.8.2",
|
|
82
82
|
"bluebird": "3.7.2",
|
|
83
83
|
"body-parser": "1.20.3",
|
|
84
84
|
"express": "4.21.2",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"path-to-regexp": "8.2.0",
|
|
92
92
|
"serve-favicon": "2.5.0",
|
|
93
93
|
"source-map-support": "0.5.21",
|
|
94
|
-
"type-fest": "4.
|
|
94
|
+
"type-fest": "4.37.0",
|
|
95
95
|
"validate.js": "0.13.1"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
106
|
-
"version": "1.
|
|
107
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
108
|
-
"integrity": "sha512-
|
|
106
|
+
"version": "1.8.2",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
|
|
108
|
+
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
|
|
109
109
|
"license": "MIT",
|
|
110
110
|
"dependencies": {
|
|
111
111
|
"follow-redirects": "^1.15.6",
|
|
@@ -114,13 +114,13 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
"node_modules/@appium/base-plugin": {
|
|
117
|
-
"version": "2.3.
|
|
118
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.
|
|
119
|
-
"integrity": "sha512-
|
|
117
|
+
"version": "2.3.4",
|
|
118
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.3.4.tgz",
|
|
119
|
+
"integrity": "sha512-m3iJ2+68OIEXF87VJ/RYPSg85jVGo73MqAfv5onYyvFuljWgnowZGRFL13lvfnTBxmI5sU9eF1QLO3n7KcQ/eg==",
|
|
120
120
|
"license": "Apache-2.0",
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@appium/base-driver": "^9.16.
|
|
123
|
-
"@appium/support": "^6.0.
|
|
122
|
+
"@appium/base-driver": "^9.16.3",
|
|
123
|
+
"@appium/support": "^6.0.7"
|
|
124
124
|
},
|
|
125
125
|
"engines": {
|
|
126
126
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -128,13 +128,13 @@
|
|
|
128
128
|
}
|
|
129
129
|
},
|
|
130
130
|
"node_modules/@appium/docutils": {
|
|
131
|
-
"version": "1.0.
|
|
132
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
133
|
-
"integrity": "sha512-
|
|
131
|
+
"version": "1.0.33",
|
|
132
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.33.tgz",
|
|
133
|
+
"integrity": "sha512-wY/bkewxrqUIvY69/LvYz1c7/XRFqqn/SND+EGvwWyyxzIfXTTN57SXZmRqWK8HO8v0hk5RMOvaNH+3Me94kTQ==",
|
|
134
134
|
"license": "Apache-2.0",
|
|
135
135
|
"dependencies": {
|
|
136
|
-
"@appium/support": "^6.0.
|
|
137
|
-
"@appium/tsconfig": "^0.3.
|
|
136
|
+
"@appium/support": "^6.0.7",
|
|
137
|
+
"@appium/tsconfig": "^0.3.5",
|
|
138
138
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
139
139
|
"chalk": "4.1.2",
|
|
140
140
|
"consola": "3.4.0",
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"read-pkg": "5.2.0",
|
|
147
147
|
"semver": "7.7.1",
|
|
148
148
|
"source-map-support": "0.5.21",
|
|
149
|
-
"teen_process": "2.
|
|
150
|
-
"type-fest": "4.
|
|
151
|
-
"typescript": "5.
|
|
149
|
+
"teen_process": "2.3.1",
|
|
150
|
+
"type-fest": "4.37.0",
|
|
151
|
+
"typescript": "5.8.2",
|
|
152
152
|
"yaml": "2.7.0",
|
|
153
153
|
"yargs": "17.7.2",
|
|
154
154
|
"yargs-parser": "21.1.1"
|
|
@@ -192,17 +192,17 @@
|
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
"node_modules/@appium/support": {
|
|
195
|
-
"version": "6.0.
|
|
196
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.
|
|
197
|
-
"integrity": "sha512-
|
|
195
|
+
"version": "6.0.7",
|
|
196
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.7.tgz",
|
|
197
|
+
"integrity": "sha512-3LYvWhquHzlxq2ojvuAmta2tPk68B6oKZ9lMv2lyI6q7mR7FE8hl96Wy+qk9JjGfqJHYRNrrf9rTWr0E//UtQg==",
|
|
198
198
|
"license": "Apache-2.0",
|
|
199
199
|
"dependencies": {
|
|
200
200
|
"@appium/logger": "^1.6.1",
|
|
201
|
-
"@appium/tsconfig": "^0.3.
|
|
202
|
-
"@appium/types": "^0.25.
|
|
201
|
+
"@appium/tsconfig": "^0.3.5",
|
|
202
|
+
"@appium/types": "^0.25.2",
|
|
203
203
|
"@colors/colors": "1.6.0",
|
|
204
204
|
"archiver": "7.0.1",
|
|
205
|
-
"axios": "1.
|
|
205
|
+
"axios": "1.8.2",
|
|
206
206
|
"base64-stream": "1.0.0",
|
|
207
207
|
"bluebird": "3.7.2",
|
|
208
208
|
"bplist-creator": "0.1.1",
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
"shell-quote": "1.8.2",
|
|
229
229
|
"source-map-support": "0.5.21",
|
|
230
230
|
"supports-color": "8.1.1",
|
|
231
|
-
"teen_process": "2.
|
|
232
|
-
"type-fest": "4.
|
|
231
|
+
"teen_process": "2.3.1",
|
|
232
|
+
"type-fest": "4.37.0",
|
|
233
233
|
"uuid": "11.1.0",
|
|
234
234
|
"which": "4.0.0",
|
|
235
235
|
"yauzl": "3.2.0"
|
|
@@ -243,9 +243,9 @@
|
|
|
243
243
|
}
|
|
244
244
|
},
|
|
245
245
|
"node_modules/@appium/support/node_modules/axios": {
|
|
246
|
-
"version": "1.
|
|
247
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
248
|
-
"integrity": "sha512-
|
|
246
|
+
"version": "1.8.2",
|
|
247
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
|
|
248
|
+
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
|
|
249
249
|
"license": "MIT",
|
|
250
250
|
"dependencies": {
|
|
251
251
|
"follow-redirects": "^1.15.6",
|
|
@@ -254,12 +254,12 @@
|
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
256
|
"node_modules/@appium/tsconfig": {
|
|
257
|
-
"version": "0.3.
|
|
258
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.
|
|
259
|
-
"integrity": "sha512-
|
|
257
|
+
"version": "0.3.5",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.5.tgz",
|
|
259
|
+
"integrity": "sha512-T8G5oe3is0Gn56PkeYjXracc0CS26L/obVuX7PHwEDcn1UKiJXFa2MYY73dRAWKJumAIIsJjssNUu6VttdWZWw==",
|
|
260
260
|
"license": "Apache-2.0",
|
|
261
261
|
"dependencies": {
|
|
262
|
-
"@tsconfig/node14": "14.1.
|
|
262
|
+
"@tsconfig/node14": "14.1.3"
|
|
263
263
|
},
|
|
264
264
|
"engines": {
|
|
265
265
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -267,15 +267,15 @@
|
|
|
267
267
|
}
|
|
268
268
|
},
|
|
269
269
|
"node_modules/@appium/types": {
|
|
270
|
-
"version": "0.25.
|
|
271
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.
|
|
272
|
-
"integrity": "sha512-
|
|
270
|
+
"version": "0.25.2",
|
|
271
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.2.tgz",
|
|
272
|
+
"integrity": "sha512-BQ/AaHJzFzJPjZp4GElq3CMT83LdaJwO4i+azdLNO3jZKyMoX4hF/LoiiS/cOyYOXpirxHjSHmHuNOeusiVNVQ==",
|
|
273
273
|
"license": "Apache-2.0",
|
|
274
274
|
"dependencies": {
|
|
275
275
|
"@appium/logger": "^1.6.1",
|
|
276
276
|
"@appium/schema": "^0.8.1",
|
|
277
|
-
"@appium/tsconfig": "^0.3.
|
|
278
|
-
"type-fest": "4.
|
|
277
|
+
"@appium/tsconfig": "^0.3.5",
|
|
278
|
+
"type-fest": "4.37.0"
|
|
279
279
|
},
|
|
280
280
|
"engines": {
|
|
281
281
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -450,9 +450,9 @@
|
|
|
450
450
|
}
|
|
451
451
|
},
|
|
452
452
|
"node_modules/@tsconfig/node14": {
|
|
453
|
-
"version": "14.1.
|
|
454
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.
|
|
455
|
-
"integrity": "sha512-
|
|
453
|
+
"version": "14.1.3",
|
|
454
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-14.1.3.tgz",
|
|
455
|
+
"integrity": "sha512-ZC9/Kq2c0+4l8sDx/z3YQyP7+OSMTQr/xxJaSFHLGhGL0t9bPjuX1Zwmg3C2VB5KWGgI8MXMRShXRJroy4utGA==",
|
|
456
456
|
"license": "MIT"
|
|
457
457
|
},
|
|
458
458
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -468,9 +468,9 @@
|
|
|
468
468
|
"license": "MIT"
|
|
469
469
|
},
|
|
470
470
|
"node_modules/@xmldom/xmldom": {
|
|
471
|
-
"version": "0.9.
|
|
472
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
473
|
-
"integrity": "sha512-
|
|
471
|
+
"version": "0.9.8",
|
|
472
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.8.tgz",
|
|
473
|
+
"integrity": "sha512-p96FSY54r+WJ50FIOsCOjyj/wavs8921hG5+kVMmZgKcvIKxMXHTrjNJvRgWa/zuX3B6t2lijLNFaOyuxUH+2A==",
|
|
474
474
|
"license": "MIT",
|
|
475
475
|
"engines": {
|
|
476
476
|
"node": ">=14.6"
|
|
@@ -562,26 +562,26 @@
|
|
|
562
562
|
}
|
|
563
563
|
},
|
|
564
564
|
"node_modules/appium": {
|
|
565
|
-
"version": "2.
|
|
566
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
567
|
-
"integrity": "sha512-
|
|
565
|
+
"version": "2.17.0",
|
|
566
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.17.0.tgz",
|
|
567
|
+
"integrity": "sha512-DY5/Bvz4KNOmW6uPgnXjWg9gOzXxT7ZTtguLcotXj2KKB3Ty0mNqpeLCLpyKDDeFheFWeFfrX73T2Y9PAa8WOA==",
|
|
568
568
|
"hasInstallScript": true,
|
|
569
569
|
"license": "Apache-2.0",
|
|
570
570
|
"dependencies": {
|
|
571
|
-
"@appium/base-driver": "^9.16.
|
|
572
|
-
"@appium/base-plugin": "^2.3.
|
|
573
|
-
"@appium/docutils": "^1.0.
|
|
571
|
+
"@appium/base-driver": "^9.16.3",
|
|
572
|
+
"@appium/base-plugin": "^2.3.4",
|
|
573
|
+
"@appium/docutils": "^1.0.33",
|
|
574
574
|
"@appium/logger": "^1.6.1",
|
|
575
575
|
"@appium/schema": "^0.8.1",
|
|
576
|
-
"@appium/support": "^6.0.
|
|
577
|
-
"@appium/types": "^0.25.
|
|
576
|
+
"@appium/support": "^6.0.7",
|
|
577
|
+
"@appium/types": "^0.25.2",
|
|
578
578
|
"@sidvind/better-ajv-errors": "3.0.1",
|
|
579
579
|
"ajv": "8.17.1",
|
|
580
580
|
"ajv-formats": "3.0.1",
|
|
581
581
|
"argparse": "2.0.1",
|
|
582
582
|
"async-lock": "1.4.1",
|
|
583
583
|
"asyncbox": "3.0.0",
|
|
584
|
-
"axios": "1.
|
|
584
|
+
"axios": "1.8.2",
|
|
585
585
|
"bluebird": "3.7.2",
|
|
586
586
|
"lilconfig": "3.1.3",
|
|
587
587
|
"lodash": "4.17.21",
|
|
@@ -591,11 +591,11 @@
|
|
|
591
591
|
"resolve-from": "5.0.0",
|
|
592
592
|
"semver": "7.7.1",
|
|
593
593
|
"source-map-support": "0.5.21",
|
|
594
|
-
"teen_process": "2.
|
|
595
|
-
"type-fest": "4.
|
|
594
|
+
"teen_process": "2.3.1",
|
|
595
|
+
"type-fest": "4.37.0",
|
|
596
596
|
"winston": "3.17.0",
|
|
597
597
|
"wrap-ansi": "7.0.0",
|
|
598
|
-
"ws": "8.18.
|
|
598
|
+
"ws": "8.18.1",
|
|
599
599
|
"yaml": "2.7.0"
|
|
600
600
|
},
|
|
601
601
|
"bin": {
|
|
@@ -629,9 +629,9 @@
|
|
|
629
629
|
}
|
|
630
630
|
},
|
|
631
631
|
"node_modules/appium-android-driver": {
|
|
632
|
-
"version": "10.2.
|
|
633
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.
|
|
634
|
-
"integrity": "sha512-
|
|
632
|
+
"version": "10.2.2",
|
|
633
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-10.2.2.tgz",
|
|
634
|
+
"integrity": "sha512-NgjmxedfbUWlwO7AFK00vKedEOuXpfaxXO6KYDVhtL1gIkiLGhTWt3YByJGT6yEpdaKJ3/21ieQR2B/LkcKsZw==",
|
|
635
635
|
"license": "Apache-2.0",
|
|
636
636
|
"dependencies": {
|
|
637
637
|
"@appium/support": "^6.0.0",
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
"asyncbox": "^3.0.0",
|
|
642
642
|
"axios": "^1.x",
|
|
643
643
|
"bluebird": "^3.4.7",
|
|
644
|
-
"io.appium.settings": "^5.14.
|
|
644
|
+
"io.appium.settings": "^5.14.3",
|
|
645
645
|
"lodash": "^4.17.4",
|
|
646
646
|
"lru-cache": "^10.0.1",
|
|
647
647
|
"moment": "^2.24.0",
|
|
@@ -662,9 +662,9 @@
|
|
|
662
662
|
}
|
|
663
663
|
},
|
|
664
664
|
"node_modules/appium-chromedriver": {
|
|
665
|
-
"version": "7.0.
|
|
666
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.
|
|
667
|
-
"integrity": "sha512-
|
|
665
|
+
"version": "7.0.9",
|
|
666
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.9.tgz",
|
|
667
|
+
"integrity": "sha512-7T0HTszqwz4jQbtZpZ669BQYgtLcEucyTIEmHnv72pvmshrwNr/KELouRkY7VcazzW88w+bpcYh3/3bzs9Si2w==",
|
|
668
668
|
"license": "Apache-2.0",
|
|
669
669
|
"dependencies": {
|
|
670
670
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -687,9 +687,9 @@
|
|
|
687
687
|
}
|
|
688
688
|
},
|
|
689
689
|
"node_modules/appium-uiautomator2-server": {
|
|
690
|
-
"version": "7.2.
|
|
691
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.2.
|
|
692
|
-
"integrity": "sha512-
|
|
690
|
+
"version": "7.2.5",
|
|
691
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.2.5.tgz",
|
|
692
|
+
"integrity": "sha512-Q4h7U4QOYfWL5IdYW4WNUveg7j/wjmJLFtfahgiZmKcAapCLqmwu9WFJmvGsThlsn3nj6yt7QVhOh/wa4/01Bg==",
|
|
693
693
|
"license": "Apache-2.0",
|
|
694
694
|
"engines": {
|
|
695
695
|
"node": ">=14",
|
|
@@ -697,9 +697,9 @@
|
|
|
697
697
|
}
|
|
698
698
|
},
|
|
699
699
|
"node_modules/appium/node_modules/axios": {
|
|
700
|
-
"version": "1.
|
|
701
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
702
|
-
"integrity": "sha512-
|
|
700
|
+
"version": "1.8.2",
|
|
701
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
|
|
702
|
+
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
|
|
703
703
|
"license": "MIT",
|
|
704
704
|
"dependencies": {
|
|
705
705
|
"follow-redirects": "^1.15.6",
|
|
@@ -794,9 +794,9 @@
|
|
|
794
794
|
"license": "MIT"
|
|
795
795
|
},
|
|
796
796
|
"node_modules/axios": {
|
|
797
|
-
"version": "1.8.
|
|
798
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.
|
|
799
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "1.8.3",
|
|
798
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz",
|
|
799
|
+
"integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==",
|
|
800
800
|
"license": "MIT",
|
|
801
801
|
"dependencies": {
|
|
802
802
|
"follow-redirects": "^1.15.6",
|
|
@@ -1039,13 +1039,13 @@
|
|
|
1039
1039
|
}
|
|
1040
1040
|
},
|
|
1041
1041
|
"node_modules/call-bound": {
|
|
1042
|
-
"version": "1.0.
|
|
1043
|
-
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.
|
|
1044
|
-
"integrity": "sha512
|
|
1042
|
+
"version": "1.0.4",
|
|
1043
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
1044
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
1045
1045
|
"license": "MIT",
|
|
1046
1046
|
"dependencies": {
|
|
1047
|
-
"call-bind-apply-helpers": "^1.0.
|
|
1048
|
-
"get-intrinsic": "^1.
|
|
1047
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
1048
|
+
"get-intrinsic": "^1.3.0"
|
|
1049
1049
|
},
|
|
1050
1050
|
"engines": {
|
|
1051
1051
|
"node": ">= 0.4"
|
|
@@ -2280,9 +2280,9 @@
|
|
|
2280
2280
|
}
|
|
2281
2281
|
},
|
|
2282
2282
|
"node_modules/io.appium.settings": {
|
|
2283
|
-
"version": "5.14.
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.
|
|
2285
|
-
"integrity": "sha512-
|
|
2283
|
+
"version": "5.14.4",
|
|
2284
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.14.4.tgz",
|
|
2285
|
+
"integrity": "sha512-6W+sGscwQUtF55ffbSI/1jSoycPD081hQs4bARE3ojGLlOQBPcYVfqUDXyubr0FViqyqk5my/rEHv4mTShOaSQ==",
|
|
2286
2286
|
"license": "Apache-2.0",
|
|
2287
2287
|
"dependencies": {
|
|
2288
2288
|
"@appium/logger": "^1.3.0",
|
|
@@ -4150,9 +4150,9 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
"node_modules/teen_process": {
|
|
4153
|
-
"version": "2.
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.
|
|
4155
|
-
"integrity": "sha512-
|
|
4153
|
+
"version": "2.3.1",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
|
|
4155
|
+
"integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
|
|
4156
4156
|
"license": "Apache-2.0",
|
|
4157
4157
|
"dependencies": {
|
|
4158
4158
|
"bluebird": "^3.7.2",
|
|
@@ -4220,9 +4220,9 @@
|
|
|
4220
4220
|
"license": "0BSD"
|
|
4221
4221
|
},
|
|
4222
4222
|
"node_modules/type-fest": {
|
|
4223
|
-
"version": "4.
|
|
4224
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4225
|
-
"integrity": "sha512-
|
|
4223
|
+
"version": "4.37.0",
|
|
4224
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
|
4225
|
+
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
|
4226
4226
|
"license": "(MIT OR CC0-1.0)",
|
|
4227
4227
|
"engines": {
|
|
4228
4228
|
"node": ">=16"
|
|
@@ -4245,9 +4245,9 @@
|
|
|
4245
4245
|
}
|
|
4246
4246
|
},
|
|
4247
4247
|
"node_modules/typescript": {
|
|
4248
|
-
"version": "5.
|
|
4249
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4250
|
-
"integrity": "sha512-
|
|
4248
|
+
"version": "5.8.2",
|
|
4249
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
4250
|
+
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
4251
4251
|
"license": "Apache-2.0",
|
|
4252
4252
|
"bin": {
|
|
4253
4253
|
"tsc": "bin/tsc",
|
|
@@ -4556,9 +4556,9 @@
|
|
|
4556
4556
|
"license": "ISC"
|
|
4557
4557
|
},
|
|
4558
4558
|
"node_modules/ws": {
|
|
4559
|
-
"version": "8.18.
|
|
4560
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
4561
|
-
"integrity": "sha512-
|
|
4559
|
+
"version": "8.18.1",
|
|
4560
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
|
|
4561
|
+
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
|
|
4562
4562
|
"license": "MIT",
|
|
4563
4563
|
"engines": {
|
|
4564
4564
|
"node": ">=10.0.0"
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "4.1.
|
|
10
|
+
"version": "4.1.2",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"appium-adb": "^12.12.0",
|
|
60
|
-
"appium-android-driver": "^10.2.
|
|
60
|
+
"appium-android-driver": "^10.2.2",
|
|
61
61
|
"appium-uiautomator2-server": "^7.2.0",
|
|
62
62
|
"asyncbox": "^3.0.0",
|
|
63
63
|
"axios": "^1.6.5",
|
|
64
64
|
"bluebird": "^3.5.1",
|
|
65
65
|
"css-selector-parser": "^3.0.0",
|
|
66
|
-
"io.appium.settings": "^5.14.
|
|
66
|
+
"io.appium.settings": "^5.14.3",
|
|
67
67
|
"lodash": "^4.17.4",
|
|
68
68
|
"portscanner": "^2.2.0",
|
|
69
69
|
"source-map-support": "^0.x",
|