appium-uiautomator2-driver 7.2.0 → 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 CHANGED
@@ -1,3 +1,15 @@
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
+
7
+ ## [7.2.1](https://github.com/appium/appium-uiautomator2-driver/compare/v7.2.0...v7.2.1) (2026-05-06)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps-dev:** bump sinon from 21.1.2 to 22.0.0 ([#997](https://github.com/appium/appium-uiautomator2-driver/issues/997)) ([2ba9f36](https://github.com/appium/appium-uiautomator2-driver/commit/2ba9f36a05f6f56b8a951055fcfaa0320a67832b))
12
+
1
13
  ## [7.2.0](https://github.com/appium/appium-uiautomator2-driver/compare/v7.1.2...v7.2.0) (2026-05-03)
2
14
 
3
15
  ### Features
package/README.md CHANGED
@@ -2244,3 +2244,4 @@ npm run e2e-test:commands:general
2244
2244
  npm run e2e-test:commands:keyboard
2245
2245
  npm run e2e-test:driver
2246
2246
  ```
2247
+
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-uiautomator2-driver",
3
- "version": "7.2.0",
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.0",
9
+ "version": "7.2.2",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^14.0.0",
@@ -42,7 +42,7 @@
42
42
  "prettier": "^3.0.3",
43
43
  "semantic-release": "^25.0.2",
44
44
  "sharp": "^0.x",
45
- "sinon": "^21.0.0",
45
+ "sinon": "^22.0.0",
46
46
  "ts-node": "^10.9.1",
47
47
  "typescript": "^6.0.2",
48
48
  "unzipper": "^0.x",
@@ -58,17 +58,17 @@
58
58
  }
59
59
  },
60
60
  "node_modules/@appium/base-driver": {
61
- "version": "10.4.0",
62
- "resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.4.0.tgz",
63
- "integrity": "sha512-vt+9zILQw2wECIqzLPbWupaMrNVC9ALttoiARyvL1V7zVwNLi1Zr9MQY0o9+vAXcxiVAf2/aUWeMjyMBYNVBfw==",
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.1.1",
67
- "@appium/types": "1.3.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.1.0",
71
- "axios": "1.15.0",
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/asyncbox": {
94
- "version": "6.1.0",
95
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.1.0.tgz",
96
- "integrity": "sha512-KZwKNVnDdDe0ubN+fFMuHhSljZNHnbjdJABImoqFzQP61oIg6sMlhXIqOIu3WRd7YwW89q+eVj2Ty/Ax5dbh2Q==",
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
- "p-limit": "^7.2.0"
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.0",
108
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
109
- "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
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.0",
176
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.0.tgz",
177
- "integrity": "sha512-m0vTLU7mhC9RR294Nz84g+FhEQ0iZKq6p3rfz1+qfEqCXRXUvDbllSOu2tCVpBKMIoEFZAmkwjuwXobJpCnilQ==",
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.1.1",
189
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.1.tgz",
190
- "integrity": "sha512-WJewvoQxDOaVKjlvjVwifNDMQUVdCy0Edcxobl6I7pJzSE2O15Bi3BEq5AMzDpaXs7DtjZTLkHT29Tin9KHV3Q==",
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.3.1",
189
+ "@appium/types": "1.4.0",
196
190
  "@colors/colors": "1.6.0",
197
191
  "archiver": "7.0.1",
198
- "asyncbox": "6.1.0",
199
- "axios": "1.15.0",
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.6",
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": "3.1.0",
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.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.3.1",
289
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.1.tgz",
290
- "integrity": "sha512-SWTntQ8EAI1m6P2LWqcqASGkRLk5HiKv2V2x7DSfknS8AsiF2ymr6T6oPJ7hUrTkEUA/3ncTSZji5Oq4h5TjzA==",
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.0",
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.4",
574
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-14.3.4.tgz",
575
- "integrity": "sha512-vjxKXP4JIAEKAmKh4dQF1E434JV5cec03n8aUNP3t+TFdw43rVQxbvbQ0fZ0ztaVl9/qWJsWjp6UA6OMwyciLQ==",
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.0",
594
- "resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-13.2.0.tgz",
595
- "integrity": "sha512-ZGUMf9xupFlBXLwh9otr9FtA2rUcrEx07lCYCSvxlW48KuqQCZZNRUMhI5MVeFl2PMNHt1OV2VYz/KhPz7E6JA==",
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.2.30",
624
- "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.2.30.tgz",
625
- "integrity": "sha512-TI7R/cjVglaK5F43SDYQAcLX1r/roUZgndhT819fBGNaN9uS+e1JdN39IvmfXmPr8L0DmAHA5MuTdzl5cu0CAg==",
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",
@@ -631,7 +586,6 @@
631
586
  "appium-adb": "^14.0.0",
632
587
  "asyncbox": "^6.0.1",
633
588
  "axios": "^1.6.5",
634
- "bluebird": "^3.5.1",
635
589
  "compare-versions": "^6.0.0",
636
590
  "lodash": "^4.17.4",
637
591
  "semver": "^7.0.0",
@@ -689,6 +643,12 @@
689
643
  "node": ">= 14"
690
644
  }
691
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
+ },
692
652
  "node_modules/archiver-utils/node_modules/brace-expansion": {
693
653
  "version": "2.1.0",
694
654
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
@@ -820,10 +780,13 @@
820
780
  }
821
781
  },
822
782
  "node_modules/balanced-match": {
823
- "version": "1.0.2",
824
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
825
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
826
- "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
+ }
827
790
  },
828
791
  "node_modules/bare-events": {
829
792
  "version": "2.8.2",
@@ -908,9 +871,9 @@
908
871
  }
909
872
  },
910
873
  "node_modules/bare-url": {
911
- "version": "2.4.2",
912
- "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.2.tgz",
913
- "integrity": "sha512-/9a2j4ac6ckpmAHvod/ob7x439OAHst/drc2Clnq+reRYd/ovddwcF4LfoxHyNk5AuGBnPg+HqFjmE/Zpq6v0A==",
874
+ "version": "2.4.3",
875
+ "resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.3.tgz",
876
+ "integrity": "sha512-Kccpc7ACfXaxfeInfqKcZtW4pT5YBn1mesc4sCsun6sRwtbJ4h+sNOaksUpYEJUKfN65YWC6Bw2OJEFiKxq8nQ==",
914
877
  "license": "Apache-2.0",
915
878
  "dependencies": {
916
879
  "bare-path": "^3.0.0"
@@ -1014,6 +977,18 @@
1014
977
  "node": ">= 5.10.0"
1015
978
  }
1016
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
+ },
1017
992
  "node_modules/buffer-crc32": {
1018
993
  "version": "1.0.0",
1019
994
  "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-1.0.0.tgz",
@@ -1095,6 +1070,7 @@
1095
1070
  "version": "9.0.1",
1096
1071
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
1097
1072
  "integrity": "sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w==",
1073
+ "extraneous": true,
1098
1074
  "license": "ISC",
1099
1075
  "dependencies": {
1100
1076
  "string-width": "^7.2.0",
@@ -1109,12 +1085,14 @@
1109
1085
  "version": "10.6.0",
1110
1086
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
1111
1087
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
1088
+ "extraneous": true,
1112
1089
  "license": "MIT"
1113
1090
  },
1114
1091
  "node_modules/cliui/node_modules/string-width": {
1115
1092
  "version": "7.2.0",
1116
1093
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
1117
1094
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
1095
+ "extraneous": true,
1118
1096
  "license": "MIT",
1119
1097
  "dependencies": {
1120
1098
  "emoji-regex": "^10.3.0",
@@ -1132,6 +1110,7 @@
1132
1110
  "version": "7.2.0",
1133
1111
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
1134
1112
  "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
1113
+ "extraneous": true,
1135
1114
  "license": "MIT",
1136
1115
  "dependencies": {
1137
1116
  "ansi-regex": "^6.2.2"
@@ -1199,6 +1178,7 @@
1199
1178
  "version": "3.4.2",
1200
1179
  "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
1201
1180
  "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
1181
+ "extraneous": true,
1202
1182
  "license": "MIT",
1203
1183
  "engines": {
1204
1184
  "node": "^14.18.0 || >=16.10.0"
@@ -1388,6 +1368,7 @@
1388
1368
  "version": "9.0.0",
1389
1369
  "resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
1390
1370
  "integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
1371
+ "extraneous": true,
1391
1372
  "license": "BSD-3-Clause",
1392
1373
  "engines": {
1393
1374
  "node": ">=0.3.1"
@@ -1489,6 +1470,7 @@
1489
1470
  "version": "3.2.0",
1490
1471
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
1491
1472
  "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
1473
+ "extraneous": true,
1492
1474
  "license": "MIT",
1493
1475
  "engines": {
1494
1476
  "node": ">=6"
@@ -1778,6 +1760,7 @@
1778
1760
  "version": "2.0.5",
1779
1761
  "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
1780
1762
  "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
1763
+ "extraneous": true,
1781
1764
  "license": "ISC",
1782
1765
  "engines": {
1783
1766
  "node": "6.* || 8.* || >= 10.*"
@@ -1787,6 +1770,7 @@
1787
1770
  "version": "1.5.0",
1788
1771
  "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
1789
1772
  "integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
1773
+ "extraneous": true,
1790
1774
  "license": "MIT",
1791
1775
  "engines": {
1792
1776
  "node": ">=18"
@@ -1861,53 +1845,17 @@
1861
1845
  }
1862
1846
  },
1863
1847
  "node_modules/glob": {
1864
- "version": "13.0.6",
1865
- "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
1866
- "integrity": "sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==",
1867
- "license": "BlueOak-1.0.0",
1868
- "dependencies": {
1869
- "minimatch": "^10.2.2",
1870
- "minipass": "^7.1.3",
1871
- "path-scurry": "^2.0.2"
1872
- },
1873
- "engines": {
1874
- "node": "18 || 20 || >=22"
1875
- },
1876
- "funding": {
1877
- "url": "https://github.com/sponsors/isaacs"
1878
- }
1879
- },
1880
- "node_modules/glob/node_modules/balanced-match": {
1881
- "version": "4.0.4",
1882
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
1883
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
1884
- "license": "MIT",
1885
- "engines": {
1886
- "node": "18 || 20 || >=22"
1887
- }
1888
- },
1889
- "node_modules/glob/node_modules/brace-expansion": {
1890
- "version": "5.0.5",
1891
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
1892
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
1893
- "license": "MIT",
1894
- "dependencies": {
1895
- "balanced-match": "^4.0.2"
1896
- },
1897
- "engines": {
1898
- "node": "18 || 20 || >=22"
1899
- }
1900
- },
1901
- "node_modules/glob/node_modules/minimatch": {
1902
- "version": "10.2.5",
1903
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
1904
- "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==",
1905
1851
  "license": "BlueOak-1.0.0",
1906
1852
  "dependencies": {
1907
- "brace-expansion": "^5.0.5"
1853
+ "minimatch": "^10.2.1",
1854
+ "minipass": "^7.1.2",
1855
+ "path-scurry": "^2.0.0"
1908
1856
  },
1909
1857
  "engines": {
1910
- "node": "18 || 20 || >=22"
1858
+ "node": "20 || >=22"
1911
1859
  },
1912
1860
  "funding": {
1913
1861
  "url": "https://github.com/sponsors/isaacs"
@@ -2135,9 +2083,9 @@
2135
2083
  }
2136
2084
  },
2137
2085
  "node_modules/io.appium.settings": {
2138
- "version": "7.0.27",
2139
- "resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-7.0.27.tgz",
2140
- "integrity": "sha512-jx+P/TSLJbx7/avYo2fKcMQ1tL+kiuQkxg/PvngSwWQA8GIRDgKg95uAa2ltyJp457WCrsPCorYS7ACV7eSqkw==",
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==",
2141
2089
  "license": "Apache-2.0",
2142
2090
  "dependencies": {
2143
2091
  "@appium/logger": "^2.0.0-rc.1",
@@ -2325,6 +2273,7 @@
2325
2273
  "version": "3.1.3",
2326
2274
  "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
2327
2275
  "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
2276
+ "extraneous": true,
2328
2277
  "license": "MIT",
2329
2278
  "engines": {
2330
2279
  "node": ">=14"
@@ -2490,6 +2439,21 @@
2490
2439
  "license": "ISC",
2491
2440
  "optional": true
2492
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
+ },
2493
2457
  "node_modules/minipass": {
2494
2458
  "version": "7.1.3",
2495
2459
  "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz",
@@ -2805,26 +2769,16 @@
2805
2769
  "license": "ISC"
2806
2770
  },
2807
2771
  "node_modules/plist": {
2808
- "version": "3.1.0",
2809
- "resolved": "https://registry.npmjs.org/plist/-/plist-3.1.0.tgz",
2810
- "integrity": "sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==",
2772
+ "version": "4.0.0",
2773
+ "resolved": "https://registry.npmjs.org/plist/-/plist-4.0.0.tgz",
2774
+ "integrity": "sha512-4dOqNo0Y2NpfSf9q4+zr4bh7pzNWeckIam34Z0KYJhg8qtNNfh59VbD+Yna5SjwcxawVvLKx5w5FtuCijpEF4Q==",
2811
2775
  "license": "MIT",
2812
2776
  "dependencies": {
2813
- "@xmldom/xmldom": "^0.8.8",
2814
- "base64-js": "^1.5.1",
2777
+ "@xmldom/xmldom": "^0.9.10",
2815
2778
  "xmlbuilder": "^15.1.1"
2816
2779
  },
2817
2780
  "engines": {
2818
- "node": ">=10.4.0"
2819
- }
2820
- },
2821
- "node_modules/plist/node_modules/@xmldom/xmldom": {
2822
- "version": "0.8.13",
2823
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
2824
- "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
2825
- "license": "MIT",
2826
- "engines": {
2827
- "node": ">=10.0.0"
2781
+ "node": ">=18"
2828
2782
  }
2829
2783
  },
2830
2784
  "node_modules/pluralize": {
@@ -3003,6 +2957,12 @@
3003
2957
  "minimatch": "^5.1.0"
3004
2958
  }
3005
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
+ },
3006
2966
  "node_modules/readdir-glob/node_modules/brace-expansion": {
3007
2967
  "version": "2.1.0",
3008
2968
  "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
@@ -3603,12 +3563,11 @@
3603
3563
  }
3604
3564
  },
3605
3565
  "node_modules/teen_process": {
3606
- "version": "4.1.2",
3607
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.2.tgz",
3608
- "integrity": "sha512-MLmWBU1vLjzYuz0BMWtEnriZl9ikFiCQWUKTmVIhnOErJ7jlHOIUEaqrPFGr0lCMxN6hhUl5pPGc3ya7Huj3jA==",
3566
+ "version": "4.1.3",
3567
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
3568
+ "integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
3609
3569
  "license": "Apache-2.0",
3610
3570
  "dependencies": {
3611
- "lodash": "^4.17.21",
3612
3571
  "shell-quote": "^1.8.1"
3613
3572
  },
3614
3573
  "engines": {
@@ -3807,6 +3766,7 @@
3807
3766
  "version": "9.0.2",
3808
3767
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
3809
3768
  "integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
3769
+ "extraneous": true,
3810
3770
  "license": "MIT",
3811
3771
  "dependencies": {
3812
3772
  "ansi-styles": "^6.2.1",
@@ -3842,6 +3802,7 @@
3842
3802
  "version": "6.2.3",
3843
3803
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
3844
3804
  "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
3805
+ "extraneous": true,
3845
3806
  "license": "MIT",
3846
3807
  "engines": {
3847
3808
  "node": ">=12"
@@ -3854,12 +3815,14 @@
3854
3815
  "version": "10.6.0",
3855
3816
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
3856
3817
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
3818
+ "extraneous": true,
3857
3819
  "license": "MIT"
3858
3820
  },
3859
3821
  "node_modules/wrap-ansi/node_modules/string-width": {
3860
3822
  "version": "7.2.0",
3861
3823
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3862
3824
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3825
+ "extraneous": true,
3863
3826
  "license": "MIT",
3864
3827
  "dependencies": {
3865
3828
  "emoji-regex": "^10.3.0",
@@ -3877,6 +3840,7 @@
3877
3840
  "version": "7.2.0",
3878
3841
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
3879
3842
  "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3843
+ "extraneous": true,
3880
3844
  "license": "MIT",
3881
3845
  "dependencies": {
3882
3846
  "ansi-regex": "^6.2.2"
@@ -3937,15 +3901,17 @@
3937
3901
  "version": "5.0.8",
3938
3902
  "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
3939
3903
  "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
3904
+ "extraneous": true,
3940
3905
  "license": "ISC",
3941
3906
  "engines": {
3942
3907
  "node": ">=10"
3943
3908
  }
3944
3909
  },
3945
3910
  "node_modules/yaml": {
3946
- "version": "2.8.3",
3947
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
3948
- "integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
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,
3949
3915
  "license": "ISC",
3950
3916
  "bin": {
3951
3917
  "yaml": "bin.mjs"
@@ -3961,6 +3927,7 @@
3961
3927
  "version": "18.0.0",
3962
3928
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
3963
3929
  "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
3930
+ "extraneous": true,
3964
3931
  "license": "MIT",
3965
3932
  "dependencies": {
3966
3933
  "cliui": "^9.0.1",
@@ -3978,6 +3945,7 @@
3978
3945
  "version": "22.0.0",
3979
3946
  "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-22.0.0.tgz",
3980
3947
  "integrity": "sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw==",
3948
+ "extraneous": true,
3981
3949
  "license": "ISC",
3982
3950
  "engines": {
3983
3951
  "node": "^20.19.0 || ^22.12.0 || >=23"
@@ -3987,12 +3955,14 @@
3987
3955
  "version": "10.6.0",
3988
3956
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.6.0.tgz",
3989
3957
  "integrity": "sha512-toUI84YS5YmxW219erniWD0CIVOo46xGKColeNQRgOzDorgBi1v4D71/OFzgD9GO2UGKIv1C3Sp8DAn0+j5w7A==",
3958
+ "extraneous": true,
3990
3959
  "license": "MIT"
3991
3960
  },
3992
3961
  "node_modules/yargs/node_modules/string-width": {
3993
3962
  "version": "7.2.0",
3994
3963
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
3995
3964
  "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
3965
+ "extraneous": true,
3996
3966
  "license": "MIT",
3997
3967
  "dependencies": {
3998
3968
  "emoji-regex": "^10.3.0",
@@ -4010,6 +3980,7 @@
4010
3980
  "version": "7.2.0",
4011
3981
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
4012
3982
  "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
3983
+ "extraneous": true,
4013
3984
  "license": "MIT",
4014
3985
  "dependencies": {
4015
3986
  "ansi-regex": "^6.2.2"
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "7.2.0",
10
+ "version": "7.2.2",
11
11
  "bugs": {
12
12
  "url": "https://github.com/appium/appium-uiautomator2-driver/issues"
13
13
  },
@@ -89,7 +89,7 @@
89
89
  "prettier": "^3.0.3",
90
90
  "semantic-release": "^25.0.2",
91
91
  "sharp": "^0.x",
92
- "sinon": "^21.0.0",
92
+ "sinon": "^22.0.0",
93
93
  "ts-node": "^10.9.1",
94
94
  "typescript": "^6.0.2",
95
95
  "unzipper": "^0.x",