appium-uiautomator2-driver 3.6.1 → 3.7.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 +12 -0
- package/README.md +22 -0
- package/build/lib/commands/clipboard.d.ts +30 -0
- package/build/lib/commands/clipboard.d.ts.map +1 -0
- package/build/lib/commands/clipboard.js +48 -0
- package/build/lib/commands/clipboard.js.map +1 -0
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/execute.js +2 -0
- package/build/lib/commands/execute.js.map +1 -1
- package/build/lib/commands/misc.d.ts +1 -6
- package/build/lib/commands/misc.d.ts.map +1 -1
- package/build/lib/commands/misc.js +0 -10
- package/build/lib/commands/misc.js.map +1 -1
- package/build/lib/commands/types.d.ts +14 -0
- package/build/lib/commands/types.d.ts.map +1 -1
- package/build/lib/doctor/required-checks.d.ts +2 -2
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.d.ts +6 -2
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +5 -1
- package/build/lib/driver.js.map +1 -1
- package/build/lib/uiautomator2.d.ts +3 -0
- package/build/lib/uiautomator2.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +32 -11
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/commands/clipboard.js +55 -0
- package/lib/commands/execute.js +3 -0
- package/lib/commands/misc.js +0 -16
- package/lib/commands/types.ts +15 -0
- package/lib/driver.ts +11 -2
- package/lib/uiautomator2.js +35 -12
- package/npm-shrinkwrap.json +180 -256
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.7.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "3.
|
|
9
|
+
"version": "3.7.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"appium-adb": "^12.
|
|
12
|
+
"appium-adb": "^12.4.7",
|
|
13
13
|
"appium-android-driver": "^9.7.0",
|
|
14
14
|
"appium-chromedriver": "^5.6.28",
|
|
15
15
|
"appium-uiautomator2-server": "^7.0.14",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lodash": "^4.17.4",
|
|
22
22
|
"portscanner": "^2.2.0",
|
|
23
23
|
"source-map-support": "^0.x",
|
|
24
|
-
"teen_process": "^2.
|
|
24
|
+
"teen_process": "^2.2.0",
|
|
25
25
|
"type-fest": "^4.4.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
@@ -71,17 +71,17 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"node_modules/@appium/base-driver": {
|
|
74
|
-
"version": "9.
|
|
75
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
76
|
-
"integrity": "sha512-
|
|
74
|
+
"version": "9.11.1",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.11.1.tgz",
|
|
76
|
+
"integrity": "sha512-gil/4mE/I9SusprGkCgePSkqnvLhv+D2CZ3xS2GkOPmCv07M0Gpsf9y9IuN9LmgyNUDalDtnXjErSn+LDjZd9g==",
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@appium/support": "^5.
|
|
79
|
-
"@appium/types": "^0.
|
|
78
|
+
"@appium/support": "^5.1.1",
|
|
79
|
+
"@appium/types": "^0.21.0",
|
|
80
80
|
"@colors/colors": "1.6.0",
|
|
81
81
|
"@types/async-lock": "1.4.2",
|
|
82
82
|
"@types/bluebird": "3.5.42",
|
|
83
83
|
"@types/express": "4.17.21",
|
|
84
|
-
"@types/lodash": "4.17.
|
|
84
|
+
"@types/lodash": "4.17.6",
|
|
85
85
|
"@types/method-override": "0.0.35",
|
|
86
86
|
"@types/serve-favicon": "2.5.7",
|
|
87
87
|
"async-lock": "1.4.1",
|
|
@@ -92,13 +92,13 @@
|
|
|
92
92
|
"express": "4.19.2",
|
|
93
93
|
"http-status-codes": "2.3.0",
|
|
94
94
|
"lodash": "4.17.21",
|
|
95
|
-
"lru-cache": "10.
|
|
95
|
+
"lru-cache": "10.3.0",
|
|
96
96
|
"method-override": "3.0.0",
|
|
97
97
|
"morgan": "1.10.0",
|
|
98
|
-
"path-to-regexp": "
|
|
98
|
+
"path-to-regexp": "7.0.0",
|
|
99
99
|
"serve-favicon": "2.5.0",
|
|
100
100
|
"source-map-support": "0.5.21",
|
|
101
|
-
"type-fest": "4.20.
|
|
101
|
+
"type-fest": "4.20.1",
|
|
102
102
|
"validate.js": "0.13.1"
|
|
103
103
|
},
|
|
104
104
|
"engines": {
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
113
|
-
"version": "4.20.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
115
|
-
"integrity": "sha512-
|
|
113
|
+
"version": "4.20.1",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
115
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
116
116
|
"engines": {
|
|
117
117
|
"node": ">=16"
|
|
118
118
|
},
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
123
|
"node_modules/@appium/base-plugin": {
|
|
124
|
-
"version": "2.2.
|
|
125
|
-
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.
|
|
126
|
-
"integrity": "sha512-
|
|
124
|
+
"version": "2.2.41",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-2.2.41.tgz",
|
|
126
|
+
"integrity": "sha512-xaVrg+3IXckdkQg6MRpL3QSXuDGZd2KnHJDxRhGS1KazOGiPjCDkgnNOuwhMXstRjvuq74ujTP/JANZClz866w==",
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@appium/base-driver": "^9.
|
|
129
|
-
"@appium/support": "^5.
|
|
128
|
+
"@appium/base-driver": "^9.11.1",
|
|
129
|
+
"@appium/support": "^5.1.1"
|
|
130
130
|
},
|
|
131
131
|
"engines": {
|
|
132
132
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
"node_modules/@appium/docutils": {
|
|
137
|
-
"version": "1.0.
|
|
138
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
139
|
-
"integrity": "sha512-
|
|
137
|
+
"version": "1.0.17",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.17.tgz",
|
|
139
|
+
"integrity": "sha512-SXJftkyY2YRvPouPFuYAUrv9Yw8tkKHUUoBFQrOH5yvMOxt4RIx6G9TktHcisZ8p0y66fa+pr8ic87jnDPlCvA==",
|
|
140
140
|
"dependencies": {
|
|
141
|
-
"@appium/support": "^5.
|
|
141
|
+
"@appium/support": "^5.1.1",
|
|
142
142
|
"@appium/tsconfig": "^0.3.3",
|
|
143
143
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
144
144
|
"@types/which": "3.0.4",
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"read-pkg": "5.2.0",
|
|
153
153
|
"semver": "7.6.2",
|
|
154
154
|
"source-map-support": "0.5.21",
|
|
155
|
-
"teen_process": "2.1.
|
|
156
|
-
"type-fest": "4.20.
|
|
157
|
-
"typescript": "5.
|
|
155
|
+
"teen_process": "2.1.6",
|
|
156
|
+
"type-fest": "4.20.1",
|
|
157
|
+
"typescript": "5.5.2",
|
|
158
158
|
"yaml": "2.4.5",
|
|
159
159
|
"yargs": "17.7.2",
|
|
160
160
|
"yargs-parser": "21.1.1"
|
|
@@ -168,9 +168,9 @@
|
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
170
|
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
171
|
-
"version": "2.1.
|
|
172
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
173
|
-
"integrity": "sha512-
|
|
171
|
+
"version": "2.1.6",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
173
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
174
174
|
"dependencies": {
|
|
175
175
|
"bluebird": "^3.7.2",
|
|
176
176
|
"lodash": "^4.17.21",
|
|
@@ -183,9 +183,9 @@
|
|
|
183
183
|
}
|
|
184
184
|
},
|
|
185
185
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
186
|
-
"version": "4.20.
|
|
187
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
188
|
-
"integrity": "sha512-
|
|
186
|
+
"version": "4.20.1",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
188
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
189
189
|
"engines": {
|
|
190
190
|
"node": ">=16"
|
|
191
191
|
},
|
|
@@ -194,9 +194,9 @@
|
|
|
194
194
|
}
|
|
195
195
|
},
|
|
196
196
|
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
197
|
-
"version": "5.
|
|
198
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
199
|
-
"integrity": "sha512-
|
|
197
|
+
"version": "5.5.2",
|
|
198
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz",
|
|
199
|
+
"integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==",
|
|
200
200
|
"bin": {
|
|
201
201
|
"tsc": "bin/tsc",
|
|
202
202
|
"tsserver": "bin/tsserver"
|
|
@@ -206,9 +206,9 @@
|
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
208
|
"node_modules/@appium/logger": {
|
|
209
|
-
"version": "1.
|
|
210
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.
|
|
211
|
-
"integrity": "sha512-
|
|
209
|
+
"version": "1.5.0",
|
|
210
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.5.0.tgz",
|
|
211
|
+
"integrity": "sha512-wij7z6RgCxiu66jgpySQHxj0dcuGfSn7v97MBwZ9+IEiqFDrbZR1+ExrXpbmqNXkVWOqWvNFXCYROW0g5dfKuA==",
|
|
212
212
|
"dependencies": {
|
|
213
213
|
"console-control-strings": "1.1.0",
|
|
214
214
|
"lodash": "4.17.21",
|
|
@@ -234,13 +234,13 @@
|
|
|
234
234
|
}
|
|
235
235
|
},
|
|
236
236
|
"node_modules/@appium/support": {
|
|
237
|
-
"version": "5.
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.
|
|
239
|
-
"integrity": "sha512-
|
|
237
|
+
"version": "5.1.1",
|
|
238
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.1.tgz",
|
|
239
|
+
"integrity": "sha512-YwludQ+V5mgGYJQjkuDJ29X0LSJehBeC5IwvaZxKdv/VKLKAbOl3QZqv3RKIGJqQInP6ZOD+doG3OVP64Y/txQ==",
|
|
240
240
|
"dependencies": {
|
|
241
|
-
"@appium/logger": "^1.
|
|
241
|
+
"@appium/logger": "^1.5.0",
|
|
242
242
|
"@appium/tsconfig": "^0.3.3",
|
|
243
|
-
"@appium/types": "^0.
|
|
243
|
+
"@appium/types": "^0.21.0",
|
|
244
244
|
"@colors/colors": "1.6.0",
|
|
245
245
|
"@types/archiver": "6.0.2",
|
|
246
246
|
"@types/base64-stream": "1.0.5",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"@types/shell-quote": "1.7.5",
|
|
256
256
|
"@types/supports-color": "8.1.3",
|
|
257
257
|
"@types/teen_process": "2.0.4",
|
|
258
|
-
"@types/uuid": "
|
|
258
|
+
"@types/uuid": "10.0.0",
|
|
259
259
|
"@types/which": "3.0.4",
|
|
260
260
|
"archiver": "7.0.1",
|
|
261
261
|
"axios": "1.7.2",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"bplist-parser": "0.3.2",
|
|
266
266
|
"form-data": "4.0.0",
|
|
267
267
|
"get-stream": "6.0.1",
|
|
268
|
-
"glob": "10.4.
|
|
268
|
+
"glob": "10.4.2",
|
|
269
269
|
"jsftp": "2.1.3",
|
|
270
270
|
"klaw": "4.1.0",
|
|
271
271
|
"lockfile": "1.0.4",
|
|
@@ -285,9 +285,9 @@
|
|
|
285
285
|
"shell-quote": "1.8.1",
|
|
286
286
|
"source-map-support": "0.5.21",
|
|
287
287
|
"supports-color": "8.1.1",
|
|
288
|
-
"teen_process": "2.1.
|
|
289
|
-
"type-fest": "4.20.
|
|
290
|
-
"uuid": "
|
|
288
|
+
"teen_process": "2.1.6",
|
|
289
|
+
"type-fest": "4.20.1",
|
|
290
|
+
"uuid": "10.0.0",
|
|
291
291
|
"which": "4.0.0",
|
|
292
292
|
"yauzl": "3.1.3"
|
|
293
293
|
},
|
|
@@ -300,9 +300,9 @@
|
|
|
300
300
|
}
|
|
301
301
|
},
|
|
302
302
|
"node_modules/@appium/support/node_modules/teen_process": {
|
|
303
|
-
"version": "2.1.
|
|
304
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
305
|
-
"integrity": "sha512-
|
|
303
|
+
"version": "2.1.6",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
305
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
306
306
|
"dependencies": {
|
|
307
307
|
"bluebird": "^3.7.2",
|
|
308
308
|
"lodash": "^4.17.21",
|
|
@@ -315,9 +315,9 @@
|
|
|
315
315
|
}
|
|
316
316
|
},
|
|
317
317
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
318
|
-
"version": "4.20.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
320
|
-
"integrity": "sha512-
|
|
318
|
+
"version": "4.20.1",
|
|
319
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
320
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
321
321
|
"engines": {
|
|
322
322
|
"node": ">=16"
|
|
323
323
|
},
|
|
@@ -338,16 +338,16 @@
|
|
|
338
338
|
}
|
|
339
339
|
},
|
|
340
340
|
"node_modules/@appium/types": {
|
|
341
|
-
"version": "0.
|
|
342
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.
|
|
343
|
-
"integrity": "sha512-
|
|
341
|
+
"version": "0.21.0",
|
|
342
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.21.0.tgz",
|
|
343
|
+
"integrity": "sha512-Z2kx1W6oLwXTzu/aETBJ1AivdjTSWtlT5xBPckR9Nzh+JpGboBJtJsiAhmPHeEBLhEB/pqXKxKVlh9NV8eKGaw==",
|
|
344
344
|
"dependencies": {
|
|
345
|
-
"@appium/logger": "^1.
|
|
345
|
+
"@appium/logger": "^1.5.0",
|
|
346
346
|
"@appium/schema": "^0.6.1",
|
|
347
347
|
"@appium/tsconfig": "^0.3.3",
|
|
348
348
|
"@types/express": "4.17.21",
|
|
349
349
|
"@types/ws": "8.5.10",
|
|
350
|
-
"type-fest": "4.20.
|
|
350
|
+
"type-fest": "4.20.1"
|
|
351
351
|
},
|
|
352
352
|
"engines": {
|
|
353
353
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -355,9 +355,9 @@
|
|
|
355
355
|
}
|
|
356
356
|
},
|
|
357
357
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
358
|
-
"version": "4.20.
|
|
359
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
360
|
-
"integrity": "sha512-
|
|
358
|
+
"version": "4.20.1",
|
|
359
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
360
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
361
361
|
"engines": {
|
|
362
362
|
"node": ">=16"
|
|
363
363
|
},
|
|
@@ -770,9 +770,9 @@
|
|
|
770
770
|
"integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ=="
|
|
771
771
|
},
|
|
772
772
|
"node_modules/@types/lodash": {
|
|
773
|
-
"version": "4.17.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
775
|
-
"integrity": "sha512-
|
|
773
|
+
"version": "4.17.6",
|
|
774
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.6.tgz",
|
|
775
|
+
"integrity": "sha512-OpXEVoCKSS3lQqjx9GGGOapBeuW5eUboYHRlHP9urXPX25IKZ6AnP5ZRxtVf63iieUbsHxLn8NQ5Nlftc6yzAA=="
|
|
776
776
|
},
|
|
777
777
|
"node_modules/@types/method-override": {
|
|
778
778
|
"version": "0.0.35",
|
|
@@ -801,9 +801,9 @@
|
|
|
801
801
|
}
|
|
802
802
|
},
|
|
803
803
|
"node_modules/@types/node": {
|
|
804
|
-
"version": "20.14.
|
|
805
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
806
|
-
"integrity": "sha512-
|
|
804
|
+
"version": "20.14.9",
|
|
805
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
|
|
806
|
+
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
|
|
807
807
|
"dependencies": {
|
|
808
808
|
"undici-types": "~5.26.4"
|
|
809
809
|
}
|
|
@@ -892,9 +892,9 @@
|
|
|
892
892
|
"integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw=="
|
|
893
893
|
},
|
|
894
894
|
"node_modules/@types/uuid": {
|
|
895
|
-
"version": "
|
|
896
|
-
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-
|
|
897
|
-
"integrity": "sha512-
|
|
895
|
+
"version": "10.0.0",
|
|
896
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
|
|
897
|
+
"integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ=="
|
|
898
898
|
},
|
|
899
899
|
"node_modules/@types/which": {
|
|
900
900
|
"version": "3.0.4",
|
|
@@ -999,18 +999,18 @@
|
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
1001
|
"node_modules/appium": {
|
|
1002
|
-
"version": "2.
|
|
1003
|
-
"resolved": "https://registry.npmjs.org/appium/-/appium-2.
|
|
1004
|
-
"integrity": "sha512-
|
|
1002
|
+
"version": "2.11.1",
|
|
1003
|
+
"resolved": "https://registry.npmjs.org/appium/-/appium-2.11.1.tgz",
|
|
1004
|
+
"integrity": "sha512-OrWwx3n+zx0I4ExClDCjPyFW26tvpw7jl7+1y1YEbsbuSZ81+ydMTHsQEr4wJzT0oRiFHWnB5SQ3sBMJxw2T0Q==",
|
|
1005
1005
|
"hasInstallScript": true,
|
|
1006
1006
|
"dependencies": {
|
|
1007
|
-
"@appium/base-driver": "^9.
|
|
1008
|
-
"@appium/base-plugin": "^2.2.
|
|
1009
|
-
"@appium/docutils": "^1.0.
|
|
1010
|
-
"@appium/logger": "^1.
|
|
1007
|
+
"@appium/base-driver": "^9.11.1",
|
|
1008
|
+
"@appium/base-plugin": "^2.2.41",
|
|
1009
|
+
"@appium/docutils": "^1.0.17",
|
|
1010
|
+
"@appium/logger": "^1.5.0",
|
|
1011
1011
|
"@appium/schema": "^0.6.1",
|
|
1012
|
-
"@appium/support": "^5.
|
|
1013
|
-
"@appium/types": "^0.
|
|
1012
|
+
"@appium/support": "^5.1.1",
|
|
1013
|
+
"@appium/types": "^0.21.0",
|
|
1014
1014
|
"@sidvind/better-ajv-errors": "2.1.3",
|
|
1015
1015
|
"@types/argparse": "2.0.16",
|
|
1016
1016
|
"@types/bluebird": "3.5.42",
|
|
@@ -1028,17 +1028,17 @@
|
|
|
1028
1028
|
"cross-env": "7.0.3",
|
|
1029
1029
|
"lilconfig": "3.1.2",
|
|
1030
1030
|
"lodash": "4.17.21",
|
|
1031
|
-
"lru-cache": "10.
|
|
1031
|
+
"lru-cache": "10.3.0",
|
|
1032
1032
|
"ora": "5.4.1",
|
|
1033
1033
|
"package-changed": "3.0.0",
|
|
1034
1034
|
"resolve-from": "5.0.0",
|
|
1035
1035
|
"semver": "7.6.2",
|
|
1036
1036
|
"source-map-support": "0.5.21",
|
|
1037
|
-
"teen_process": "2.1.
|
|
1038
|
-
"type-fest": "4.20.
|
|
1037
|
+
"teen_process": "2.1.6",
|
|
1038
|
+
"type-fest": "4.20.1",
|
|
1039
1039
|
"winston": "3.13.0",
|
|
1040
1040
|
"wrap-ansi": "7.0.0",
|
|
1041
|
-
"ws": "8.17.
|
|
1041
|
+
"ws": "8.17.1",
|
|
1042
1042
|
"yaml": "2.4.5"
|
|
1043
1043
|
},
|
|
1044
1044
|
"bin": {
|
|
@@ -1050,9 +1050,9 @@
|
|
|
1050
1050
|
}
|
|
1051
1051
|
},
|
|
1052
1052
|
"node_modules/appium-adb": {
|
|
1053
|
-
"version": "12.4.
|
|
1054
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.
|
|
1055
|
-
"integrity": "sha512-
|
|
1053
|
+
"version": "12.4.8",
|
|
1054
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.4.8.tgz",
|
|
1055
|
+
"integrity": "sha512-FKyZ58vyEVnG2SVDezWFtOsMdUm7sDAG0TgpZqeESBUY+DnZp1L7LE6mJ5aD6Z++QnPJrHjM3wywGzLIh1vtvg==",
|
|
1056
1056
|
"dependencies": {
|
|
1057
1057
|
"@appium/support": "^5.0.3",
|
|
1058
1058
|
"@devicefarmer/adbkit-apkreader": "^3.2.4",
|
|
@@ -1064,7 +1064,7 @@
|
|
|
1064
1064
|
"lru-cache": "^10.0.0",
|
|
1065
1065
|
"semver": "^7.0.0",
|
|
1066
1066
|
"source-map-support": "^0.x",
|
|
1067
|
-
"teen_process": "^2.0
|
|
1067
|
+
"teen_process": "^2.2.0"
|
|
1068
1068
|
},
|
|
1069
1069
|
"engines": {
|
|
1070
1070
|
"node": ">=14",
|
|
@@ -1072,11 +1072,11 @@
|
|
|
1072
1072
|
}
|
|
1073
1073
|
},
|
|
1074
1074
|
"node_modules/appium-android-driver": {
|
|
1075
|
-
"version": "9.7.
|
|
1076
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.
|
|
1077
|
-
"integrity": "sha512-
|
|
1075
|
+
"version": "9.7.3",
|
|
1076
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.7.3.tgz",
|
|
1077
|
+
"integrity": "sha512-MxM6q5pMMLmVMwIc18zqH7MbTLGAbifQNOrGfwA1/19EqVwf3KYoPiI2Mn8qQRRtcsa/rK/Esz6QGMV0RhehBQ==",
|
|
1078
1078
|
"dependencies": {
|
|
1079
|
-
"@appium/support": "^
|
|
1079
|
+
"@appium/support": "^5.0.3",
|
|
1080
1080
|
"@colors/colors": "^1.6.0",
|
|
1081
1081
|
"appium-adb": "^12.3.0",
|
|
1082
1082
|
"appium-chromedriver": "^5.5.1",
|
|
@@ -1103,133 +1103,10 @@
|
|
|
1103
1103
|
"appium": "^2.0.0"
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
1106
|
-
"node_modules/appium-android-driver/node_modules/@appium/schema": {
|
|
1107
|
-
"version": "0.5.0",
|
|
1108
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.5.0.tgz",
|
|
1109
|
-
"integrity": "sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==",
|
|
1110
|
-
"dependencies": {
|
|
1111
|
-
"@types/json-schema": "7.0.15",
|
|
1112
|
-
"json-schema": "0.4.0",
|
|
1113
|
-
"source-map-support": "0.5.21"
|
|
1114
|
-
},
|
|
1115
|
-
"engines": {
|
|
1116
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1117
|
-
"npm": ">=8"
|
|
1118
|
-
}
|
|
1119
|
-
},
|
|
1120
|
-
"node_modules/appium-android-driver/node_modules/@appium/support": {
|
|
1121
|
-
"version": "4.5.0",
|
|
1122
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-4.5.0.tgz",
|
|
1123
|
-
"integrity": "sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==",
|
|
1124
|
-
"dependencies": {
|
|
1125
|
-
"@appium/logger": "^1.3.0",
|
|
1126
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1127
|
-
"@appium/types": "^0.19.2",
|
|
1128
|
-
"@colors/colors": "1.6.0",
|
|
1129
|
-
"@types/archiver": "6.0.2",
|
|
1130
|
-
"@types/base64-stream": "1.0.5",
|
|
1131
|
-
"@types/find-root": "1.1.4",
|
|
1132
|
-
"@types/jsftp": "2.1.5",
|
|
1133
|
-
"@types/klaw": "3.0.6",
|
|
1134
|
-
"@types/lockfile": "1.0.4",
|
|
1135
|
-
"@types/mv": "2.1.4",
|
|
1136
|
-
"@types/ncp": "2.0.8",
|
|
1137
|
-
"@types/pluralize": "0.0.33",
|
|
1138
|
-
"@types/semver": "7.5.8",
|
|
1139
|
-
"@types/shell-quote": "1.7.5",
|
|
1140
|
-
"@types/supports-color": "8.1.3",
|
|
1141
|
-
"@types/teen_process": "2.0.4",
|
|
1142
|
-
"@types/uuid": "9.0.8",
|
|
1143
|
-
"@types/which": "3.0.4",
|
|
1144
|
-
"archiver": "7.0.1",
|
|
1145
|
-
"axios": "1.7.2",
|
|
1146
|
-
"base64-stream": "1.0.0",
|
|
1147
|
-
"bluebird": "3.7.2",
|
|
1148
|
-
"bplist-creator": "0.1.1",
|
|
1149
|
-
"bplist-parser": "0.3.2",
|
|
1150
|
-
"form-data": "4.0.0",
|
|
1151
|
-
"get-stream": "6.0.1",
|
|
1152
|
-
"glob": "10.4.1",
|
|
1153
|
-
"jsftp": "2.1.3",
|
|
1154
|
-
"klaw": "4.1.0",
|
|
1155
|
-
"lockfile": "1.0.4",
|
|
1156
|
-
"lodash": "4.17.21",
|
|
1157
|
-
"log-symbols": "4.1.0",
|
|
1158
|
-
"moment": "2.30.1",
|
|
1159
|
-
"mv": "2.1.1",
|
|
1160
|
-
"ncp": "2.0.0",
|
|
1161
|
-
"opencv-bindings": "4.5.5",
|
|
1162
|
-
"pkg-dir": "5.0.0",
|
|
1163
|
-
"plist": "3.1.0",
|
|
1164
|
-
"pluralize": "8.0.0",
|
|
1165
|
-
"read-pkg": "5.2.0",
|
|
1166
|
-
"resolve-from": "5.0.0",
|
|
1167
|
-
"sanitize-filename": "1.6.3",
|
|
1168
|
-
"semver": "7.6.2",
|
|
1169
|
-
"shell-quote": "1.8.1",
|
|
1170
|
-
"source-map-support": "0.5.21",
|
|
1171
|
-
"supports-color": "8.1.1",
|
|
1172
|
-
"teen_process": "2.1.4",
|
|
1173
|
-
"type-fest": "4.19.0",
|
|
1174
|
-
"uuid": "9.0.1",
|
|
1175
|
-
"which": "4.0.0",
|
|
1176
|
-
"yauzl": "3.1.3"
|
|
1177
|
-
},
|
|
1178
|
-
"engines": {
|
|
1179
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1180
|
-
"npm": ">=8"
|
|
1181
|
-
},
|
|
1182
|
-
"optionalDependencies": {
|
|
1183
|
-
"sharp": "0.33.4"
|
|
1184
|
-
}
|
|
1185
|
-
},
|
|
1186
|
-
"node_modules/appium-android-driver/node_modules/@appium/types": {
|
|
1187
|
-
"version": "0.19.2",
|
|
1188
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.19.2.tgz",
|
|
1189
|
-
"integrity": "sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==",
|
|
1190
|
-
"dependencies": {
|
|
1191
|
-
"@appium/logger": "^1.3.0",
|
|
1192
|
-
"@appium/schema": "^0.5.0",
|
|
1193
|
-
"@appium/tsconfig": "^0.3.3",
|
|
1194
|
-
"@types/express": "4.17.21",
|
|
1195
|
-
"@types/ws": "8.5.10",
|
|
1196
|
-
"type-fest": "4.19.0"
|
|
1197
|
-
},
|
|
1198
|
-
"engines": {
|
|
1199
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
1200
|
-
"npm": ">=8"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
"node_modules/appium-android-driver/node_modules/teen_process": {
|
|
1204
|
-
"version": "2.1.4",
|
|
1205
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
1206
|
-
"integrity": "sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==",
|
|
1207
|
-
"dependencies": {
|
|
1208
|
-
"bluebird": "^3.7.2",
|
|
1209
|
-
"lodash": "^4.17.21",
|
|
1210
|
-
"shell-quote": "^1.8.1",
|
|
1211
|
-
"source-map-support": "^0.x"
|
|
1212
|
-
},
|
|
1213
|
-
"engines": {
|
|
1214
|
-
"node": "^16.13.0 || >=18.0.0",
|
|
1215
|
-
"npm": ">=8"
|
|
1216
|
-
}
|
|
1217
|
-
},
|
|
1218
|
-
"node_modules/appium-android-driver/node_modules/type-fest": {
|
|
1219
|
-
"version": "4.19.0",
|
|
1220
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.19.0.tgz",
|
|
1221
|
-
"integrity": "sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==",
|
|
1222
|
-
"engines": {
|
|
1223
|
-
"node": ">=16"
|
|
1224
|
-
},
|
|
1225
|
-
"funding": {
|
|
1226
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1227
|
-
}
|
|
1228
|
-
},
|
|
1229
1106
|
"node_modules/appium-chromedriver": {
|
|
1230
|
-
"version": "5.6.
|
|
1231
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.
|
|
1232
|
-
"integrity": "sha512-
|
|
1107
|
+
"version": "5.6.62",
|
|
1108
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-5.6.62.tgz",
|
|
1109
|
+
"integrity": "sha512-kl5IVK1bRpihAHW2O3DBF0xuWzorraRh1q0/+a/Tlfd6KFCB0mF1HBDW/CnT3g8asZvQaftu3o6nKlKXaYeuHQ==",
|
|
1233
1110
|
"hasInstallScript": true,
|
|
1234
1111
|
"dependencies": {
|
|
1235
1112
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -1349,6 +1226,32 @@
|
|
|
1349
1226
|
"npm": ">=8"
|
|
1350
1227
|
}
|
|
1351
1228
|
},
|
|
1229
|
+
"node_modules/appium-chromedriver/node_modules/@types/uuid": {
|
|
1230
|
+
"version": "9.0.8",
|
|
1231
|
+
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz",
|
|
1232
|
+
"integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA=="
|
|
1233
|
+
},
|
|
1234
|
+
"node_modules/appium-chromedriver/node_modules/glob": {
|
|
1235
|
+
"version": "10.4.1",
|
|
1236
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
1237
|
+
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
1238
|
+
"dependencies": {
|
|
1239
|
+
"foreground-child": "^3.1.0",
|
|
1240
|
+
"jackspeak": "^3.1.2",
|
|
1241
|
+
"minimatch": "^9.0.4",
|
|
1242
|
+
"minipass": "^7.1.2",
|
|
1243
|
+
"path-scurry": "^1.11.1"
|
|
1244
|
+
},
|
|
1245
|
+
"bin": {
|
|
1246
|
+
"glob": "dist/esm/bin.mjs"
|
|
1247
|
+
},
|
|
1248
|
+
"engines": {
|
|
1249
|
+
"node": ">=16 || 14 >=14.18"
|
|
1250
|
+
},
|
|
1251
|
+
"funding": {
|
|
1252
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1352
1255
|
"node_modules/appium-chromedriver/node_modules/teen_process": {
|
|
1353
1256
|
"version": "2.1.4",
|
|
1354
1257
|
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.4.tgz",
|
|
@@ -1375,19 +1278,31 @@
|
|
|
1375
1278
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1376
1279
|
}
|
|
1377
1280
|
},
|
|
1281
|
+
"node_modules/appium-chromedriver/node_modules/uuid": {
|
|
1282
|
+
"version": "9.0.1",
|
|
1283
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
|
|
1284
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
1285
|
+
"funding": [
|
|
1286
|
+
"https://github.com/sponsors/broofa",
|
|
1287
|
+
"https://github.com/sponsors/ctavan"
|
|
1288
|
+
],
|
|
1289
|
+
"bin": {
|
|
1290
|
+
"uuid": "dist/bin/uuid"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1378
1293
|
"node_modules/appium-uiautomator2-server": {
|
|
1379
|
-
"version": "7.0.
|
|
1380
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.
|
|
1381
|
-
"integrity": "sha512-
|
|
1294
|
+
"version": "7.0.18",
|
|
1295
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-7.0.18.tgz",
|
|
1296
|
+
"integrity": "sha512-khTMOuqogJipUesqygyP0CUCwpEifS/XSLpKmxeeM8ZFkCLsWX0ki4CgrTCCauf8VYCWVFvZeV7ssHzF5IZGXg==",
|
|
1382
1297
|
"engines": {
|
|
1383
1298
|
"node": ">=14",
|
|
1384
1299
|
"npm": ">=8"
|
|
1385
1300
|
}
|
|
1386
1301
|
},
|
|
1387
1302
|
"node_modules/appium/node_modules/teen_process": {
|
|
1388
|
-
"version": "2.1.
|
|
1389
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.
|
|
1390
|
-
"integrity": "sha512-
|
|
1303
|
+
"version": "2.1.6",
|
|
1304
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.1.6.tgz",
|
|
1305
|
+
"integrity": "sha512-VCbxLX0EMjnq3kYS+UJBlqAIJJeNfAxDExLLX0jvWa8KyRPbVLzc+CHFwigwR8fTWIdsVOXR2f7owrSq1xtYrw==",
|
|
1391
1306
|
"dependencies": {
|
|
1392
1307
|
"bluebird": "^3.7.2",
|
|
1393
1308
|
"lodash": "^4.17.21",
|
|
@@ -1400,9 +1315,9 @@
|
|
|
1400
1315
|
}
|
|
1401
1316
|
},
|
|
1402
1317
|
"node_modules/appium/node_modules/type-fest": {
|
|
1403
|
-
"version": "4.20.
|
|
1404
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.
|
|
1405
|
-
"integrity": "sha512-
|
|
1318
|
+
"version": "4.20.1",
|
|
1319
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.20.1.tgz",
|
|
1320
|
+
"integrity": "sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==",
|
|
1406
1321
|
"engines": {
|
|
1407
1322
|
"node": ">=16"
|
|
1408
1323
|
},
|
|
@@ -2547,14 +2462,15 @@
|
|
|
2547
2462
|
}
|
|
2548
2463
|
},
|
|
2549
2464
|
"node_modules/glob": {
|
|
2550
|
-
"version": "10.4.
|
|
2551
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.
|
|
2552
|
-
"integrity": "sha512-
|
|
2465
|
+
"version": "10.4.2",
|
|
2466
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.2.tgz",
|
|
2467
|
+
"integrity": "sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==",
|
|
2553
2468
|
"dependencies": {
|
|
2554
2469
|
"foreground-child": "^3.1.0",
|
|
2555
2470
|
"jackspeak": "^3.1.2",
|
|
2556
2471
|
"minimatch": "^9.0.4",
|
|
2557
2472
|
"minipass": "^7.1.2",
|
|
2473
|
+
"package-json-from-dist": "^1.0.0",
|
|
2558
2474
|
"path-scurry": "^1.11.1"
|
|
2559
2475
|
},
|
|
2560
2476
|
"bin": {
|
|
@@ -3085,9 +3001,9 @@
|
|
|
3085
3001
|
}
|
|
3086
3002
|
},
|
|
3087
3003
|
"node_modules/lru-cache": {
|
|
3088
|
-
"version": "10.
|
|
3089
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.
|
|
3090
|
-
"integrity": "sha512-
|
|
3004
|
+
"version": "10.3.0",
|
|
3005
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.3.0.tgz",
|
|
3006
|
+
"integrity": "sha512-CQl19J/g+Hbjbv4Y3mFNNXFEL/5t/KCg8POCuUqd4rMKjGG+j1ybER83hxV58zL+dFI1PTkt3GNFSHRt+d8qEQ==",
|
|
3091
3007
|
"engines": {
|
|
3092
3008
|
"node": "14 || >=16.14"
|
|
3093
3009
|
}
|
|
@@ -3179,9 +3095,9 @@
|
|
|
3179
3095
|
"optional": true
|
|
3180
3096
|
},
|
|
3181
3097
|
"node_modules/minimatch": {
|
|
3182
|
-
"version": "9.0.
|
|
3183
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
3184
|
-
"integrity": "sha512-
|
|
3098
|
+
"version": "9.0.5",
|
|
3099
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
3100
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
3185
3101
|
"dependencies": {
|
|
3186
3102
|
"brace-expansion": "^2.0.1"
|
|
3187
3103
|
},
|
|
@@ -3518,6 +3434,11 @@
|
|
|
3518
3434
|
"package-changed": "bin/package-changed.js"
|
|
3519
3435
|
}
|
|
3520
3436
|
},
|
|
3437
|
+
"node_modules/package-json-from-dist": {
|
|
3438
|
+
"version": "1.0.0",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
|
|
3440
|
+
"integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw=="
|
|
3441
|
+
},
|
|
3521
3442
|
"node_modules/parse-json": {
|
|
3522
3443
|
"version": "5.2.0",
|
|
3523
3444
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -3596,9 +3517,12 @@
|
|
|
3596
3517
|
}
|
|
3597
3518
|
},
|
|
3598
3519
|
"node_modules/path-to-regexp": {
|
|
3599
|
-
"version": "
|
|
3600
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-
|
|
3601
|
-
"integrity": "sha512-
|
|
3520
|
+
"version": "7.0.0",
|
|
3521
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-7.0.0.tgz",
|
|
3522
|
+
"integrity": "sha512-58Y94bQqF3zBIASFNiufRPH1NfgZth1qwZ35radL87sg8pgbVqr6uikAhqZtFD+w65MGH6SWnY/ly3GbrM4fbg==",
|
|
3523
|
+
"engines": {
|
|
3524
|
+
"node": ">=16"
|
|
3525
|
+
}
|
|
3602
3526
|
},
|
|
3603
3527
|
"node_modules/pend": {
|
|
3604
3528
|
"version": "1.2.0",
|
|
@@ -4411,9 +4335,9 @@
|
|
|
4411
4335
|
}
|
|
4412
4336
|
},
|
|
4413
4337
|
"node_modules/teen_process": {
|
|
4414
|
-
"version": "2.
|
|
4415
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.
|
|
4416
|
-
"integrity": "sha512-
|
|
4338
|
+
"version": "2.2.0",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
|
|
4340
|
+
"integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
|
|
4417
4341
|
"dependencies": {
|
|
4418
4342
|
"bluebird": "^3.7.2",
|
|
4419
4343
|
"lodash": "^4.17.21",
|
|
@@ -4473,9 +4397,9 @@
|
|
|
4473
4397
|
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ=="
|
|
4474
4398
|
},
|
|
4475
4399
|
"node_modules/type-fest": {
|
|
4476
|
-
"version": "4.
|
|
4477
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
4478
|
-
"integrity": "sha512-
|
|
4400
|
+
"version": "4.21.0",
|
|
4401
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.21.0.tgz",
|
|
4402
|
+
"integrity": "sha512-ADn2w7hVPcK6w1I0uWnM//y1rLXZhzB9mr0a3OirzclKF1Wp6VzevUmzz/NRAWunOT6E8HrnpGY7xOfc6K57fA==",
|
|
4479
4403
|
"engines": {
|
|
4480
4404
|
"node": ">=16"
|
|
4481
4405
|
},
|
|
@@ -4496,9 +4420,9 @@
|
|
|
4496
4420
|
}
|
|
4497
4421
|
},
|
|
4498
4422
|
"node_modules/typescript": {
|
|
4499
|
-
"version": "5.5.
|
|
4500
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
4501
|
-
"integrity": "sha512
|
|
4423
|
+
"version": "5.5.3",
|
|
4424
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
4425
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
4502
4426
|
"bin": {
|
|
4503
4427
|
"tsc": "bin/tsc",
|
|
4504
4428
|
"tsserver": "bin/tsserver"
|
|
@@ -4555,9 +4479,9 @@
|
|
|
4555
4479
|
}
|
|
4556
4480
|
},
|
|
4557
4481
|
"node_modules/uuid": {
|
|
4558
|
-
"version": "
|
|
4559
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4560
|
-
"integrity": "sha512-
|
|
4482
|
+
"version": "10.0.0",
|
|
4483
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
4484
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
4561
4485
|
"funding": [
|
|
4562
4486
|
"https://github.com/sponsors/broofa",
|
|
4563
4487
|
"https://github.com/sponsors/ctavan"
|
|
@@ -4754,9 +4678,9 @@
|
|
|
4754
4678
|
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
|
4755
4679
|
},
|
|
4756
4680
|
"node_modules/ws": {
|
|
4757
|
-
"version": "8.17.
|
|
4758
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.
|
|
4759
|
-
"integrity": "sha512-
|
|
4681
|
+
"version": "8.17.1",
|
|
4682
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz",
|
|
4683
|
+
"integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
4760
4684
|
"engines": {
|
|
4761
4685
|
"node": ">=10.0.0"
|
|
4762
4686
|
},
|