appium-uiautomator2-driver 7.1.1 → 7.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 +6 -0
- package/npm-shrinkwrap.json +70 -156
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.1.2](https://github.com/appium/appium-uiautomator2-driver/compare/v7.1.1...v7.1.2) (2026-04-10)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump typescript from 5.9.3 to 6.0.2 ([#991](https://github.com/appium/appium-uiautomator2-driver/issues/991)) ([5fbcd6f](https://github.com/appium/appium-uiautomator2-driver/commit/5fbcd6f4d1d8bb3cc9d61208707eccd627b14042))
|
|
6
|
+
|
|
1
7
|
## [7.1.1](https://github.com/appium/appium-uiautomator2-driver/compare/v7.1.0...v7.1.1) (2026-04-09)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "7.1.
|
|
9
|
+
"version": "7.1.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"sharp": "^0.x",
|
|
47
47
|
"sinon": "^21.0.0",
|
|
48
48
|
"ts-node": "^10.9.1",
|
|
49
|
-
"typescript": "^
|
|
49
|
+
"typescript": "^6.0.2",
|
|
50
50
|
"unzipper": "^0.x",
|
|
51
51
|
"webdriverio": "^9.0.9",
|
|
52
52
|
"xpath": "^0.x"
|
|
@@ -60,29 +60,29 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@appium/base-driver": {
|
|
63
|
-
"version": "10.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
65
|
-
"integrity": "sha512-
|
|
63
|
+
"version": "10.3.0",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.3.0.tgz",
|
|
65
|
+
"integrity": "sha512-9r+1f9EtcJt9NXIlyHdFMoD7DsAZPzpRq4Kj1hGZf7+26q1SFEyyMAuWxvlWGY7EoyPtPRyMUkM4dHiSK3Q9+w==",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "
|
|
69
|
-
"@appium/types": "
|
|
68
|
+
"@appium/support": "7.1.0",
|
|
69
|
+
"@appium/types": "1.3.0",
|
|
70
70
|
"@colors/colors": "1.6.0",
|
|
71
71
|
"async-lock": "1.4.1",
|
|
72
72
|
"asyncbox": "6.1.0",
|
|
73
|
-
"axios": "1.
|
|
73
|
+
"axios": "1.15.0",
|
|
74
74
|
"bluebird": "3.7.2",
|
|
75
75
|
"body-parser": "2.2.2",
|
|
76
76
|
"express": "5.2.1",
|
|
77
77
|
"fastest-levenshtein": "1.0.16",
|
|
78
78
|
"http-status-codes": "2.3.0",
|
|
79
|
-
"lodash": "4.
|
|
80
|
-
"lru-cache": "11.
|
|
79
|
+
"lodash": "4.18.1",
|
|
80
|
+
"lru-cache": "11.3.3",
|
|
81
81
|
"method-override": "3.0.0",
|
|
82
82
|
"morgan": "1.10.1",
|
|
83
|
-
"path-to-regexp": "8.
|
|
83
|
+
"path-to-regexp": "8.4.2",
|
|
84
84
|
"serve-favicon": "2.5.1",
|
|
85
|
-
"type-fest": "5.
|
|
85
|
+
"type-fest": "5.5.0"
|
|
86
86
|
},
|
|
87
87
|
"engines": {
|
|
88
88
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -92,45 +92,22 @@
|
|
|
92
92
|
"spdy": "4.0.2"
|
|
93
93
|
}
|
|
94
94
|
},
|
|
95
|
-
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
96
|
-
"version": "1.13.6",
|
|
97
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
98
|
-
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
99
|
-
"license": "MIT",
|
|
100
|
-
"dependencies": {
|
|
101
|
-
"follow-redirects": "^1.15.11",
|
|
102
|
-
"form-data": "^4.0.5",
|
|
103
|
-
"proxy-from-env": "^1.1.0"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
"node_modules/@appium/base-driver/node_modules/lodash": {
|
|
107
|
-
"version": "4.17.23",
|
|
108
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
109
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
110
|
-
"license": "MIT"
|
|
111
|
-
},
|
|
112
|
-
"node_modules/@appium/base-driver/node_modules/proxy-from-env": {
|
|
113
|
-
"version": "1.1.0",
|
|
114
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
115
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
116
|
-
"license": "MIT"
|
|
117
|
-
},
|
|
118
95
|
"node_modules/@appium/docutils": {
|
|
119
|
-
"version": "2.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
121
|
-
"integrity": "sha512-
|
|
96
|
+
"version": "2.3.0",
|
|
97
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.3.0.tgz",
|
|
98
|
+
"integrity": "sha512-U2IyHk5NOtEzTPkcoEudRuz3ZI1lD7ZayZE9hImclqPmRGsBJ9ASED96QPWzQoU73lT6kVcOaILXdgieVoENOA==",
|
|
122
99
|
"license": "Apache-2.0",
|
|
123
100
|
"dependencies": {
|
|
124
|
-
"@appium/support": "
|
|
101
|
+
"@appium/support": "7.1.0",
|
|
125
102
|
"consola": "3.4.2",
|
|
126
|
-
"diff": "8.0.
|
|
103
|
+
"diff": "8.0.4",
|
|
127
104
|
"lilconfig": "3.1.3",
|
|
128
|
-
"lodash": "4.
|
|
105
|
+
"lodash": "4.18.1",
|
|
129
106
|
"package-directory": "8.2.0",
|
|
130
107
|
"read-pkg": "10.1.0",
|
|
131
|
-
"teen_process": "4.0
|
|
132
|
-
"type-fest": "5.
|
|
133
|
-
"yaml": "2.8.
|
|
108
|
+
"teen_process": "4.1.0",
|
|
109
|
+
"type-fest": "5.5.0",
|
|
110
|
+
"yaml": "2.8.3",
|
|
134
111
|
"yargs": "18.0.0",
|
|
135
112
|
"yargs-parser": "22.0.0"
|
|
136
113
|
},
|
|
@@ -142,35 +119,15 @@
|
|
|
142
119
|
"npm": ">=10"
|
|
143
120
|
}
|
|
144
121
|
},
|
|
145
|
-
"node_modules/@appium/docutils/node_modules/lodash": {
|
|
146
|
-
"version": "4.17.23",
|
|
147
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
148
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
149
|
-
"license": "MIT"
|
|
150
|
-
},
|
|
151
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
152
|
-
"version": "4.0.10",
|
|
153
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.10.tgz",
|
|
154
|
-
"integrity": "sha512-xEQ0UCeUoprhDDADFKaxv9nzE+PlDTw/mgG0aX7ccxg+EGx8bCEiX25qQ0JPSjSS66sQyXEPFQR3nV5ZxiOcmw==",
|
|
155
|
-
"license": "Apache-2.0",
|
|
156
|
-
"dependencies": {
|
|
157
|
-
"lodash": "^4.17.21",
|
|
158
|
-
"shell-quote": "^1.8.1"
|
|
159
|
-
},
|
|
160
|
-
"engines": {
|
|
161
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
162
|
-
"npm": ">=10"
|
|
163
|
-
}
|
|
164
|
-
},
|
|
165
122
|
"node_modules/@appium/logger": {
|
|
166
|
-
"version": "2.0.
|
|
167
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
168
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "2.0.6",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.6.tgz",
|
|
125
|
+
"integrity": "sha512-9e8n9CtINBwi1ASEU5OyswmR2F7OnbrGfmf9yTy9i+rx4GR9RJlEp0/arsxvuyWCep67tOmM4FiRyXxxHjOK5Q==",
|
|
169
126
|
"license": "ISC",
|
|
170
127
|
"dependencies": {
|
|
171
128
|
"console-control-strings": "1.1.0",
|
|
172
|
-
"lodash": "4.
|
|
173
|
-
"lru-cache": "11.
|
|
129
|
+
"lodash": "4.18.1",
|
|
130
|
+
"lru-cache": "11.3.3",
|
|
174
131
|
"set-blocking": "2.0.0"
|
|
175
132
|
},
|
|
176
133
|
"engines": {
|
|
@@ -178,12 +135,6 @@
|
|
|
178
135
|
"npm": ">=10"
|
|
179
136
|
}
|
|
180
137
|
},
|
|
181
|
-
"node_modules/@appium/logger/node_modules/lodash": {
|
|
182
|
-
"version": "4.17.23",
|
|
183
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
184
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
185
|
-
"license": "MIT"
|
|
186
|
-
},
|
|
187
138
|
"node_modules/@appium/schema": {
|
|
188
139
|
"version": "1.1.0",
|
|
189
140
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.0.tgz",
|
|
@@ -198,18 +149,18 @@
|
|
|
198
149
|
}
|
|
199
150
|
},
|
|
200
151
|
"node_modules/@appium/support": {
|
|
201
|
-
"version": "7.0
|
|
202
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
203
|
-
"integrity": "sha512-
|
|
152
|
+
"version": "7.1.0",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.0.tgz",
|
|
154
|
+
"integrity": "sha512-kY4Qv4TzLCYmZnN2eNptEa8RiRzpbimIQ6tKuDaqLC2Y3q5Al4NumL/xRQAvfXJq/hNezq2Jh8NwciEW8zX/0g==",
|
|
204
155
|
"license": "Apache-2.0",
|
|
205
156
|
"dependencies": {
|
|
206
|
-
"@appium/logger": "
|
|
207
|
-
"@appium/tsconfig": "
|
|
208
|
-
"@appium/types": "
|
|
157
|
+
"@appium/logger": "2.0.6",
|
|
158
|
+
"@appium/tsconfig": "1.1.2",
|
|
159
|
+
"@appium/types": "1.3.0",
|
|
209
160
|
"@colors/colors": "1.6.0",
|
|
210
161
|
"archiver": "7.0.1",
|
|
211
162
|
"asyncbox": "6.1.0",
|
|
212
|
-
"axios": "1.
|
|
163
|
+
"axios": "1.15.0",
|
|
213
164
|
"base64-stream": "1.0.0",
|
|
214
165
|
"bluebird": "3.7.2",
|
|
215
166
|
"bplist-creator": "0.1.1",
|
|
@@ -220,7 +171,7 @@
|
|
|
220
171
|
"jsftp": "2.1.3",
|
|
221
172
|
"klaw": "4.1.0",
|
|
222
173
|
"lockfile": "1.0.4",
|
|
223
|
-
"lodash": "4.
|
|
174
|
+
"lodash": "4.18.1",
|
|
224
175
|
"log-symbols": "7.0.1",
|
|
225
176
|
"ncp": "2.0.0",
|
|
226
177
|
"package-directory": "8.2.0",
|
|
@@ -228,15 +179,15 @@
|
|
|
228
179
|
"pluralize": "8.0.0",
|
|
229
180
|
"read-pkg": "10.1.0",
|
|
230
181
|
"resolve-from": "5.0.0",
|
|
231
|
-
"sanitize-filename": "1.6.
|
|
182
|
+
"sanitize-filename": "1.6.4",
|
|
232
183
|
"semver": "7.7.4",
|
|
233
184
|
"shell-quote": "1.8.3",
|
|
234
185
|
"supports-color": "10.2.2",
|
|
235
|
-
"teen_process": "4.0
|
|
236
|
-
"type-fest": "5.
|
|
186
|
+
"teen_process": "4.1.0",
|
|
187
|
+
"type-fest": "5.5.0",
|
|
237
188
|
"uuid": "13.0.0",
|
|
238
189
|
"which": "6.0.1",
|
|
239
|
-
"yauzl": "3.
|
|
190
|
+
"yauzl": "3.3.0"
|
|
240
191
|
},
|
|
241
192
|
"engines": {
|
|
242
193
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -246,43 +197,6 @@
|
|
|
246
197
|
"sharp": "0.34.5"
|
|
247
198
|
}
|
|
248
199
|
},
|
|
249
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
250
|
-
"version": "1.13.6",
|
|
251
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.13.6.tgz",
|
|
252
|
-
"integrity": "sha512-ChTCHMouEe2kn713WHbQGcuYrr6fXTBiu460OTwWrWob16g1bXn4vtz07Ope7ewMozJAnEquLk5lWQWtBig9DQ==",
|
|
253
|
-
"license": "MIT",
|
|
254
|
-
"dependencies": {
|
|
255
|
-
"follow-redirects": "^1.15.11",
|
|
256
|
-
"form-data": "^4.0.5",
|
|
257
|
-
"proxy-from-env": "^1.1.0"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
"node_modules/@appium/support/node_modules/lodash": {
|
|
261
|
-
"version": "4.17.23",
|
|
262
|
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
|
263
|
-
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
|
264
|
-
"license": "MIT"
|
|
265
|
-
},
|
|
266
|
-
"node_modules/@appium/support/node_modules/proxy-from-env": {
|
|
267
|
-
"version": "1.1.0",
|
|
268
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
269
|
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
|
270
|
-
"license": "MIT"
|
|
271
|
-
},
|
|
272
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
273
|
-
"version": "4.0.10",
|
|
274
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.0.10.tgz",
|
|
275
|
-
"integrity": "sha512-xEQ0UCeUoprhDDADFKaxv9nzE+PlDTw/mgG0aX7ccxg+EGx8bCEiX25qQ0JPSjSS66sQyXEPFQR3nV5ZxiOcmw==",
|
|
276
|
-
"license": "Apache-2.0",
|
|
277
|
-
"dependencies": {
|
|
278
|
-
"lodash": "^4.17.21",
|
|
279
|
-
"shell-quote": "^1.8.1"
|
|
280
|
-
},
|
|
281
|
-
"engines": {
|
|
282
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
283
|
-
"npm": ">=10"
|
|
284
|
-
}
|
|
285
|
-
},
|
|
286
200
|
"node_modules/@appium/tsconfig": {
|
|
287
201
|
"version": "1.1.2",
|
|
288
202
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
@@ -297,15 +211,15 @@
|
|
|
297
211
|
}
|
|
298
212
|
},
|
|
299
213
|
"node_modules/@appium/types": {
|
|
300
|
-
"version": "1.
|
|
301
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.
|
|
302
|
-
"integrity": "sha512-
|
|
214
|
+
"version": "1.3.0",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.0.tgz",
|
|
216
|
+
"integrity": "sha512-Gv4ev/5K5N7TvAHqem2DmB50zipC951QlmCDpuxDNHQl2dtCr20vJgnN8if7upqLcBX/6yNp3udR+f1n99zgcQ==",
|
|
303
217
|
"license": "Apache-2.0",
|
|
304
218
|
"dependencies": {
|
|
305
|
-
"@appium/logger": "
|
|
306
|
-
"@appium/schema": "
|
|
307
|
-
"@appium/tsconfig": "
|
|
308
|
-
"type-fest": "5.
|
|
219
|
+
"@appium/logger": "2.0.6",
|
|
220
|
+
"@appium/schema": "1.1.0",
|
|
221
|
+
"@appium/tsconfig": "1.1.2",
|
|
222
|
+
"type-fest": "5.5.0"
|
|
309
223
|
},
|
|
310
224
|
"engines": {
|
|
311
225
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -1399,9 +1313,9 @@
|
|
|
1399
1313
|
"optional": true
|
|
1400
1314
|
},
|
|
1401
1315
|
"node_modules/diff": {
|
|
1402
|
-
"version": "8.0.
|
|
1403
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.
|
|
1404
|
-
"integrity": "sha512-
|
|
1316
|
+
"version": "8.0.4",
|
|
1317
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-8.0.4.tgz",
|
|
1318
|
+
"integrity": "sha512-DPi0FmjiSU5EvQV0++GFDOJ9ASQUVFh5kD+OzOnYdi7n3Wpm9hWWGfB/O2blfHcMVTL5WkQXSnRiK9makhrcnw==",
|
|
1405
1319
|
"license": "BSD-3-Clause",
|
|
1406
1320
|
"engines": {
|
|
1407
1321
|
"node": ">=0.3.1"
|
|
@@ -2386,9 +2300,9 @@
|
|
|
2386
2300
|
}
|
|
2387
2301
|
},
|
|
2388
2302
|
"node_modules/lru-cache": {
|
|
2389
|
-
"version": "11.
|
|
2390
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.
|
|
2391
|
-
"integrity": "sha512-
|
|
2303
|
+
"version": "11.3.3",
|
|
2304
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
|
|
2305
|
+
"integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
|
|
2392
2306
|
"license": "BlueOak-1.0.0",
|
|
2393
2307
|
"engines": {
|
|
2394
2308
|
"node": "20 || >=22"
|
|
@@ -2798,9 +2712,9 @@
|
|
|
2798
2712
|
}
|
|
2799
2713
|
},
|
|
2800
2714
|
"node_modules/path-to-regexp": {
|
|
2801
|
-
"version": "8.
|
|
2802
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
2803
|
-
"integrity": "sha512-
|
|
2715
|
+
"version": "8.4.2",
|
|
2716
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
2717
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
2804
2718
|
"license": "MIT",
|
|
2805
2719
|
"funding": {
|
|
2806
2720
|
"type": "opencollective",
|
|
@@ -3077,9 +2991,9 @@
|
|
|
3077
2991
|
"license": "MIT"
|
|
3078
2992
|
},
|
|
3079
2993
|
"node_modules/sanitize-filename": {
|
|
3080
|
-
"version": "1.6.
|
|
3081
|
-
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.
|
|
3082
|
-
"integrity": "sha512-
|
|
2994
|
+
"version": "1.6.4",
|
|
2995
|
+
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.4.tgz",
|
|
2996
|
+
"integrity": "sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==",
|
|
3083
2997
|
"license": "WTFPL OR ISC",
|
|
3084
2998
|
"dependencies": {
|
|
3085
2999
|
"truncate-utf8-bytes": "^1.0.0"
|
|
@@ -3681,9 +3595,9 @@
|
|
|
3681
3595
|
"license": "0BSD"
|
|
3682
3596
|
},
|
|
3683
3597
|
"node_modules/type-fest": {
|
|
3684
|
-
"version": "5.
|
|
3685
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
3686
|
-
"integrity": "sha512-
|
|
3598
|
+
"version": "5.5.0",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.5.0.tgz",
|
|
3600
|
+
"integrity": "sha512-PlBfpQwiUvGViBNX84Yxwjsdhd1TUlXr6zjX7eoirtCPIr08NAmxwa+fcYBTeRQxHo9YC9wwF3m9i700sHma8g==",
|
|
3687
3601
|
"license": "(MIT OR CC0-1.0)",
|
|
3688
3602
|
"dependencies": {
|
|
3689
3603
|
"tagged-tag": "^1.0.0"
|
|
@@ -3900,9 +3814,9 @@
|
|
|
3900
3814
|
"license": "ISC"
|
|
3901
3815
|
},
|
|
3902
3816
|
"node_modules/ws": {
|
|
3903
|
-
"version": "8.
|
|
3904
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
3905
|
-
"integrity": "sha512-
|
|
3817
|
+
"version": "8.20.0",
|
|
3818
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
3819
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
3906
3820
|
"license": "MIT",
|
|
3907
3821
|
"engines": {
|
|
3908
3822
|
"node": ">=10.0.0"
|
|
@@ -3948,9 +3862,9 @@
|
|
|
3948
3862
|
}
|
|
3949
3863
|
},
|
|
3950
3864
|
"node_modules/yaml": {
|
|
3951
|
-
"version": "2.8.
|
|
3952
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
3953
|
-
"integrity": "sha512-
|
|
3865
|
+
"version": "2.8.3",
|
|
3866
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
3867
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
3954
3868
|
"license": "ISC",
|
|
3955
3869
|
"bin": {
|
|
3956
3870
|
"yaml": "bin.mjs"
|
|
@@ -4027,9 +3941,9 @@
|
|
|
4027
3941
|
}
|
|
4028
3942
|
},
|
|
4029
3943
|
"node_modules/yauzl": {
|
|
4030
|
-
"version": "3.
|
|
4031
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
4032
|
-
"integrity": "sha512-
|
|
3944
|
+
"version": "3.3.0",
|
|
3945
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.3.0.tgz",
|
|
3946
|
+
"integrity": "sha512-PtGEvEP30p7sbIBJKUBjUnqgTVOyMURc4dLo9iNyAJnNIEz9pm88cCXF21w94Kg3k6RXkeZh5DHOGS0qEONvNQ==",
|
|
4033
3947
|
"license": "MIT",
|
|
4034
3948
|
"dependencies": {
|
|
4035
3949
|
"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.1.
|
|
10
|
+
"version": "7.1.2",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/appium/appium-uiautomator2-driver/issues"
|
|
13
13
|
},
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"sharp": "^0.x",
|
|
94
94
|
"sinon": "^21.0.0",
|
|
95
95
|
"ts-node": "^10.9.1",
|
|
96
|
-
"typescript": "^
|
|
96
|
+
"typescript": "^6.0.2",
|
|
97
97
|
"unzipper": "^0.x",
|
|
98
98
|
"webdriverio": "^9.0.9",
|
|
99
99
|
"xpath": "^0.x"
|