appium-espresso-driver 7.2.0 → 7.2.1
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.2.1](https://github.com/appium/appium-espresso-driver/compare/v7.2.0...v7.2.1) (2026-04-17)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump typescript from 5.9.3 to 6.0.3 ([#1150](https://github.com/appium/appium-espresso-driver/issues/1150)) ([3ca21c5](https://github.com/appium/appium-espresso-driver/commit/3ca21c5471830b7c7e8bb0d6cb7c9b00ca4f468a))
|
|
6
|
+
|
|
1
7
|
## [7.2.0](https://github.com/appium/appium-espresso-driver/compare/v7.1.2...v7.2.0) (2026-04-08)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt
CHANGED
|
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
|
|
|
2
2
|
|
|
3
3
|
// This value is updated automatically by the NPM versioning script
|
|
4
4
|
// It should be in sync with the NPM module version from package.json
|
|
5
|
-
private const val VERSION = "7.2.
|
|
5
|
+
private const val VERSION = "7.2.1"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "7.2.
|
|
9
|
+
"version": "7.2.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"semver": "^7.3.7",
|
|
47
47
|
"sinon": "^21.0.0",
|
|
48
48
|
"ts-node": "^10.9.1",
|
|
49
|
-
"typescript": "^
|
|
49
|
+
"typescript": "^6.0.3",
|
|
50
50
|
"webdriverio": "^9.26.0",
|
|
51
51
|
"xpath": "^0.x"
|
|
52
52
|
},
|
|
@@ -59,29 +59,29 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"node_modules/@appium/base-driver": {
|
|
62
|
-
"version": "10.
|
|
63
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
64
|
-
"integrity": "sha512-
|
|
62
|
+
"version": "10.3.0",
|
|
63
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.3.0.tgz",
|
|
64
|
+
"integrity": "sha512-9r+1f9EtcJt9NXIlyHdFMoD7DsAZPzpRq4Kj1hGZf7+26q1SFEyyMAuWxvlWGY7EoyPtPRyMUkM4dHiSK3Q9+w==",
|
|
65
65
|
"license": "Apache-2.0",
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@appium/support": "
|
|
68
|
-
"@appium/types": "
|
|
67
|
+
"@appium/support": "7.1.0",
|
|
68
|
+
"@appium/types": "1.3.0",
|
|
69
69
|
"@colors/colors": "1.6.0",
|
|
70
70
|
"async-lock": "1.4.1",
|
|
71
71
|
"asyncbox": "6.1.0",
|
|
72
|
-
"axios": "1.
|
|
72
|
+
"axios": "1.15.0",
|
|
73
73
|
"bluebird": "3.7.2",
|
|
74
74
|
"body-parser": "2.2.2",
|
|
75
75
|
"express": "5.2.1",
|
|
76
76
|
"fastest-levenshtein": "1.0.16",
|
|
77
77
|
"http-status-codes": "2.3.0",
|
|
78
|
-
"lodash": "4.
|
|
79
|
-
"lru-cache": "11.
|
|
78
|
+
"lodash": "4.18.1",
|
|
79
|
+
"lru-cache": "11.3.3",
|
|
80
80
|
"method-override": "3.0.0",
|
|
81
81
|
"morgan": "1.10.1",
|
|
82
|
-
"path-to-regexp": "8.
|
|
82
|
+
"path-to-regexp": "8.4.2",
|
|
83
83
|
"serve-favicon": "2.5.1",
|
|
84
|
-
"type-fest": "5.
|
|
84
|
+
"type-fest": "5.5.0"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -91,38 +91,15 @@
|
|
|
91
91
|
"spdy": "4.0.2"
|
|
92
92
|
}
|
|
93
93
|
},
|
|
94
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
95
|
-
"version": "1.13.6",
|
|
96
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
97
|
-
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
98
|
-
"license": "MIT",
|
|
99
|
-
"dependencies": {
|
|
100
|
-
"follow-redirects": "^1.15.11",
|
|
101
|
-
"form-data": "^4.0.5",
|
|
102
|
-
"proxy-from-env": "^1.1.0"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"node_modules/@appium/base-driver/node_modules/lodash": {
|
|
106
|
-
"version": "4.17.23",
|
|
107
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
108
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
109
|
-
"license": "MIT"
|
|
110
|
-
},
|
|
111
|
-
"node_modules/@appium/base-driver/node_modules/proxy-from-env": {
|
|
112
|
-
"version": "1.1.0",
|
|
113
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
114
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
115
|
-
"license": "MIT"
|
|
116
|
-
},
|
|
117
94
|
"node_modules/@appium/logger": {
|
|
118
|
-
"version": "2.0.
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
120
|
-
"integrity": "sha512-
|
|
95
|
+
"version": "2.0.6",
|
|
96
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.6.tgz",
|
|
97
|
+
"integrity": "sha512-9e8n9CtINBwi1ASEU5OyswmR2F7OnbrGfmf9yTy9i+rx4GR9RJlEp0/arsxvuyWCep67tOmM4FiRyXxxHjOK5Q==",
|
|
121
98
|
"license": "ISC",
|
|
122
99
|
"dependencies": {
|
|
123
100
|
"console-control-strings": "1.1.0",
|
|
124
|
-
"lodash": "4.
|
|
125
|
-
"lru-cache": "11.
|
|
101
|
+
"lodash": "4.18.1",
|
|
102
|
+
"lru-cache": "11.3.3",
|
|
126
103
|
"set-blocking": "2.0.0"
|
|
127
104
|
},
|
|
128
105
|
"engines": {
|
|
@@ -130,12 +107,6 @@
|
|
|
130
107
|
"npm": ">=10"
|
|
131
108
|
}
|
|
132
109
|
},
|
|
133
|
-
"node_modules/@appium/logger/node_modules/lodash": {
|
|
134
|
-
"version": "4.17.23",
|
|
135
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
136
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
137
|
-
"license": "MIT"
|
|
138
|
-
},
|
|
139
110
|
"node_modules/@appium/schema": {
|
|
140
111
|
"version": "1.1.0",
|
|
141
112
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.0.tgz",
|
|
@@ -150,18 +121,18 @@
|
|
|
150
121
|
}
|
|
151
122
|
},
|
|
152
123
|
"node_modules/@appium/support": {
|
|
153
|
-
"version": "7.0
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
155
|
-
"integrity": "sha512-
|
|
124
|
+
"version": "7.1.0",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.0.tgz",
|
|
126
|
+
"integrity": "sha512-kY4Qv4TzLCYmZnN2eNptEa8RiRzpbimIQ6tKuDaqLC2Y3q5Al4NumL/xRQAvfXJq/hNezq2Jh8NwciEW8zX/0g==",
|
|
156
127
|
"license": "Apache-2.0",
|
|
157
128
|
"dependencies": {
|
|
158
|
-
"@appium/logger": "
|
|
159
|
-
"@appium/tsconfig": "
|
|
160
|
-
"@appium/types": "
|
|
129
|
+
"@appium/logger": "2.0.6",
|
|
130
|
+
"@appium/tsconfig": "1.1.2",
|
|
131
|
+
"@appium/types": "1.3.0",
|
|
161
132
|
"@colors/colors": "1.6.0",
|
|
162
133
|
"archiver": "7.0.1",
|
|
163
134
|
"asyncbox": "6.1.0",
|
|
164
|
-
"axios": "1.
|
|
135
|
+
"axios": "1.15.0",
|
|
165
136
|
"base64-stream": "1.0.0",
|
|
166
137
|
"bluebird": "3.7.2",
|
|
167
138
|
"bplist-creator": "0.1.1",
|
|
@@ -172,7 +143,7 @@
|
|
|
172
143
|
"jsftp": "2.1.3",
|
|
173
144
|
"klaw": "4.1.0",
|
|
174
145
|
"lockfile": "1.0.4",
|
|
175
|
-
"lodash": "4.
|
|
146
|
+
"lodash": "4.18.1",
|
|
176
147
|
"log-symbols": "7.0.1",
|
|
177
148
|
"ncp": "2.0.0",
|
|
178
149
|
"package-directory": "8.2.0",
|
|
@@ -180,15 +151,15 @@
|
|
|
180
151
|
"pluralize": "8.0.0",
|
|
181
152
|
"read-pkg": "10.1.0",
|
|
182
153
|
"resolve-from": "5.0.0",
|
|
183
|
-
"sanitize-filename": "1.6.
|
|
154
|
+
"sanitize-filename": "1.6.4",
|
|
184
155
|
"semver": "7.7.4",
|
|
185
156
|
"shell-quote": "1.8.3",
|
|
186
157
|
"supports-color": "10.2.2",
|
|
187
|
-
"teen_process": "4.0
|
|
188
|
-
"type-fest": "5.
|
|
158
|
+
"teen_process": "4.1.0",
|
|
159
|
+
"type-fest": "5.5.0",
|
|
189
160
|
"uuid": "13.0.0",
|
|
190
161
|
"which": "6.0.1",
|
|
191
|
-
"yauzl": "3.
|
|
162
|
+
"yauzl": "3.3.0"
|
|
192
163
|
},
|
|
193
164
|
"engines": {
|
|
194
165
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -198,33 +169,10 @@
|
|
|
198
169
|
"sharp": "0.34.5"
|
|
199
170
|
}
|
|
200
171
|
},
|
|
201
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
202
|
-
"version": "1.13.6",
|
|
203
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
204
|
-
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
205
|
-
"license": "MIT",
|
|
206
|
-
"dependencies": {
|
|
207
|
-
"follow-redirects": "^1.15.11",
|
|
208
|
-
"form-data": "^4.0.5",
|
|
209
|
-
"proxy-from-env": "^1.1.0"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"node_modules/@appium/support/node_modules/lodash": {
|
|
213
|
-
"version": "4.17.23",
|
|
214
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
215
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
216
|
-
"license": "MIT"
|
|
217
|
-
},
|
|
218
|
-
"node_modules/@appium/support/node_modules/proxy-from-env": {
|
|
219
|
-
"version": "1.1.0",
|
|
220
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
221
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
222
|
-
"license": "MIT"
|
|
223
|
-
},
|
|
224
172
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
225
|
-
"version": "4.0
|
|
226
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.
|
|
227
|
-
"integrity": "sha512-
|
|
173
|
+
"version": "4.1.0",
|
|
174
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.0.tgz",
|
|
175
|
+
"integrity": "sha512-AN8y3MYPExB3r2mkkX9r0wEF4xPfhKOj6YvcfeIqQai+GVhTIhjjdkPvwI5CFT4z8UQ5aZWldzbJ+jNejYAdGw==",
|
|
228
176
|
"license": "Apache-2.0",
|
|
229
177
|
"dependencies": {
|
|
230
178
|
"lodash": "^4.17.21",
|
|
@@ -249,15 +197,15 @@
|
|
|
249
197
|
}
|
|
250
198
|
},
|
|
251
199
|
"node_modules/@appium/types": {
|
|
252
|
-
"version": "1.
|
|
253
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.
|
|
254
|
-
"integrity": "sha512-
|
|
200
|
+
"version": "1.3.0",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.0.tgz",
|
|
202
|
+
"integrity": "sha512-Gv4ev/5K5N7TvAHqem2DmB50zipC951QlmCDpuxDNHQl2dtCr20vJgnN8if7upqLcBX/6yNp3udR+f1n99zgcQ==",
|
|
255
203
|
"license": "Apache-2.0",
|
|
256
204
|
"dependencies": {
|
|
257
|
-
"@appium/logger": "
|
|
258
|
-
"@appium/schema": "
|
|
259
|
-
"@appium/tsconfig": "
|
|
260
|
-
"type-fest": "5.
|
|
205
|
+
"@appium/logger": "2.0.6",
|
|
206
|
+
"@appium/schema": "1.1.0",
|
|
207
|
+
"@appium/tsconfig": "1.1.2",
|
|
208
|
+
"type-fest": "5.5.0"
|
|
261
209
|
},
|
|
262
210
|
"engines": {
|
|
263
211
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -297,9 +245,9 @@
|
|
|
297
245
|
}
|
|
298
246
|
},
|
|
299
247
|
"node_modules/@emnapi/runtime": {
|
|
300
|
-
"version": "1.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
302
|
-
"integrity": "sha512-
|
|
248
|
+
"version": "1.10.0",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
250
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
303
251
|
"extraneous": true,
|
|
304
252
|
"license": "MIT",
|
|
305
253
|
"dependencies": {
|
|
@@ -534,9 +482,9 @@
|
|
|
534
482
|
}
|
|
535
483
|
},
|
|
536
484
|
"node_modules/appium-adb": {
|
|
537
|
-
"version": "14.3.
|
|
538
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.
|
|
539
|
-
"integrity": "sha512-
|
|
485
|
+
"version": "14.3.2",
|
|
486
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.2.tgz",
|
|
487
|
+
"integrity": "sha512-V3YLPzHHG8vjw8oQ7d7sR6OvbadLIYwv5WYji3/YBrAe0NTRzhzj07e/m3XML+ipDOweZhKBebAclavdgkJWWg==",
|
|
540
488
|
"license": "Apache-2.0",
|
|
541
489
|
"dependencies": {
|
|
542
490
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -555,15 +503,15 @@
|
|
|
555
503
|
}
|
|
556
504
|
},
|
|
557
505
|
"node_modules/appium-android-driver": {
|
|
558
|
-
"version": "13.1.
|
|
559
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.1.
|
|
560
|
-
"integrity": "sha512-
|
|
506
|
+
"version": "13.1.2",
|
|
507
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.1.2.tgz",
|
|
508
|
+
"integrity": "sha512-ZzzJvGjxhGSNEwgK3DS8zs5yXAQ9u7n+vRV25dYN2Dt1ORrvsbEBnKhv9+5a/FeV9ivKg47J6r2kDV8DcDL8LQ==",
|
|
561
509
|
"license": "Apache-2.0",
|
|
562
510
|
"dependencies": {
|
|
563
511
|
"@appium/support": "^7.0.0-rc.1",
|
|
564
512
|
"@colors/colors": "^1.6.0",
|
|
565
513
|
"appium-adb": "^14.3.0",
|
|
566
|
-
"appium-chromedriver": "^8.
|
|
514
|
+
"appium-chromedriver": "^8.2.25",
|
|
567
515
|
"asyncbox": "^6.1.0",
|
|
568
516
|
"axios": "^1.x",
|
|
569
517
|
"bluebird": "^3.4.7",
|
|
@@ -586,9 +534,9 @@
|
|
|
586
534
|
}
|
|
587
535
|
},
|
|
588
536
|
"node_modules/appium-chromedriver": {
|
|
589
|
-
"version": "8.2.
|
|
590
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.
|
|
591
|
-
"integrity": "sha512-
|
|
537
|
+
"version": "8.2.27",
|
|
538
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.27.tgz",
|
|
539
|
+
"integrity": "sha512-7E3akwZ8rxc8LJCouoAAnUHiuKATm8gwO7qNq4OY0FL85jAltdXfY6z1jBT2NO7UrIacSeUpMMMzo8mypWrr+g==",
|
|
592
540
|
"license": "Apache-2.0",
|
|
593
541
|
"dependencies": {
|
|
594
542
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -646,9 +594,9 @@
|
|
|
646
594
|
}
|
|
647
595
|
},
|
|
648
596
|
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
649
|
-
"version": "2.0
|
|
650
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
651
|
-
"integrity": "sha512-
|
|
597
|
+
"version": "2.1.0",
|
|
598
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
599
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
652
600
|
"license": "MIT",
|
|
653
601
|
"dependencies": {
|
|
654
602
|
"balanced-match": "^1.0.0"
|
|
@@ -751,9 +699,9 @@
|
|
|
751
699
|
"license": "MIT"
|
|
752
700
|
},
|
|
753
701
|
"node_modules/axios": {
|
|
754
|
-
"version": "1.
|
|
755
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
756
|
-
"integrity": "sha512-
|
|
702
|
+
"version": "1.15.0",
|
|
703
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
704
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
757
705
|
"license": "MIT",
|
|
758
706
|
"dependencies": {
|
|
759
707
|
"follow-redirects": "^1.15.11",
|
|
@@ -796,9 +744,9 @@
|
|
|
796
744
|
}
|
|
797
745
|
},
|
|
798
746
|
"node_modules/bare-fs": {
|
|
799
|
-
"version": "4.
|
|
800
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.
|
|
801
|
-
"integrity": "sha512-
|
|
747
|
+
"version": "4.7.1",
|
|
748
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
749
|
+
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
802
750
|
"license": "Apache-2.0",
|
|
803
751
|
"dependencies": {
|
|
804
752
|
"bare-events": "^2.5.4",
|
|
@@ -838,9 +786,9 @@
|
|
|
838
786
|
}
|
|
839
787
|
},
|
|
840
788
|
"node_modules/bare-stream": {
|
|
841
|
-
"version": "2.
|
|
842
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.
|
|
843
|
-
"integrity": "sha512-
|
|
789
|
+
"version": "2.13.0",
|
|
790
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.0.tgz",
|
|
791
|
+
"integrity": "sha512-3zAJRZMDFGjdn+RVnNpF9kuELw+0Fl3lpndM4NcEOhb9zwtSo/deETfuIwMSE5BXanA0FrN1qVjffGwAg2Y7EA==",
|
|
844
792
|
"license": "Apache-2.0",
|
|
845
793
|
"dependencies": {
|
|
846
794
|
"streamx": "^2.25.0",
|
|
@@ -1329,9 +1277,9 @@
|
|
|
1329
1277
|
"optional": true
|
|
1330
1278
|
},
|
|
1331
1279
|
"node_modules/diff": {
|
|
1332
|
-
"version": "8.0.
|
|
1333
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.
|
|
1334
|
-
"integrity": "sha512-
|
|
1280
|
+
"version": "8.0.4",
|
|
1281
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
1282
|
+
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
1335
1283
|
"extraneous": true,
|
|
1336
1284
|
"license": "BSD-3-Clause",
|
|
1337
1285
|
"engines": {
|
|
@@ -1574,9 +1522,9 @@
|
|
|
1574
1522
|
}
|
|
1575
1523
|
},
|
|
1576
1524
|
"node_modules/follow-redirects": {
|
|
1577
|
-
"version": "1.
|
|
1578
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
1579
|
-
"integrity": "sha512-
|
|
1525
|
+
"version": "1.16.0",
|
|
1526
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
1527
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
1580
1528
|
"funding": [
|
|
1581
1529
|
{
|
|
1582
1530
|
"type": "individual",
|
|
@@ -2308,9 +2256,9 @@
|
|
|
2308
2256
|
}
|
|
2309
2257
|
},
|
|
2310
2258
|
"node_modules/lru-cache": {
|
|
2311
|
-
"version": "11.
|
|
2312
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
2313
|
-
"integrity": "sha512-
|
|
2259
|
+
"version": "11.3.3",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
|
|
2261
|
+
"integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
|
|
2314
2262
|
"license": "BlueOak-1.0.0",
|
|
2315
2263
|
"engines": {
|
|
2316
2264
|
"node": "20 || >=22"
|
|
@@ -2720,9 +2668,9 @@
|
|
|
2720
2668
|
}
|
|
2721
2669
|
},
|
|
2722
2670
|
"node_modules/path-to-regexp": {
|
|
2723
|
-
"version": "8.
|
|
2724
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
2725
|
-
"integrity": "sha512-
|
|
2671
|
+
"version": "8.4.2",
|
|
2672
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
2673
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
2726
2674
|
"license": "MIT",
|
|
2727
2675
|
"funding": {
|
|
2728
2676
|
"type": "opencollective",
|
|
@@ -2834,9 +2782,9 @@
|
|
|
2834
2782
|
}
|
|
2835
2783
|
},
|
|
2836
2784
|
"node_modules/qs": {
|
|
2837
|
-
"version": "6.15.
|
|
2838
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.
|
|
2839
|
-
"integrity": "sha512-
|
|
2785
|
+
"version": "6.15.1",
|
|
2786
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.15.1.tgz",
|
|
2787
|
+
"integrity": "sha512-6YHEFRL9mfgcAvql/XhwTvf5jKcOiiupt2FiJxHkiX1z4j7WL8J/jRHYLluORvc1XxB5rV20KoeK00gVJamspg==",
|
|
2840
2788
|
"license": "BSD-3-Clause",
|
|
2841
2789
|
"dependencies": {
|
|
2842
2790
|
"side-channel": "^1.1.0"
|
|
@@ -2941,9 +2889,9 @@
|
|
|
2941
2889
|
}
|
|
2942
2890
|
},
|
|
2943
2891
|
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
2944
|
-
"version": "2.0
|
|
2945
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
2946
|
-
"integrity": "sha512-
|
|
2892
|
+
"version": "2.1.0",
|
|
2893
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
2894
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
2947
2895
|
"license": "MIT",
|
|
2948
2896
|
"dependencies": {
|
|
2949
2897
|
"balanced-match": "^1.0.0"
|
|
@@ -2999,9 +2947,9 @@
|
|
|
2999
2947
|
"license": "MIT"
|
|
3000
2948
|
},
|
|
3001
2949
|
"node_modules/sanitize-filename": {
|
|
3002
|
-
"version": "1.6.
|
|
3003
|
-
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.
|
|
3004
|
-
"integrity": "sha512-
|
|
2950
|
+
"version": "1.6.4",
|
|
2951
|
+
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.4.tgz",
|
|
2952
|
+
"integrity": "sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==",
|
|
3005
2953
|
"license": "WTFPL OR ISC",
|
|
3006
2954
|
"dependencies": {
|
|
3007
2955
|
"truncate-utf8-bytes": "^1.0.0"
|
|
@@ -3226,13 +3174,13 @@
|
|
|
3226
3174
|
}
|
|
3227
3175
|
},
|
|
3228
3176
|
"node_modules/side-channel-list": {
|
|
3229
|
-
"version": "1.0.
|
|
3230
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.
|
|
3231
|
-
"integrity": "sha512-
|
|
3177
|
+
"version": "1.0.1",
|
|
3178
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
3179
|
+
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
3232
3180
|
"license": "MIT",
|
|
3233
3181
|
"dependencies": {
|
|
3234
3182
|
"es-errors": "^1.3.0",
|
|
3235
|
-
"object-inspect": "^1.13.
|
|
3183
|
+
"object-inspect": "^1.13.4"
|
|
3236
3184
|
},
|
|
3237
3185
|
"engines": {
|
|
3238
3186
|
"node": ">= 0.4"
|
|
@@ -3540,9 +3488,9 @@
|
|
|
3540
3488
|
}
|
|
3541
3489
|
},
|
|
3542
3490
|
"node_modules/teen_process": {
|
|
3543
|
-
"version": "4.1.
|
|
3544
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
3545
|
-
"integrity": "sha512-
|
|
3491
|
+
"version": "4.1.1",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.1.tgz",
|
|
3493
|
+
"integrity": "sha512-E9gaYuVaWrvbxzZDgZ/MjWkPKqiKETBWSRy06qz1GOyKU22mI76JrxzaGbeddcHcmW8ZFXPowPv1ad3a7S+Xvg==",
|
|
3546
3494
|
"license": "Apache-2.0",
|
|
3547
3495
|
"dependencies": {
|
|
3548
3496
|
"lodash": "^4.17.21",
|
|
@@ -3603,9 +3551,9 @@
|
|
|
3603
3551
|
"license": "0BSD"
|
|
3604
3552
|
},
|
|
3605
3553
|
"node_modules/type-fest": {
|
|
3606
|
-
"version": "5.
|
|
3607
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
3608
|
-
"integrity": "sha512-
|
|
3554
|
+
"version": "5.5.0",
|
|
3555
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
|
|
3556
|
+
"integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
|
|
3609
3557
|
"license": "(MIT OR CC0-1.0)",
|
|
3610
3558
|
"dependencies": {
|
|
3611
3559
|
"tagged-tag": "^1.0.0"
|
|
@@ -3827,9 +3775,9 @@
|
|
|
3827
3775
|
"license": "ISC"
|
|
3828
3776
|
},
|
|
3829
3777
|
"node_modules/ws": {
|
|
3830
|
-
"version": "8.
|
|
3831
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
3832
|
-
"integrity": "sha512-
|
|
3778
|
+
"version": "8.20.0",
|
|
3779
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
3780
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
3833
3781
|
"license": "MIT",
|
|
3834
3782
|
"engines": {
|
|
3835
3783
|
"node": ">=10.0.0"
|
|
@@ -3945,9 +3893,9 @@
|
|
|
3945
3893
|
}
|
|
3946
3894
|
},
|
|
3947
3895
|
"node_modules/yauzl": {
|
|
3948
|
-
"version": "3.
|
|
3949
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
3950
|
-
"integrity": "sha512-
|
|
3896
|
+
"version": "3.3.0",
|
|
3897
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
|
|
3898
|
+
"integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
|
|
3951
3899
|
"license": "MIT",
|
|
3952
3900
|
"dependencies": {
|
|
3953
3901
|
"buffer-crc32": "~0.2.3",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "7.2.
|
|
10
|
+
"version": "7.2.1",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"sinon": "^21.0.0",
|
|
137
137
|
"semver": "^7.3.7",
|
|
138
138
|
"ts-node": "^10.9.1",
|
|
139
|
-
"typescript": "^
|
|
139
|
+
"typescript": "^6.0.3",
|
|
140
140
|
"webdriverio": "^9.26.0",
|
|
141
141
|
"xpath": "^0.x"
|
|
142
142
|
}
|