appium-uiautomator2-driver 7.2.1 → 7.2.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/README.md +1 -0
- package/npm-shrinkwrap.json +163 -190
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [7.2.2](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.1...v7.2.2) (2026-05-07)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* add new line in readme to kick a new release with the latest deps ([66a5302](https://github.com/appium/appium-uiautomator2-driver/commit/66a53027cbbbd7b4ab1335f58c43ecc38e81a0c7))
|
|
6
|
+
|
|
1
7
|
## [7.2.1](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.0...v7.2.1) (2026-05-06)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "7.2.
|
|
9
|
+
"version": "7.2.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^14.0.0",
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"node_modules/@appium/base-driver": {
|
|
61
|
-
"version": "10.
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
63
|
-
"integrity": "sha512-
|
|
61
|
+
"version": "10.5.0",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.5.0.tgz",
|
|
63
|
+
"integrity": "sha512-i7mpN/1EkE6q6Dq7Qs9cuyJ+L7hL4Q+JPxqki/H8gBznaU/JUwPbu6uI3Wb+1Fjs32u8aDyNUCN0UHasHKWZXQ==",
|
|
64
64
|
"license": "Apache-2.0",
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@appium/support": "7.
|
|
67
|
-
"@appium/types": "1.
|
|
66
|
+
"@appium/support": "7.2.0",
|
|
67
|
+
"@appium/types": "1.4.0",
|
|
68
68
|
"@colors/colors": "1.6.0",
|
|
69
69
|
"async-lock": "1.4.1",
|
|
70
|
-
"asyncbox": "6.
|
|
71
|
-
"axios": "1.15.
|
|
70
|
+
"asyncbox": "6.2.0",
|
|
71
|
+
"axios": "1.15.2",
|
|
72
72
|
"bluebird": "3.7.2",
|
|
73
73
|
"body-parser": "2.2.2",
|
|
74
74
|
"express": "5.2.1",
|
|
@@ -90,23 +90,58 @@
|
|
|
90
90
|
"spdy": "4.0.2"
|
|
91
91
|
}
|
|
92
92
|
},
|
|
93
|
-
"node_modules/@appium/base-driver/node_modules/
|
|
94
|
-
"version": "
|
|
95
|
-
"resolved": "https://registry.npmjs.org/
|
|
96
|
-
"integrity": "sha512-
|
|
93
|
+
"node_modules/@appium/base-driver/node_modules/@appium/support": {
|
|
94
|
+
"version": "7.2.0",
|
|
95
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.0.tgz",
|
|
96
|
+
"integrity": "sha512-3WgwrJc1ynpZ01niStObELDm6LyOwm94OpDwVirKqJRqQEs4aIOQxi7bDvfbTtfwbUBo2kFB1OXMcdv/+bcrrQ==",
|
|
97
97
|
"license": "Apache-2.0",
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"
|
|
99
|
+
"@appium/logger": "2.0.7",
|
|
100
|
+
"@appium/tsconfig": "1.1.2",
|
|
101
|
+
"@appium/types": "1.4.0",
|
|
102
|
+
"@colors/colors": "1.6.0",
|
|
103
|
+
"archiver": "7.0.1",
|
|
104
|
+
"asyncbox": "6.2.0",
|
|
105
|
+
"axios": "1.15.2",
|
|
106
|
+
"base64-stream": "1.0.0",
|
|
107
|
+
"bluebird": "3.7.2",
|
|
108
|
+
"bplist-creator": "0.1.1",
|
|
109
|
+
"bplist-parser": "0.3.2",
|
|
110
|
+
"form-data": "4.0.5",
|
|
111
|
+
"get-stream": "9.0.1",
|
|
112
|
+
"glob": "13.0.5",
|
|
113
|
+
"jsftp": "2.1.3",
|
|
114
|
+
"klaw": "4.1.0",
|
|
115
|
+
"lockfile": "1.0.4",
|
|
116
|
+
"log-symbols": "7.0.1",
|
|
117
|
+
"ncp": "2.0.0",
|
|
118
|
+
"package-directory": "8.2.0",
|
|
119
|
+
"plist": "4.0.0",
|
|
120
|
+
"pluralize": "8.0.0",
|
|
121
|
+
"read-pkg": "10.1.0",
|
|
122
|
+
"resolve-from": "5.0.0",
|
|
123
|
+
"sanitize-filename": "1.6.4",
|
|
124
|
+
"semver": "7.7.4",
|
|
125
|
+
"shell-quote": "1.8.3",
|
|
126
|
+
"supports-color": "10.2.2",
|
|
127
|
+
"teen_process": "4.1.3",
|
|
128
|
+
"type-fest": "5.6.0",
|
|
129
|
+
"uuid": "14.0.0",
|
|
130
|
+
"which": "6.0.1",
|
|
131
|
+
"yauzl": "3.3.0"
|
|
100
132
|
},
|
|
101
133
|
"engines": {
|
|
102
134
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
103
135
|
"npm": ">=10"
|
|
136
|
+
},
|
|
137
|
+
"optionalDependencies": {
|
|
138
|
+
"sharp": "0.34.5"
|
|
104
139
|
}
|
|
105
140
|
},
|
|
106
141
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
107
|
-
"version": "1.15.
|
|
108
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.
|
|
109
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "1.15.2",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
|
144
|
+
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
|
110
145
|
"license": "MIT",
|
|
111
146
|
"dependencies": {
|
|
112
147
|
"follow-redirects": "^1.15.11",
|
|
@@ -114,47 +149,6 @@
|
|
|
114
149
|
"proxy-from-env": "^2.1.0"
|
|
115
150
|
}
|
|
116
151
|
},
|
|
117
|
-
"node_modules/@appium/docutils": {
|
|
118
|
-
"version": "2.3.1",
|
|
119
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.3.1.tgz",
|
|
120
|
-
"integrity": "sha512-y18MGvsNFbGWPBAz0ThSvgtV0kKIn8ejdwEOFsWZkbeNalQuCpHuKnVJ0kYqu2aqRqCsWGut1V98wUtyT3xy+Q==",
|
|
121
|
-
"license": "Apache-2.0",
|
|
122
|
-
"dependencies": {
|
|
123
|
-
"@appium/support": "7.1.1",
|
|
124
|
-
"consola": "3.4.2",
|
|
125
|
-
"diff": "9.0.0",
|
|
126
|
-
"lilconfig": "3.1.3",
|
|
127
|
-
"lodash": "4.18.1",
|
|
128
|
-
"package-directory": "8.2.0",
|
|
129
|
-
"read-pkg": "10.1.0",
|
|
130
|
-
"teen_process": "4.1.1",
|
|
131
|
-
"type-fest": "5.6.0",
|
|
132
|
-
"yaml": "2.8.3",
|
|
133
|
-
"yargs": "18.0.0",
|
|
134
|
-
"yargs-parser": "22.0.0"
|
|
135
|
-
},
|
|
136
|
-
"bin": {
|
|
137
|
-
"appium-docs": "bin/appium-docs.js"
|
|
138
|
-
},
|
|
139
|
-
"engines": {
|
|
140
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
141
|
-
"npm": ">=10"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
145
|
-
"version": "4.1.1",
|
|
146
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.1.tgz",
|
|
147
|
-
"integrity": "sha512-E9gaYuVaWrvbxzZDgZ/MjWkPKqiKETBWSRy06qz1GOyKU22mI76JrxzaGbeddcHcmW8ZFXPowPv1ad3a7S+Xvg==",
|
|
148
|
-
"license": "Apache-2.0",
|
|
149
|
-
"dependencies": {
|
|
150
|
-
"lodash": "^4.17.21",
|
|
151
|
-
"shell-quote": "^1.8.1"
|
|
152
|
-
},
|
|
153
|
-
"engines": {
|
|
154
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
155
|
-
"npm": ">=10"
|
|
156
|
-
}
|
|
157
|
-
},
|
|
158
152
|
"node_modules/@appium/logger": {
|
|
159
153
|
"version": "2.0.7",
|
|
160
154
|
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.7.tgz",
|
|
@@ -172,9 +166,9 @@
|
|
|
172
166
|
}
|
|
173
167
|
},
|
|
174
168
|
"node_modules/@appium/schema": {
|
|
175
|
-
"version": "1.1.
|
|
176
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.
|
|
177
|
-
"integrity": "sha512-
|
|
169
|
+
"version": "1.1.1",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.1.tgz",
|
|
171
|
+
"integrity": "sha512-u2dHLEqnI5oHWYVsKUv3yypeu0a82+6N39awkFz5jKcxVCSbssr+Rvh0/0LOa/gwePGxi1OzjHpZzNXlr7hI7Q==",
|
|
178
172
|
"license": "Apache-2.0",
|
|
179
173
|
"dependencies": {
|
|
180
174
|
"json-schema": "0.4.0"
|
|
@@ -185,33 +179,32 @@
|
|
|
185
179
|
}
|
|
186
180
|
},
|
|
187
181
|
"node_modules/@appium/support": {
|
|
188
|
-
"version": "7.
|
|
189
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.
|
|
190
|
-
"integrity": "sha512-
|
|
182
|
+
"version": "7.2.1",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.1.tgz",
|
|
184
|
+
"integrity": "sha512-cmzSPLddzHhxM9guyPM7jphotZMJ662Du055eauIZ4av4yVGeibA2MEiLnnizczHoLv1YtVnmvTsQe6Uvcmc6g==",
|
|
191
185
|
"license": "Apache-2.0",
|
|
192
186
|
"dependencies": {
|
|
193
187
|
"@appium/logger": "2.0.7",
|
|
194
188
|
"@appium/tsconfig": "1.1.2",
|
|
195
|
-
"@appium/types": "1.
|
|
189
|
+
"@appium/types": "1.4.0",
|
|
196
190
|
"@colors/colors": "1.6.0",
|
|
197
191
|
"archiver": "7.0.1",
|
|
198
|
-
"asyncbox": "6.
|
|
199
|
-
"axios": "1.
|
|
192
|
+
"asyncbox": "6.2.0",
|
|
193
|
+
"axios": "1.16.0",
|
|
200
194
|
"base64-stream": "1.0.0",
|
|
201
195
|
"bluebird": "3.7.2",
|
|
202
196
|
"bplist-creator": "0.1.1",
|
|
203
197
|
"bplist-parser": "0.3.2",
|
|
204
198
|
"form-data": "4.0.5",
|
|
205
199
|
"get-stream": "9.0.1",
|
|
206
|
-
"glob": "13.0.
|
|
200
|
+
"glob": "13.0.5",
|
|
207
201
|
"jsftp": "2.1.3",
|
|
208
202
|
"klaw": "4.1.0",
|
|
209
203
|
"lockfile": "1.0.4",
|
|
210
|
-
"lodash": "4.18.1",
|
|
211
204
|
"log-symbols": "7.0.1",
|
|
212
205
|
"ncp": "2.0.0",
|
|
213
206
|
"package-directory": "8.2.0",
|
|
214
|
-
"plist": "
|
|
207
|
+
"plist": "4.0.0",
|
|
215
208
|
"pluralize": "8.0.0",
|
|
216
209
|
"read-pkg": "10.1.0",
|
|
217
210
|
"resolve-from": "5.0.0",
|
|
@@ -219,7 +212,7 @@
|
|
|
219
212
|
"semver": "7.7.4",
|
|
220
213
|
"shell-quote": "1.8.3",
|
|
221
214
|
"supports-color": "10.2.2",
|
|
222
|
-
"teen_process": "4.1.
|
|
215
|
+
"teen_process": "4.1.3",
|
|
223
216
|
"type-fest": "5.6.0",
|
|
224
217
|
"uuid": "14.0.0",
|
|
225
218
|
"which": "6.0.1",
|
|
@@ -233,44 +226,6 @@
|
|
|
233
226
|
"sharp": "0.34.5"
|
|
234
227
|
}
|
|
235
228
|
},
|
|
236
|
-
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
237
|
-
"version": "6.1.0",
|
|
238
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
|
|
239
|
-
"integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
|
|
240
|
-
"license": "Apache-2.0",
|
|
241
|
-
"dependencies": {
|
|
242
|
-
"p-limit": "^7.2.0"
|
|
243
|
-
},
|
|
244
|
-
"engines": {
|
|
245
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
246
|
-
"npm": ">=10"
|
|
247
|
-
}
|
|
248
|
-
},
|
|
249
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
250
|
-
"version": "1.15.0",
|
|
251
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
252
|
-
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
253
|
-
"license": "MIT",
|
|
254
|
-
"dependencies": {
|
|
255
|
-
"follow-redirects": "^1.15.11",
|
|
256
|
-
"form-data": "^4.0.5",
|
|
257
|
-
"proxy-from-env": "^2.1.0"
|
|
258
|
-
}
|
|
259
|
-
},
|
|
260
|
-
"node_modules/@appium/support/node_modules/teen_process": {
|
|
261
|
-
"version": "4.1.1",
|
|
262
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.1.tgz",
|
|
263
|
-
"integrity": "sha512-E9gaYuVaWrvbxzZDgZ/MjWkPKqiKETBWSRy06qz1GOyKU22mI76JrxzaGbeddcHcmW8ZFXPowPv1ad3a7S+Xvg==",
|
|
264
|
-
"license": "Apache-2.0",
|
|
265
|
-
"dependencies": {
|
|
266
|
-
"lodash": "^4.17.21",
|
|
267
|
-
"shell-quote": "^1.8.1"
|
|
268
|
-
},
|
|
269
|
-
"engines": {
|
|
270
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
271
|
-
"npm": ">=10"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
229
|
"node_modules/@appium/tsconfig": {
|
|
275
230
|
"version": "1.1.2",
|
|
276
231
|
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
@@ -285,13 +240,13 @@
|
|
|
285
240
|
}
|
|
286
241
|
},
|
|
287
242
|
"node_modules/@appium/types": {
|
|
288
|
-
"version": "1.
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.
|
|
290
|
-
"integrity": "sha512-
|
|
243
|
+
"version": "1.4.0",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.4.0.tgz",
|
|
245
|
+
"integrity": "sha512-GeYnDMj1yOIFA8ujOHv0/ZKoZe42F9ldCVSlnEOheYnxqA5ueHGwRI11ifZoIfMBsq7hpU77MAzmu+v9NV1vig==",
|
|
291
246
|
"license": "Apache-2.0",
|
|
292
247
|
"dependencies": {
|
|
293
248
|
"@appium/logger": "2.0.7",
|
|
294
|
-
"@appium/schema": "1.1.
|
|
249
|
+
"@appium/schema": "1.1.1",
|
|
295
250
|
"@appium/tsconfig": "1.1.2",
|
|
296
251
|
"type-fest": "5.6.0"
|
|
297
252
|
},
|
|
@@ -570,9 +525,9 @@
|
|
|
570
525
|
}
|
|
571
526
|
},
|
|
572
527
|
"node_modules/appium-adb": {
|
|
573
|
-
"version": "14.3.
|
|
574
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.
|
|
575
|
-
"integrity": "sha512-
|
|
528
|
+
"version": "14.3.5",
|
|
529
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.5.tgz",
|
|
530
|
+
"integrity": "sha512-Hk2jiIX7/u7Ifg1kuPnQ/PlAdgiZUt3kM4i2BWxMEfuSv8CzmiQwylKz2pJBlePEZ90I6UlHJ3EQ6DBMdpkR+w==",
|
|
576
531
|
"license": "Apache-2.0",
|
|
577
532
|
"dependencies": {
|
|
578
533
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -590,9 +545,9 @@
|
|
|
590
545
|
}
|
|
591
546
|
},
|
|
592
547
|
"node_modules/appium-android-driver": {
|
|
593
|
-
"version": "13.2.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.
|
|
595
|
-
"integrity": "sha512-
|
|
548
|
+
"version": "13.2.1",
|
|
549
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.1.tgz",
|
|
550
|
+
"integrity": "sha512-DvPXJNuimLOyVOG48kg5EQC41hqALfgXPAivB5cmMeJZpmzpSLoMXqdpyMBJT0JsIhHV5tnI6oeStbfF+j9fAA==",
|
|
596
551
|
"license": "Apache-2.0",
|
|
597
552
|
"dependencies": {
|
|
598
553
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -620,9 +575,9 @@
|
|
|
620
575
|
}
|
|
621
576
|
},
|
|
622
577
|
"node_modules/appium-chromedriver": {
|
|
623
|
-
"version": "8.3.
|
|
624
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.3.
|
|
625
|
-
"integrity": "sha512-
|
|
578
|
+
"version": "8.3.1",
|
|
579
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.3.1.tgz",
|
|
580
|
+
"integrity": "sha512-LJ4y94gMaWb8NMLWi8sGTQxVu2r4ePqboz0Xew13aTd/fNiQipYmqHoTAxwzZb5Zpw5Grwbr5fXAmDnipRZeoA==",
|
|
626
581
|
"license": "Apache-2.0",
|
|
627
582
|
"dependencies": {
|
|
628
583
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -688,6 +643,12 @@
|
|
|
688
643
|
"node": ">= 14"
|
|
689
644
|
}
|
|
690
645
|
},
|
|
646
|
+
"node_modules/archiver-utils/node_modules/balanced-match": {
|
|
647
|
+
"version": "1.0.2",
|
|
648
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
649
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
650
|
+
"license": "MIT"
|
|
651
|
+
},
|
|
691
652
|
"node_modules/archiver-utils/node_modules/brace-expansion": {
|
|
692
653
|
"version": "2.1.0",
|
|
693
654
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
@@ -819,10 +780,13 @@
|
|
|
819
780
|
}
|
|
820
781
|
},
|
|
821
782
|
"node_modules/balanced-match": {
|
|
822
|
-
"version": "
|
|
823
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
824
|
-
"integrity": "sha512-
|
|
825
|
-
"license": "MIT"
|
|
783
|
+
"version": "4.0.4",
|
|
784
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
785
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
786
|
+
"license": "MIT",
|
|
787
|
+
"engines": {
|
|
788
|
+
"node": "18 || 20 || >=22"
|
|
789
|
+
}
|
|
826
790
|
},
|
|
827
791
|
"node_modules/bare-events": {
|
|
828
792
|
"version": "2.8.2",
|
|
@@ -1013,6 +977,18 @@
|
|
|
1013
977
|
"node": ">= 5.10.0"
|
|
1014
978
|
}
|
|
1015
979
|
},
|
|
980
|
+
"node_modules/brace-expansion": {
|
|
981
|
+
"version": "5.0.5",
|
|
982
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
983
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
984
|
+
"license": "MIT",
|
|
985
|
+
"dependencies": {
|
|
986
|
+
"balanced-match": "^4.0.2"
|
|
987
|
+
},
|
|
988
|
+
"engines": {
|
|
989
|
+
"node": "18 || 20 || >=22"
|
|
990
|
+
}
|
|
991
|
+
},
|
|
1016
992
|
"node_modules/buffer-crc32": {
|
|
1017
993
|
"version": "1.0.0",
|
|
1018
994
|
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
|
|
@@ -1094,6 +1070,7 @@
|
|
|
1094
1070
|
"version": "9.0.1",
|
|
1095
1071
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
1096
1072
|
"integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
|
|
1073
|
+
"extraneous": true,
|
|
1097
1074
|
"license": "ISC",
|
|
1098
1075
|
"dependencies": {
|
|
1099
1076
|
"string-width": "^7.2.0",
|
|
@@ -1108,12 +1085,14 @@
|
|
|
1108
1085
|
"version": "10.6.0",
|
|
1109
1086
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
1110
1087
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
1088
|
+
"extraneous": true,
|
|
1111
1089
|
"license": "MIT"
|
|
1112
1090
|
},
|
|
1113
1091
|
"node_modules/cliui/node_modules/string-width": {
|
|
1114
1092
|
"version": "7.2.0",
|
|
1115
1093
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
1116
1094
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
1095
|
+
"extraneous": true,
|
|
1117
1096
|
"license": "MIT",
|
|
1118
1097
|
"dependencies": {
|
|
1119
1098
|
"emoji-regex": "^10.3.0",
|
|
@@ -1131,6 +1110,7 @@
|
|
|
1131
1110
|
"version": "7.2.0",
|
|
1132
1111
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
1133
1112
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
1113
|
+
"extraneous": true,
|
|
1134
1114
|
"license": "MIT",
|
|
1135
1115
|
"dependencies": {
|
|
1136
1116
|
"ansi-regex": "^6.2.2"
|
|
@@ -1198,6 +1178,7 @@
|
|
|
1198
1178
|
"version": "3.4.2",
|
|
1199
1179
|
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
1200
1180
|
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
1181
|
+
"extraneous": true,
|
|
1201
1182
|
"license": "MIT",
|
|
1202
1183
|
"engines": {
|
|
1203
1184
|
"node": "^14.18.0 || >=16.10.0"
|
|
@@ -1387,6 +1368,7 @@
|
|
|
1387
1368
|
"version": "9.0.0",
|
|
1388
1369
|
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
1389
1370
|
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
1371
|
+
"extraneous": true,
|
|
1390
1372
|
"license": "BSD-3-Clause",
|
|
1391
1373
|
"engines": {
|
|
1392
1374
|
"node": ">=0.3.1"
|
|
@@ -1488,6 +1470,7 @@
|
|
|
1488
1470
|
"version": "3.2.0",
|
|
1489
1471
|
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
|
1490
1472
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
1473
|
+
"extraneous": true,
|
|
1491
1474
|
"license": "MIT",
|
|
1492
1475
|
"engines": {
|
|
1493
1476
|
"node": ">=6"
|
|
@@ -1777,6 +1760,7 @@
|
|
|
1777
1760
|
"version": "2.0.5",
|
|
1778
1761
|
"resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
|
|
1779
1762
|
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
|
|
1763
|
+
"extraneous": true,
|
|
1780
1764
|
"license": "ISC",
|
|
1781
1765
|
"engines": {
|
|
1782
1766
|
"node": "6.* || 8.* || >= 10.*"
|
|
@@ -1786,6 +1770,7 @@
|
|
|
1786
1770
|
"version": "1.5.0",
|
|
1787
1771
|
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
1788
1772
|
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
1773
|
+
"extraneous": true,
|
|
1789
1774
|
"license": "MIT",
|
|
1790
1775
|
"engines": {
|
|
1791
1776
|
"node": ">=18"
|
|
@@ -1860,53 +1845,17 @@
|
|
|
1860
1845
|
}
|
|
1861
1846
|
},
|
|
1862
1847
|
"node_modules/glob": {
|
|
1863
|
-
"version": "13.0.
|
|
1864
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.
|
|
1865
|
-
"integrity": "sha512-
|
|
1866
|
-
"license": "BlueOak-1.0.0",
|
|
1867
|
-
"dependencies": {
|
|
1868
|
-
"minimatch": "^10.2.2",
|
|
1869
|
-
"minipass": "^7.1.3",
|
|
1870
|
-
"path-scurry": "^2.0.2"
|
|
1871
|
-
},
|
|
1872
|
-
"engines": {
|
|
1873
|
-
"node": "18 || 20 || >=22"
|
|
1874
|
-
},
|
|
1875
|
-
"funding": {
|
|
1876
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
"node_modules/glob/node_modules/balanced-match": {
|
|
1880
|
-
"version": "4.0.4",
|
|
1881
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
1882
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
1883
|
-
"license": "MIT",
|
|
1884
|
-
"engines": {
|
|
1885
|
-
"node": "18 || 20 || >=22"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
"node_modules/glob/node_modules/brace-expansion": {
|
|
1889
|
-
"version": "5.0.5",
|
|
1890
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
1891
|
-
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
1892
|
-
"license": "MIT",
|
|
1893
|
-
"dependencies": {
|
|
1894
|
-
"balanced-match": "^4.0.2"
|
|
1895
|
-
},
|
|
1896
|
-
"engines": {
|
|
1897
|
-
"node": "18 || 20 || >=22"
|
|
1898
|
-
}
|
|
1899
|
-
},
|
|
1900
|
-
"node_modules/glob/node_modules/minimatch": {
|
|
1901
|
-
"version": "10.2.5",
|
|
1902
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
1903
|
-
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
1848
|
+
"version": "13.0.5",
|
|
1849
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.5.tgz",
|
|
1850
|
+
"integrity": "sha512-BzXxZg24Ibra1pbQ/zE7Kys4Ua1ks7Bn6pKLkVPZ9FZe4JQS6/Q7ef3LG1H+k7lUf5l4T3PLSyYyYJVYUvfgTw==",
|
|
1904
1851
|
"license": "BlueOak-1.0.0",
|
|
1905
1852
|
"dependencies": {
|
|
1906
|
-
"
|
|
1853
|
+
"minimatch": "^10.2.1",
|
|
1854
|
+
"minipass": "^7.1.2",
|
|
1855
|
+
"path-scurry": "^2.0.0"
|
|
1907
1856
|
},
|
|
1908
1857
|
"engines": {
|
|
1909
|
-
"node": "
|
|
1858
|
+
"node": "20 || >=22"
|
|
1910
1859
|
},
|
|
1911
1860
|
"funding": {
|
|
1912
1861
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -2134,9 +2083,9 @@
|
|
|
2134
2083
|
}
|
|
2135
2084
|
},
|
|
2136
2085
|
"node_modules/io.appium.settings": {
|
|
2137
|
-
"version": "7.0.
|
|
2138
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.
|
|
2139
|
-
"integrity": "sha512-
|
|
2086
|
+
"version": "7.0.28",
|
|
2087
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.28.tgz",
|
|
2088
|
+
"integrity": "sha512-2cPUVgyFYTz5Oq3ii5KxLb1HurWkCgw84JyzU+f0pahWoX8Dxl4orgSrNkyCcDl2tZyJUAUKfNJ3cqBu78H9cQ==",
|
|
2140
2089
|
"license": "Apache-2.0",
|
|
2141
2090
|
"dependencies": {
|
|
2142
2091
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2324,6 +2273,7 @@
|
|
|
2324
2273
|
"version": "3.1.3",
|
|
2325
2274
|
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
2326
2275
|
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
2276
|
+
"extraneous": true,
|
|
2327
2277
|
"license": "MIT",
|
|
2328
2278
|
"engines": {
|
|
2329
2279
|
"node": ">=14"
|
|
@@ -2489,6 +2439,21 @@
|
|
|
2489
2439
|
"license": "ISC",
|
|
2490
2440
|
"optional": true
|
|
2491
2441
|
},
|
|
2442
|
+
"node_modules/minimatch": {
|
|
2443
|
+
"version": "10.2.5",
|
|
2444
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
2445
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
2446
|
+
"license": "BlueOak-1.0.0",
|
|
2447
|
+
"dependencies": {
|
|
2448
|
+
"brace-expansion": "^5.0.5"
|
|
2449
|
+
},
|
|
2450
|
+
"engines": {
|
|
2451
|
+
"node": "18 || 20 || >=22"
|
|
2452
|
+
},
|
|
2453
|
+
"funding": {
|
|
2454
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2455
|
+
}
|
|
2456
|
+
},
|
|
2492
2457
|
"node_modules/minipass": {
|
|
2493
2458
|
"version": "7.1.3",
|
|
2494
2459
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
|
|
@@ -2804,26 +2769,16 @@
|
|
|
2804
2769
|
"license": "ISC"
|
|
2805
2770
|
},
|
|
2806
2771
|
"node_modules/plist": {
|
|
2807
|
-
"version": "
|
|
2808
|
-
"resolved": "https://registry.npmjs.org/plist/-/plist-
|
|
2809
|
-
"integrity": "sha512-
|
|
2772
|
+
"version": "4.0.0",
|
|
2773
|
+
"resolved": "https://registry.npmjs.org/plist/-/plist-4.0.0.tgz",
|
|
2774
|
+
"integrity": "sha512-4dOqNo0Y2NpfSf9q4+zr4bh7pzNWeckIam34Z0KYJhg8qtNNfh59VbD+Yna5SjwcxawVvLKx5w5FtuCijpEF4Q==",
|
|
2810
2775
|
"license": "MIT",
|
|
2811
2776
|
"dependencies": {
|
|
2812
|
-
"@xmldom/xmldom": "^0.
|
|
2813
|
-
"base64-js": "^1.5.1",
|
|
2777
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
2814
2778
|
"xmlbuilder": "^15.1.1"
|
|
2815
2779
|
},
|
|
2816
2780
|
"engines": {
|
|
2817
|
-
"node": ">=
|
|
2818
|
-
}
|
|
2819
|
-
},
|
|
2820
|
-
"node_modules/plist/node_modules/@xmldom/xmldom": {
|
|
2821
|
-
"version": "0.8.13",
|
|
2822
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
|
|
2823
|
-
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
|
|
2824
|
-
"license": "MIT",
|
|
2825
|
-
"engines": {
|
|
2826
|
-
"node": ">=10.0.0"
|
|
2781
|
+
"node": ">=18"
|
|
2827
2782
|
}
|
|
2828
2783
|
},
|
|
2829
2784
|
"node_modules/pluralize": {
|
|
@@ -3002,6 +2957,12 @@
|
|
|
3002
2957
|
"minimatch": "^5.1.0"
|
|
3003
2958
|
}
|
|
3004
2959
|
},
|
|
2960
|
+
"node_modules/readdir-glob/node_modules/balanced-match": {
|
|
2961
|
+
"version": "1.0.2",
|
|
2962
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2963
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2964
|
+
"license": "MIT"
|
|
2965
|
+
},
|
|
3005
2966
|
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
3006
2967
|
"version": "2.1.0",
|
|
3007
2968
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
@@ -3805,6 +3766,7 @@
|
|
|
3805
3766
|
"version": "9.0.2",
|
|
3806
3767
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
3807
3768
|
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
3769
|
+
"extraneous": true,
|
|
3808
3770
|
"license": "MIT",
|
|
3809
3771
|
"dependencies": {
|
|
3810
3772
|
"ansi-styles": "^6.2.1",
|
|
@@ -3840,6 +3802,7 @@
|
|
|
3840
3802
|
"version": "6.2.3",
|
|
3841
3803
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
3842
3804
|
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
3805
|
+
"extraneous": true,
|
|
3843
3806
|
"license": "MIT",
|
|
3844
3807
|
"engines": {
|
|
3845
3808
|
"node": ">=12"
|
|
@@ -3852,12 +3815,14 @@
|
|
|
3852
3815
|
"version": "10.6.0",
|
|
3853
3816
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3854
3817
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3818
|
+
"extraneous": true,
|
|
3855
3819
|
"license": "MIT"
|
|
3856
3820
|
},
|
|
3857
3821
|
"node_modules/wrap-ansi/node_modules/string-width": {
|
|
3858
3822
|
"version": "7.2.0",
|
|
3859
3823
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3860
3824
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3825
|
+
"extraneous": true,
|
|
3861
3826
|
"license": "MIT",
|
|
3862
3827
|
"dependencies": {
|
|
3863
3828
|
"emoji-regex": "^10.3.0",
|
|
@@ -3875,6 +3840,7 @@
|
|
|
3875
3840
|
"version": "7.2.0",
|
|
3876
3841
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
3877
3842
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3843
|
+
"extraneous": true,
|
|
3878
3844
|
"license": "MIT",
|
|
3879
3845
|
"dependencies": {
|
|
3880
3846
|
"ansi-regex": "^6.2.2"
|
|
@@ -3935,15 +3901,17 @@
|
|
|
3935
3901
|
"version": "5.0.8",
|
|
3936
3902
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|
|
3937
3903
|
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
|
|
3904
|
+
"extraneous": true,
|
|
3938
3905
|
"license": "ISC",
|
|
3939
3906
|
"engines": {
|
|
3940
3907
|
"node": ">=10"
|
|
3941
3908
|
}
|
|
3942
3909
|
},
|
|
3943
3910
|
"node_modules/yaml": {
|
|
3944
|
-
"version": "2.8.
|
|
3945
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
3946
|
-
"integrity": "sha512-
|
|
3911
|
+
"version": "2.8.4",
|
|
3912
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.4.tgz",
|
|
3913
|
+
"integrity": "sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==",
|
|
3914
|
+
"extraneous": true,
|
|
3947
3915
|
"license": "ISC",
|
|
3948
3916
|
"bin": {
|
|
3949
3917
|
"yaml": "bin.mjs"
|
|
@@ -3959,6 +3927,7 @@
|
|
|
3959
3927
|
"version": "18.0.0",
|
|
3960
3928
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
|
|
3961
3929
|
"integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
|
|
3930
|
+
"extraneous": true,
|
|
3962
3931
|
"license": "MIT",
|
|
3963
3932
|
"dependencies": {
|
|
3964
3933
|
"cliui": "^9.0.1",
|
|
@@ -3976,6 +3945,7 @@
|
|
|
3976
3945
|
"version": "22.0.0",
|
|
3977
3946
|
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
|
|
3978
3947
|
"integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
|
|
3948
|
+
"extraneous": true,
|
|
3979
3949
|
"license": "ISC",
|
|
3980
3950
|
"engines": {
|
|
3981
3951
|
"node": "^20.19.0 || ^22.12.0 || >=23"
|
|
@@ -3985,12 +3955,14 @@
|
|
|
3985
3955
|
"version": "10.6.0",
|
|
3986
3956
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
|
|
3987
3957
|
"integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
|
|
3958
|
+
"extraneous": true,
|
|
3988
3959
|
"license": "MIT"
|
|
3989
3960
|
},
|
|
3990
3961
|
"node_modules/yargs/node_modules/string-width": {
|
|
3991
3962
|
"version": "7.2.0",
|
|
3992
3963
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3993
3964
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3965
|
+
"extraneous": true,
|
|
3994
3966
|
"license": "MIT",
|
|
3995
3967
|
"dependencies": {
|
|
3996
3968
|
"emoji-regex": "^10.3.0",
|
|
@@ -4008,6 +3980,7 @@
|
|
|
4008
3980
|
"version": "7.2.0",
|
|
4009
3981
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
4010
3982
|
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
3983
|
+
"extraneous": true,
|
|
4011
3984
|
"license": "MIT",
|
|
4012
3985
|
"dependencies": {
|
|
4013
3986
|
"ansi-regex": "^6.2.2"
|