appium-geckodriver 3.0.0 → 3.0.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 +12 -0
- package/npm-shrinkwrap.json +100 -421
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [3.0.2](https://github.com/appium/appium-geckodriver/compare/v3.0.1...v3.0.2) (2026-06-19)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump @types/node from 25.9.4 to 26.0.0 ([#170](https://github.com/appium/appium-geckodriver/issues/170)) ([61be9c8](https://github.com/appium/appium-geckodriver/commit/61be9c841ccd19474563aa95535f2eafd7ec5daa))
|
|
6
|
+
|
|
7
|
+
## [3.0.1](https://github.com/appium/appium-geckodriver/compare/v3.0.0...v3.0.1) (2026-06-14)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* Export package.json ([#169](https://github.com/appium/appium-geckodriver/issues/169)) ([8080867](https://github.com/appium/appium-geckodriver/commit/8080867e54418f76dbe3aca03b1399f1643e5199))
|
|
12
|
+
|
|
1
13
|
## [3.0.0](https://github.com/appium/appium-geckodriver/compare/v2.4.0...v3.0.0) (2026-06-10)
|
|
2
14
|
|
|
3
15
|
### ⚠ BREAKING CHANGES
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-geckodriver",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-geckodriver",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@appium/types": "^1.0.0-rc.1",
|
|
25
25
|
"@semantic-release/changelog": "^6.0.1",
|
|
26
26
|
"@semantic-release/git": "^10.0.1",
|
|
27
|
-
"@types/node": "^
|
|
27
|
+
"@types/node": "^26.0.0",
|
|
28
28
|
"@types/portscanner": "^2.1.4",
|
|
29
29
|
"@types/tar-stream": "^3.1.4",
|
|
30
30
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
@@ -42,14 +42,12 @@
|
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"node_modules/@appium/logger": {
|
|
45
|
-
"version": "2.0.
|
|
46
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
47
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "2.0.9",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.9.tgz",
|
|
47
|
+
"integrity": "sha512-3rNqtyxTygrDkxEMA2UB35EQfzxlnGCkIJLdIRDLKhVfbHgFw8XEnPnYuvMKvzG8zVeBUoh76dxKVHyIezPsIQ==",
|
|
48
48
|
"license": "ISC",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"
|
|
51
|
-
"lru-cache": "11.5.0",
|
|
52
|
-
"set-blocking": "2.0.0"
|
|
50
|
+
"lru-cache": "11.5.1"
|
|
53
51
|
},
|
|
54
52
|
"engines": {
|
|
55
53
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -57,9 +55,9 @@
|
|
|
57
55
|
}
|
|
58
56
|
},
|
|
59
57
|
"node_modules/@appium/schema": {
|
|
60
|
-
"version": "1.2.
|
|
61
|
-
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.
|
|
62
|
-
"integrity": "sha512
|
|
58
|
+
"version": "1.2.1",
|
|
59
|
+
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.2.1.tgz",
|
|
60
|
+
"integrity": "sha512-+XmwihFeW10Q0UI/WdLsMTfnC2d2ec0ceGRdhRcfBuo5cClfm/E7VCJH2PE64KE0A17ZlsZf63FRkKfNHw9PKw==",
|
|
63
61
|
"license": "Apache-2.0",
|
|
64
62
|
"dependencies": {
|
|
65
63
|
"json-schema": "0.4.0"
|
|
@@ -70,136 +68,59 @@
|
|
|
70
68
|
}
|
|
71
69
|
},
|
|
72
70
|
"node_modules/@appium/support": {
|
|
73
|
-
"version": "7.2.
|
|
74
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.
|
|
75
|
-
"integrity": "sha512
|
|
71
|
+
"version": "7.2.5",
|
|
72
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.2.5.tgz",
|
|
73
|
+
"integrity": "sha512-+sk7HdWYD5EMcSVtiMK09aA960suBJY/8d+r5v8j9vHw47R4ukLrM2lShpIpFFCTTfz5ZTCjCtvqNwwM8EqyMg==",
|
|
76
74
|
"license": "Apache-2.0",
|
|
77
75
|
"dependencies": {
|
|
78
|
-
"@appium/logger": "2.0.
|
|
79
|
-
"@appium/
|
|
80
|
-
"@appium/types": "1.5.0",
|
|
81
|
-
"@colors/colors": "1.6.0",
|
|
76
|
+
"@appium/logger": "2.0.9",
|
|
77
|
+
"@appium/types": "1.5.1",
|
|
82
78
|
"archiver": "8.0.0",
|
|
83
79
|
"asyncbox": "6.3.0",
|
|
84
|
-
"axios": "1.
|
|
85
|
-
"base64-stream": "1.0.0",
|
|
80
|
+
"axios": "1.18.0",
|
|
86
81
|
"bluebird": "3.7.2",
|
|
87
82
|
"bplist-creator": "0.1.1",
|
|
88
83
|
"bplist-parser": "0.3.2",
|
|
89
|
-
"form-data": "4.0.
|
|
90
|
-
"get-stream": "9.0.1",
|
|
84
|
+
"form-data": "4.0.6",
|
|
91
85
|
"glob": "13.0.6",
|
|
92
86
|
"jsftp": "2.1.3",
|
|
93
87
|
"klaw": "4.1.0",
|
|
94
88
|
"lockfile": "1.0.4",
|
|
95
|
-
"
|
|
96
|
-
"ncp": "2.0.0",
|
|
97
|
-
"package-directory": "8.2.0",
|
|
89
|
+
"normalize-package-data": "8.0.0",
|
|
98
90
|
"plist": "4.0.0",
|
|
99
91
|
"pluralize": "8.0.0",
|
|
100
|
-
"read-pkg": "10.1.0",
|
|
101
|
-
"resolve-from": "5.0.0",
|
|
102
92
|
"sanitize-filename": "1.6.4",
|
|
103
|
-
"semver": "7.8.
|
|
93
|
+
"semver": "7.8.4",
|
|
104
94
|
"shell-quote": "1.8.4",
|
|
105
|
-
"supports-color": "10.2.2",
|
|
106
95
|
"teen_process": "4.1.3",
|
|
107
|
-
"type-fest": "5.
|
|
96
|
+
"type-fest": "5.7.0",
|
|
108
97
|
"uuid": "14.0.0",
|
|
109
98
|
"which": "6.0.1",
|
|
110
|
-
"yauzl": "3.
|
|
99
|
+
"yauzl": "3.4.0"
|
|
111
100
|
},
|
|
112
101
|
"engines": {
|
|
113
102
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
114
103
|
"npm": ">=10"
|
|
115
104
|
},
|
|
116
105
|
"optionalDependencies": {
|
|
117
|
-
"sharp": "0.
|
|
118
|
-
}
|
|
119
|
-
},
|
|
120
|
-
"node_modules/@appium/support/node_modules/axios": {
|
|
121
|
-
"version": "1.16.1",
|
|
122
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.16.1.tgz",
|
|
123
|
-
"integrity": "sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==",
|
|
124
|
-
"license": "MIT",
|
|
125
|
-
"dependencies": {
|
|
126
|
-
"follow-redirects": "^1.16.0",
|
|
127
|
-
"form-data": "^4.0.5",
|
|
128
|
-
"https-proxy-agent": "^5.0.1",
|
|
129
|
-
"proxy-from-env": "^2.1.0"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"node_modules/@appium/support/node_modules/semver": {
|
|
133
|
-
"version": "7.8.1",
|
|
134
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
135
|
-
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
136
|
-
"license": "ISC",
|
|
137
|
-
"bin": {
|
|
138
|
-
"semver": "bin/semver.js"
|
|
139
|
-
},
|
|
140
|
-
"engines": {
|
|
141
|
-
"node": ">=10"
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
"node_modules/@appium/tsconfig": {
|
|
145
|
-
"version": "1.1.2",
|
|
146
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.2.tgz",
|
|
147
|
-
"integrity": "sha512-lHKBm7hXCROc1Ha/cBxS4o3iQkeY96Pz7qM9Uh9vFDkdpTGBk56V1lmc3iGcgBYKBlaRT/LZmTsqClvHoiXhvw==",
|
|
148
|
-
"license": "Apache-2.0",
|
|
149
|
-
"dependencies": {
|
|
150
|
-
"@tsconfig/node20": "20.1.9"
|
|
151
|
-
},
|
|
152
|
-
"engines": {
|
|
153
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
154
|
-
"npm": ">=10"
|
|
106
|
+
"sharp": "0.35.1"
|
|
155
107
|
}
|
|
156
108
|
},
|
|
157
109
|
"node_modules/@appium/types": {
|
|
158
|
-
"version": "1.5.
|
|
159
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.
|
|
160
|
-
"integrity": "sha512-
|
|
110
|
+
"version": "1.5.1",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.1.tgz",
|
|
112
|
+
"integrity": "sha512-cQkbSh6AwEGlowfKBxVngtBc5fkqAPmg4WdjGZ2txa81lpfuNTLX50VWM8Nxf3hiCgRMsRVfBWdU9x38OJqDrQ==",
|
|
161
113
|
"license": "Apache-2.0",
|
|
162
114
|
"dependencies": {
|
|
163
|
-
"@appium/
|
|
164
|
-
"
|
|
165
|
-
"@appium/tsconfig": "1.1.2",
|
|
166
|
-
"type-fest": "5.6.0"
|
|
115
|
+
"@appium/schema": "1.2.1",
|
|
116
|
+
"type-fest": "5.7.0"
|
|
167
117
|
},
|
|
168
118
|
"engines": {
|
|
169
119
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
170
120
|
"npm": ">=10"
|
|
171
|
-
}
|
|
172
|
-
},
|
|
173
|
-
"node_modules/@babel/code-frame": {
|
|
174
|
-
"version": "7.29.7",
|
|
175
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.7.tgz",
|
|
176
|
-
"integrity": "sha512-Aup7aUOfpbAUg2ROOJN6Iw5f9DMBlzu0mIkm/malLQFN/YQgO48wCj0Kxa3sEHJvPVFg7siR+qRInwXd2qhQKw==",
|
|
177
|
-
"license": "MIT",
|
|
178
|
-
"dependencies": {
|
|
179
|
-
"@babel/helper-validator-identifier": "^7.29.7",
|
|
180
|
-
"js-tokens": "^4.0.0",
|
|
181
|
-
"picocolors": "^1.1.1"
|
|
182
121
|
},
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
"node_modules/@babel/helper-validator-identifier": {
|
|
188
|
-
"version": "7.29.7",
|
|
189
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.29.7.tgz",
|
|
190
|
-
"integrity": "sha512-qehxGkRj55h/ff8EMaJ+cYhyaKlHIxqYDn682wQD7RNp9UujOQsHog2uS0r2vzr4pW+sXf90NeeayjcNaX3fFg==",
|
|
191
|
-
"license": "MIT",
|
|
192
|
-
"engines": {
|
|
193
|
-
"node": ">=6.9.0"
|
|
194
|
-
}
|
|
195
|
-
},
|
|
196
|
-
"node_modules/@colors/colors": {
|
|
197
|
-
"version": "1.6.0",
|
|
198
|
-
"resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz",
|
|
199
|
-
"integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==",
|
|
200
|
-
"license": "MIT",
|
|
201
|
-
"engines": {
|
|
202
|
-
"node": ">=0.1.90"
|
|
122
|
+
"peerDependencies": {
|
|
123
|
+
"@appium/logger": "^2.0.0"
|
|
203
124
|
}
|
|
204
125
|
},
|
|
205
126
|
"node_modules/@img/colour": {
|
|
@@ -213,9 +134,9 @@
|
|
|
213
134
|
}
|
|
214
135
|
},
|
|
215
136
|
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
216
|
-
"version": "1.
|
|
217
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.
|
|
218
|
-
"integrity": "sha512-
|
|
137
|
+
"version": "1.3.0",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.3.0.tgz",
|
|
139
|
+
"integrity": "sha512-y9RNUYDe2A1UAdhLyfeOodGRszQdaEoe4nfOpp/sNVPl2CWIcUyFaDoCh4vPLPxu19803j2naLqZup2WxDXCLA==",
|
|
219
140
|
"cpu": [
|
|
220
141
|
"x64"
|
|
221
142
|
],
|
|
@@ -232,9 +153,9 @@
|
|
|
232
153
|
}
|
|
233
154
|
},
|
|
234
155
|
"node_modules/@img/sharp-linux-x64": {
|
|
235
|
-
"version": "0.
|
|
236
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.
|
|
237
|
-
"integrity": "sha512-
|
|
156
|
+
"version": "0.35.1",
|
|
157
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.35.1.tgz",
|
|
158
|
+
"integrity": "sha512-NbJD4mWdeyrNQKluO/tR/wBDOelcowSVGNBWxI0e3ZtlXc6F/UOVKDj1MLD4zl3oHTuvKW3s+MA9N54YTldAYw==",
|
|
238
159
|
"cpu": [
|
|
239
160
|
"x64"
|
|
240
161
|
],
|
|
@@ -247,33 +168,15 @@
|
|
|
247
168
|
"linux"
|
|
248
169
|
],
|
|
249
170
|
"engines": {
|
|
250
|
-
"node": "
|
|
171
|
+
"node": ">=20.9.0"
|
|
251
172
|
},
|
|
252
173
|
"funding": {
|
|
253
174
|
"url": "https://opencollective.com/libvips"
|
|
254
175
|
},
|
|
255
176
|
"optionalDependencies": {
|
|
256
|
-
"@img/sharp-libvips-linux-x64": "1.
|
|
177
|
+
"@img/sharp-libvips-linux-x64": "1.3.0"
|
|
257
178
|
}
|
|
258
179
|
},
|
|
259
|
-
"node_modules/@sec-ant/readable-stream": {
|
|
260
|
-
"version": "0.4.1",
|
|
261
|
-
"resolved": "https://registry.npmjs.org/@sec-ant/readable-stream/-/readable-stream-0.4.1.tgz",
|
|
262
|
-
"integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
|
|
263
|
-
"license": "MIT"
|
|
264
|
-
},
|
|
265
|
-
"node_modules/@tsconfig/node20": {
|
|
266
|
-
"version": "20.1.9",
|
|
267
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.9.tgz",
|
|
268
|
-
"integrity": "sha512-IjlTv1RsvnPtUcjTqtVsZExKVq+KQx4g5pCP5tI7rAs6Xesl2qFwSz/tPDBC4JajkL/MlezBu3gPUwqRHl+RIg==",
|
|
269
|
-
"license": "MIT"
|
|
270
|
-
},
|
|
271
|
-
"node_modules/@types/normalize-package-data": {
|
|
272
|
-
"version": "2.4.4",
|
|
273
|
-
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
|
|
274
|
-
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
275
|
-
"license": "MIT"
|
|
276
|
-
},
|
|
277
180
|
"node_modules/@xmldom/xmldom": {
|
|
278
181
|
"version": "0.9.10",
|
|
279
182
|
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
@@ -414,9 +317,9 @@
|
|
|
414
317
|
"license": "MIT"
|
|
415
318
|
},
|
|
416
319
|
"node_modules/axios": {
|
|
417
|
-
"version": "1.
|
|
418
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
419
|
-
"integrity": "sha512-
|
|
320
|
+
"version": "1.18.0",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
|
|
322
|
+
"integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
|
|
420
323
|
"license": "MIT",
|
|
421
324
|
"dependencies": {
|
|
422
325
|
"follow-redirects": "^1.16.0",
|
|
@@ -505,11 +408,12 @@
|
|
|
505
408
|
}
|
|
506
409
|
},
|
|
507
410
|
"node_modules/bare-stream": {
|
|
508
|
-
"version": "2.13.
|
|
509
|
-
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.
|
|
510
|
-
"integrity": "sha512-
|
|
411
|
+
"version": "2.13.3",
|
|
412
|
+
"resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.3.tgz",
|
|
413
|
+
"integrity": "sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==",
|
|
511
414
|
"license": "Apache-2.0",
|
|
512
415
|
"dependencies": {
|
|
416
|
+
"b4a": "^1.8.1",
|
|
513
417
|
"streamx": "^2.25.0",
|
|
514
418
|
"teex": "^1.0.1"
|
|
515
419
|
},
|
|
@@ -559,12 +463,6 @@
|
|
|
559
463
|
],
|
|
560
464
|
"license": "MIT"
|
|
561
465
|
},
|
|
562
|
-
"node_modules/base64-stream": {
|
|
563
|
-
"version": "1.0.0",
|
|
564
|
-
"resolved": "https://registry.npmjs.org/base64-stream/-/base64-stream-1.0.0.tgz",
|
|
565
|
-
"integrity": "sha512-BQQZftaO48FcE1Kof9CmXMFaAdqkcNorgc8CxesZv9nMbbTF1EFyQe89UOuh//QMmdtfUDXyO8rgUalemL5ODA==",
|
|
566
|
-
"license": "MIT"
|
|
567
|
-
},
|
|
568
466
|
"node_modules/big-integer": {
|
|
569
467
|
"version": "1.6.52",
|
|
570
468
|
"resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.52.tgz",
|
|
@@ -652,19 +550,6 @@
|
|
|
652
550
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
653
551
|
}
|
|
654
552
|
},
|
|
655
|
-
"node_modules/chalk/node_modules/supports-color": {
|
|
656
|
-
"version": "7.2.0",
|
|
657
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
658
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
659
|
-
"extraneous": true,
|
|
660
|
-
"license": "MIT",
|
|
661
|
-
"dependencies": {
|
|
662
|
-
"has-flag": "^4.0.0"
|
|
663
|
-
},
|
|
664
|
-
"engines": {
|
|
665
|
-
"node": ">=8"
|
|
666
|
-
}
|
|
667
|
-
},
|
|
668
553
|
"node_modules/cliui": {
|
|
669
554
|
"version": "9.0.1",
|
|
670
555
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-9.0.1.tgz",
|
|
@@ -778,12 +663,6 @@
|
|
|
778
663
|
"node": ">=18"
|
|
779
664
|
}
|
|
780
665
|
},
|
|
781
|
-
"node_modules/console-control-strings": {
|
|
782
|
-
"version": "1.1.0",
|
|
783
|
-
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
|
|
784
|
-
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
|
|
785
|
-
"license": "ISC"
|
|
786
|
-
},
|
|
787
666
|
"node_modules/core-util-is": {
|
|
788
667
|
"version": "1.0.3",
|
|
789
668
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
@@ -969,18 +848,6 @@
|
|
|
969
848
|
"node": ">= 4.9.1"
|
|
970
849
|
}
|
|
971
850
|
},
|
|
972
|
-
"node_modules/find-up-simple": {
|
|
973
|
-
"version": "1.0.1",
|
|
974
|
-
"resolved": "https://registry.npmjs.org/find-up-simple/-/find-up-simple-1.0.1.tgz",
|
|
975
|
-
"integrity": "sha512-afd4O7zpqHeRyg4PfDQsXmlDe2PfdHtJt6Akt8jOWaApLOZk5JXs6VMR29lz03pRe9mpykrRCYIYxaJYcfpncQ==",
|
|
976
|
-
"license": "MIT",
|
|
977
|
-
"engines": {
|
|
978
|
-
"node": ">=18"
|
|
979
|
-
},
|
|
980
|
-
"funding": {
|
|
981
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
982
|
-
}
|
|
983
|
-
},
|
|
984
851
|
"node_modules/follow-redirects": {
|
|
985
852
|
"version": "1.16.0",
|
|
986
853
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
@@ -1002,16 +869,16 @@
|
|
|
1002
869
|
}
|
|
1003
870
|
},
|
|
1004
871
|
"node_modules/form-data": {
|
|
1005
|
-
"version": "4.0.
|
|
1006
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
1007
|
-
"integrity": "sha512-
|
|
872
|
+
"version": "4.0.6",
|
|
873
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
|
|
874
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
1008
875
|
"license": "MIT",
|
|
1009
876
|
"dependencies": {
|
|
1010
877
|
"asynckit": "^0.4.0",
|
|
1011
878
|
"combined-stream": "^1.0.8",
|
|
1012
879
|
"es-set-tostringtag": "^2.1.0",
|
|
1013
|
-
"hasown": "^2.0.
|
|
1014
|
-
"mime-types": "^2.1.
|
|
880
|
+
"hasown": "^2.0.4",
|
|
881
|
+
"mime-types": "^2.1.35"
|
|
1015
882
|
},
|
|
1016
883
|
"engines": {
|
|
1017
884
|
"node": ">= 6"
|
|
@@ -1142,22 +1009,6 @@
|
|
|
1142
1009
|
"node": ">= 0.4"
|
|
1143
1010
|
}
|
|
1144
1011
|
},
|
|
1145
|
-
"node_modules/get-stream": {
|
|
1146
|
-
"version": "9.0.1",
|
|
1147
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
|
|
1148
|
-
"integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
|
|
1149
|
-
"license": "MIT",
|
|
1150
|
-
"dependencies": {
|
|
1151
|
-
"@sec-ant/readable-stream": "^0.4.1",
|
|
1152
|
-
"is-stream": "^4.0.1"
|
|
1153
|
-
},
|
|
1154
|
-
"engines": {
|
|
1155
|
-
"node": ">=18"
|
|
1156
|
-
},
|
|
1157
|
-
"funding": {
|
|
1158
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1159
|
-
}
|
|
1160
|
-
},
|
|
1161
1012
|
"node_modules/glob": {
|
|
1162
1013
|
"version": "13.0.6",
|
|
1163
1014
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -1281,18 +1132,6 @@
|
|
|
1281
1132
|
],
|
|
1282
1133
|
"license": "BSD-3-Clause"
|
|
1283
1134
|
},
|
|
1284
|
-
"node_modules/index-to-position": {
|
|
1285
|
-
"version": "1.2.0",
|
|
1286
|
-
"resolved": "https://registry.npmjs.org/index-to-position/-/index-to-position-1.2.0.tgz",
|
|
1287
|
-
"integrity": "sha512-Yg7+ztRkqslMAS2iFaU+Oa4KTSidr63OsFGlOrJoW981kIYO3CGCS3wA95P1mUi/IVSJkn0D479KTJpVpvFNuw==",
|
|
1288
|
-
"license": "MIT",
|
|
1289
|
-
"engines": {
|
|
1290
|
-
"node": ">=18"
|
|
1291
|
-
},
|
|
1292
|
-
"funding": {
|
|
1293
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1294
|
-
}
|
|
1295
|
-
},
|
|
1296
1135
|
"node_modules/inherits": {
|
|
1297
1136
|
"version": "2.0.4",
|
|
1298
1137
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
@@ -1329,18 +1168,6 @@
|
|
|
1329
1168
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1330
1169
|
}
|
|
1331
1170
|
},
|
|
1332
|
-
"node_modules/is-unicode-supported": {
|
|
1333
|
-
"version": "2.1.0",
|
|
1334
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
1335
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
1336
|
-
"license": "MIT",
|
|
1337
|
-
"engines": {
|
|
1338
|
-
"node": ">=18"
|
|
1339
|
-
},
|
|
1340
|
-
"funding": {
|
|
1341
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
1171
|
"node_modules/isarray": {
|
|
1345
1172
|
"version": "1.0.0",
|
|
1346
1173
|
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
@@ -1356,12 +1183,6 @@
|
|
|
1356
1183
|
"node": ">=20"
|
|
1357
1184
|
}
|
|
1358
1185
|
},
|
|
1359
|
-
"node_modules/js-tokens": {
|
|
1360
|
-
"version": "4.0.0",
|
|
1361
|
-
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
1362
|
-
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
1363
|
-
"license": "MIT"
|
|
1364
|
-
},
|
|
1365
1186
|
"node_modules/jsftp": {
|
|
1366
1187
|
"version": "2.1.3",
|
|
1367
1188
|
"resolved": "https://registry.npmjs.org/jsftp/-/jsftp-2.1.3.tgz",
|
|
@@ -1460,26 +1281,10 @@
|
|
|
1460
1281
|
"integrity": "sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA==",
|
|
1461
1282
|
"license": "MIT"
|
|
1462
1283
|
},
|
|
1463
|
-
"node_modules/log-symbols": {
|
|
1464
|
-
"version": "7.0.1",
|
|
1465
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.1.tgz",
|
|
1466
|
-
"integrity": "sha512-ja1E3yCr9i/0hmBVaM0bfwDjnGy8I/s6PP4DFp+yP+a+mrHO4Rm7DtmnqROTUkHIkqffC84YY7AeqX6oFk0WFg==",
|
|
1467
|
-
"license": "MIT",
|
|
1468
|
-
"dependencies": {
|
|
1469
|
-
"is-unicode-supported": "^2.0.0",
|
|
1470
|
-
"yoctocolors": "^2.1.1"
|
|
1471
|
-
},
|
|
1472
|
-
"engines": {
|
|
1473
|
-
"node": ">=18"
|
|
1474
|
-
},
|
|
1475
|
-
"funding": {
|
|
1476
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1477
|
-
}
|
|
1478
|
-
},
|
|
1479
1284
|
"node_modules/lru-cache": {
|
|
1480
|
-
"version": "11.5.
|
|
1481
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
1482
|
-
"integrity": "sha512-
|
|
1285
|
+
"version": "11.5.1",
|
|
1286
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.1.tgz",
|
|
1287
|
+
"integrity": "sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==",
|
|
1483
1288
|
"license": "BlueOak-1.0.0",
|
|
1484
1289
|
"engines": {
|
|
1485
1290
|
"node": "20 || >=22"
|
|
@@ -1534,15 +1339,6 @@
|
|
|
1534
1339
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
1535
1340
|
"license": "MIT"
|
|
1536
1341
|
},
|
|
1537
|
-
"node_modules/ncp": {
|
|
1538
|
-
"version": "2.0.0",
|
|
1539
|
-
"resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
|
|
1540
|
-
"integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==",
|
|
1541
|
-
"license": "MIT",
|
|
1542
|
-
"bin": {
|
|
1543
|
-
"ncp": "bin/ncp"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
1342
|
"node_modules/normalize-package-data": {
|
|
1547
1343
|
"version": "8.0.0",
|
|
1548
1344
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-8.0.0.tgz",
|
|
@@ -1606,50 +1402,6 @@
|
|
|
1606
1402
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1607
1403
|
}
|
|
1608
1404
|
},
|
|
1609
|
-
"node_modules/package-directory": {
|
|
1610
|
-
"version": "8.2.0",
|
|
1611
|
-
"resolved": "https://registry.npmjs.org/package-directory/-/package-directory-8.2.0.tgz",
|
|
1612
|
-
"integrity": "sha512-qJSu5Mo6tHmRxCy2KCYYKYgcfBdUpy9dwReaZD/xwf608AUk/MoRtIOWzgDtUeGeC7n/55yC3MI1Q+MbSoektw==",
|
|
1613
|
-
"license": "MIT",
|
|
1614
|
-
"dependencies": {
|
|
1615
|
-
"find-up-simple": "^1.0.0"
|
|
1616
|
-
},
|
|
1617
|
-
"engines": {
|
|
1618
|
-
"node": ">=18"
|
|
1619
|
-
},
|
|
1620
|
-
"funding": {
|
|
1621
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1622
|
-
}
|
|
1623
|
-
},
|
|
1624
|
-
"node_modules/parse-json": {
|
|
1625
|
-
"version": "8.3.0",
|
|
1626
|
-
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-8.3.0.tgz",
|
|
1627
|
-
"integrity": "sha512-ybiGyvspI+fAoRQbIPRddCcSTV9/LsJbf0e/S85VLowVGzRmokfneg2kwVW/KU5rOXrPSbF1qAKPMgNTqqROQQ==",
|
|
1628
|
-
"license": "MIT",
|
|
1629
|
-
"dependencies": {
|
|
1630
|
-
"@babel/code-frame": "^7.26.2",
|
|
1631
|
-
"index-to-position": "^1.1.0",
|
|
1632
|
-
"type-fest": "^4.39.1"
|
|
1633
|
-
},
|
|
1634
|
-
"engines": {
|
|
1635
|
-
"node": ">=18"
|
|
1636
|
-
},
|
|
1637
|
-
"funding": {
|
|
1638
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1639
|
-
}
|
|
1640
|
-
},
|
|
1641
|
-
"node_modules/parse-json/node_modules/type-fest": {
|
|
1642
|
-
"version": "4.41.0",
|
|
1643
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
|
|
1644
|
-
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
|
|
1645
|
-
"license": "(MIT OR CC0-1.0)",
|
|
1646
|
-
"engines": {
|
|
1647
|
-
"node": ">=16"
|
|
1648
|
-
},
|
|
1649
|
-
"funding": {
|
|
1650
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1651
|
-
}
|
|
1652
|
-
},
|
|
1653
1405
|
"node_modules/parse-listing": {
|
|
1654
1406
|
"version": "1.1.3",
|
|
1655
1407
|
"resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
|
|
@@ -1680,12 +1432,6 @@
|
|
|
1680
1432
|
"integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
|
|
1681
1433
|
"license": "MIT"
|
|
1682
1434
|
},
|
|
1683
|
-
"node_modules/picocolors": {
|
|
1684
|
-
"version": "1.1.1",
|
|
1685
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1686
|
-
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1687
|
-
"license": "ISC"
|
|
1688
|
-
},
|
|
1689
1435
|
"node_modules/plist": {
|
|
1690
1436
|
"version": "4.0.0",
|
|
1691
1437
|
"resolved": "https://registry.npmjs.org/plist/-/plist-4.0.0.tgz",
|
|
@@ -1755,25 +1501,6 @@
|
|
|
1755
1501
|
"node": ">=10"
|
|
1756
1502
|
}
|
|
1757
1503
|
},
|
|
1758
|
-
"node_modules/read-pkg": {
|
|
1759
|
-
"version": "10.1.0",
|
|
1760
|
-
"resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-10.1.0.tgz",
|
|
1761
|
-
"integrity": "sha512-I8g2lArQiP78ll51UeMZojewtYgIRCKCWqZEgOO8c/uefTI+XDXvCSXu3+YNUaTNvZzobrL5+SqHjBrByRRTdg==",
|
|
1762
|
-
"license": "MIT",
|
|
1763
|
-
"dependencies": {
|
|
1764
|
-
"@types/normalize-package-data": "^2.4.4",
|
|
1765
|
-
"normalize-package-data": "^8.0.0",
|
|
1766
|
-
"parse-json": "^8.3.0",
|
|
1767
|
-
"type-fest": "^5.4.4",
|
|
1768
|
-
"unicorn-magic": "^0.4.0"
|
|
1769
|
-
},
|
|
1770
|
-
"engines": {
|
|
1771
|
-
"node": ">=20"
|
|
1772
|
-
},
|
|
1773
|
-
"funding": {
|
|
1774
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
1775
|
-
}
|
|
1776
|
-
},
|
|
1777
1504
|
"node_modules/readable-stream": {
|
|
1778
1505
|
"version": "4.7.0",
|
|
1779
1506
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
@@ -1829,15 +1556,6 @@
|
|
|
1829
1556
|
"url": "https://github.com/sponsors/yqnn"
|
|
1830
1557
|
}
|
|
1831
1558
|
},
|
|
1832
|
-
"node_modules/resolve-from": {
|
|
1833
|
-
"version": "5.0.0",
|
|
1834
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
|
1835
|
-
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
|
1836
|
-
"license": "MIT",
|
|
1837
|
-
"engines": {
|
|
1838
|
-
"node": ">=8"
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
1559
|
"node_modules/safe-buffer": {
|
|
1842
1560
|
"version": "5.1.2",
|
|
1843
1561
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
@@ -1872,55 +1590,49 @@
|
|
|
1872
1590
|
"node": ">=10"
|
|
1873
1591
|
}
|
|
1874
1592
|
},
|
|
1875
|
-
"node_modules/set-blocking": {
|
|
1876
|
-
"version": "2.0.0",
|
|
1877
|
-
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
|
|
1878
|
-
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
|
|
1879
|
-
"license": "ISC"
|
|
1880
|
-
},
|
|
1881
1593
|
"node_modules/sharp": {
|
|
1882
|
-
"version": "0.
|
|
1883
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.
|
|
1884
|
-
"integrity": "sha512-
|
|
1885
|
-
"hasInstallScript": true,
|
|
1594
|
+
"version": "0.35.1",
|
|
1595
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.35.1.tgz",
|
|
1596
|
+
"integrity": "sha512-lW979AMi+ESidzMv/Lnv+F9bknzLyxLqFI05Sm433vOeRcltgxQmXpnfOOFIAlKtwXU/ksupm2srQoFCkR214g==",
|
|
1886
1597
|
"license": "Apache-2.0",
|
|
1887
1598
|
"optional": true,
|
|
1888
1599
|
"dependencies": {
|
|
1889
|
-
"@img/colour": "^1.
|
|
1600
|
+
"@img/colour": "^1.1.0",
|
|
1890
1601
|
"detect-libc": "^2.1.2",
|
|
1891
|
-
"semver": "^7.
|
|
1602
|
+
"semver": "^7.8.4"
|
|
1892
1603
|
},
|
|
1893
1604
|
"engines": {
|
|
1894
|
-
"node": "
|
|
1605
|
+
"node": ">=20.9.0"
|
|
1895
1606
|
},
|
|
1896
1607
|
"funding": {
|
|
1897
1608
|
"url": "https://opencollective.com/libvips"
|
|
1898
1609
|
},
|
|
1899
1610
|
"optionalDependencies": {
|
|
1900
|
-
"@img/sharp-darwin-arm64": "0.
|
|
1901
|
-
"@img/sharp-darwin-x64": "0.
|
|
1902
|
-
"@img/sharp-
|
|
1903
|
-
"@img/sharp-libvips-darwin-
|
|
1904
|
-
"@img/sharp-libvips-
|
|
1905
|
-
"@img/sharp-libvips-linux-
|
|
1906
|
-
"@img/sharp-libvips-linux-
|
|
1907
|
-
"@img/sharp-libvips-linux-
|
|
1908
|
-
"@img/sharp-libvips-linux-
|
|
1909
|
-
"@img/sharp-libvips-linux-
|
|
1910
|
-
"@img/sharp-libvips-
|
|
1911
|
-
"@img/sharp-libvips-linuxmusl-
|
|
1912
|
-
"@img/sharp-
|
|
1913
|
-
"@img/sharp-linux-
|
|
1914
|
-
"@img/sharp-linux-
|
|
1915
|
-
"@img/sharp-linux-
|
|
1916
|
-
"@img/sharp-linux-
|
|
1917
|
-
"@img/sharp-linux-
|
|
1918
|
-
"@img/sharp-
|
|
1919
|
-
"@img/sharp-linuxmusl-
|
|
1920
|
-
"@img/sharp-
|
|
1921
|
-
"@img/sharp-
|
|
1922
|
-
"@img/sharp-win32-
|
|
1923
|
-
"@img/sharp-win32-
|
|
1611
|
+
"@img/sharp-darwin-arm64": "0.35.1",
|
|
1612
|
+
"@img/sharp-darwin-x64": "0.35.1",
|
|
1613
|
+
"@img/sharp-freebsd-wasm32": "0.35.1",
|
|
1614
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.0",
|
|
1615
|
+
"@img/sharp-libvips-darwin-x64": "1.3.0",
|
|
1616
|
+
"@img/sharp-libvips-linux-arm": "1.3.0",
|
|
1617
|
+
"@img/sharp-libvips-linux-arm64": "1.3.0",
|
|
1618
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.0",
|
|
1619
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.0",
|
|
1620
|
+
"@img/sharp-libvips-linux-s390x": "1.3.0",
|
|
1621
|
+
"@img/sharp-libvips-linux-x64": "1.3.0",
|
|
1622
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.0",
|
|
1623
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.0",
|
|
1624
|
+
"@img/sharp-linux-arm": "0.35.1",
|
|
1625
|
+
"@img/sharp-linux-arm64": "0.35.1",
|
|
1626
|
+
"@img/sharp-linux-ppc64": "0.35.1",
|
|
1627
|
+
"@img/sharp-linux-riscv64": "0.35.1",
|
|
1628
|
+
"@img/sharp-linux-s390x": "0.35.1",
|
|
1629
|
+
"@img/sharp-linux-x64": "0.35.1",
|
|
1630
|
+
"@img/sharp-linuxmusl-arm64": "0.35.1",
|
|
1631
|
+
"@img/sharp-linuxmusl-x64": "0.35.1",
|
|
1632
|
+
"@img/sharp-webcontainers-wasm32": "0.35.1",
|
|
1633
|
+
"@img/sharp-win32-arm64": "0.35.1",
|
|
1634
|
+
"@img/sharp-win32-ia32": "0.35.1",
|
|
1635
|
+
"@img/sharp-win32-x64": "0.35.1"
|
|
1924
1636
|
}
|
|
1925
1637
|
},
|
|
1926
1638
|
"node_modules/shell-quote": {
|
|
@@ -1993,9 +1705,9 @@
|
|
|
1993
1705
|
}
|
|
1994
1706
|
},
|
|
1995
1707
|
"node_modules/streamx": {
|
|
1996
|
-
"version": "2.
|
|
1997
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
1998
|
-
"integrity": "sha512-
|
|
1708
|
+
"version": "2.28.0",
|
|
1709
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz",
|
|
1710
|
+
"integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==",
|
|
1999
1711
|
"license": "MIT",
|
|
2000
1712
|
"dependencies": {
|
|
2001
1713
|
"events-universal": "^1.0.0",
|
|
@@ -2056,15 +1768,16 @@
|
|
|
2056
1768
|
}
|
|
2057
1769
|
},
|
|
2058
1770
|
"node_modules/supports-color": {
|
|
2059
|
-
"version": "
|
|
2060
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
2061
|
-
"integrity": "sha512-
|
|
1771
|
+
"version": "7.2.0",
|
|
1772
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
1773
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
1774
|
+
"extraneous": true,
|
|
2062
1775
|
"license": "MIT",
|
|
2063
|
-
"
|
|
2064
|
-
"
|
|
1776
|
+
"dependencies": {
|
|
1777
|
+
"has-flag": "^4.0.0"
|
|
2065
1778
|
},
|
|
2066
|
-
"
|
|
2067
|
-
"
|
|
1779
|
+
"engines": {
|
|
1780
|
+
"node": ">=8"
|
|
2068
1781
|
}
|
|
2069
1782
|
},
|
|
2070
1783
|
"node_modules/tagged-tag": {
|
|
@@ -2145,9 +1858,9 @@
|
|
|
2145
1858
|
"license": "0BSD"
|
|
2146
1859
|
},
|
|
2147
1860
|
"node_modules/type-fest": {
|
|
2148
|
-
"version": "5.
|
|
2149
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
2150
|
-
"integrity": "sha512-
|
|
1861
|
+
"version": "5.7.0",
|
|
1862
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.7.0.tgz",
|
|
1863
|
+
"integrity": "sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==",
|
|
2151
1864
|
"license": "(MIT OR CC0-1.0)",
|
|
2152
1865
|
"dependencies": {
|
|
2153
1866
|
"tagged-tag": "^1.0.0"
|
|
@@ -2159,18 +1872,6 @@
|
|
|
2159
1872
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2160
1873
|
}
|
|
2161
1874
|
},
|
|
2162
|
-
"node_modules/unicorn-magic": {
|
|
2163
|
-
"version": "0.4.0",
|
|
2164
|
-
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.4.0.tgz",
|
|
2165
|
-
"integrity": "sha512-wH590V9VNgYH9g3lH9wWjTrUoKsjLF6sGLjhR4sH1LWpLmCOH0Zf7PukhDA8BiS7KHe4oPNkcTHqYkj7SOGUOw==",
|
|
2166
|
-
"license": "MIT",
|
|
2167
|
-
"engines": {
|
|
2168
|
-
"node": ">=20"
|
|
2169
|
-
},
|
|
2170
|
-
"funding": {
|
|
2171
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2172
|
-
}
|
|
2173
|
-
},
|
|
2174
1875
|
"node_modules/unorm": {
|
|
2175
1876
|
"version": "1.6.0",
|
|
2176
1877
|
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
|
|
@@ -2429,27 +2130,17 @@
|
|
|
2429
2130
|
}
|
|
2430
2131
|
},
|
|
2431
2132
|
"node_modules/yauzl": {
|
|
2432
|
-
"version": "3.
|
|
2433
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
2434
|
-
"integrity": "sha512-
|
|
2133
|
+
"version": "3.4.0",
|
|
2134
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.4.0.tgz",
|
|
2135
|
+
"integrity": "sha512-jIH9yLR9wqr0wOS0TpBvo/g/2UgZH5qePVbjgRliiF0BYvOZyaBknKsF+x9Iht0O6sqgnB93rCICdOZFecJuDw==",
|
|
2435
2136
|
"license": "MIT",
|
|
2436
2137
|
"dependencies": {
|
|
2437
|
-
"buffer-crc32": "~0.2.3",
|
|
2438
2138
|
"pend": "~1.2.0"
|
|
2439
2139
|
},
|
|
2440
2140
|
"engines": {
|
|
2441
2141
|
"node": ">=12"
|
|
2442
2142
|
}
|
|
2443
2143
|
},
|
|
2444
|
-
"node_modules/yauzl/node_modules/buffer-crc32": {
|
|
2445
|
-
"version": "0.2.13",
|
|
2446
|
-
"resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
|
|
2447
|
-
"integrity": "sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==",
|
|
2448
|
-
"license": "MIT",
|
|
2449
|
-
"engines": {
|
|
2450
|
-
"node": "*"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
2144
|
"node_modules/yocto-queue": {
|
|
2454
2145
|
"version": "1.2.2",
|
|
2455
2146
|
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz",
|
|
@@ -2462,18 +2153,6 @@
|
|
|
2462
2153
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2463
2154
|
}
|
|
2464
2155
|
},
|
|
2465
|
-
"node_modules/yoctocolors": {
|
|
2466
|
-
"version": "2.1.2",
|
|
2467
|
-
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.2.tgz",
|
|
2468
|
-
"integrity": "sha512-CzhO+pFNo8ajLM2d2IW/R93ipy99LWjtwblvC1RsoSUMZgyLbYFr221TnSNT7GjGdYui6P459mw9JH/g/zW2ug==",
|
|
2469
|
-
"license": "MIT",
|
|
2470
|
-
"engines": {
|
|
2471
|
-
"node": ">=18"
|
|
2472
|
-
},
|
|
2473
|
-
"funding": {
|
|
2474
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2475
|
-
}
|
|
2476
|
-
},
|
|
2477
2156
|
"node_modules/zip-stream": {
|
|
2478
2157
|
"version": "7.0.5",
|
|
2479
2158
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-7.0.5.tgz",
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"seamonkey",
|
|
8
8
|
"firefox"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.0.
|
|
10
|
+
"version": "3.0.2",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -47,7 +47,8 @@
|
|
|
47
47
|
".": {
|
|
48
48
|
"types": "./build/lib/index.d.ts",
|
|
49
49
|
"import": "./build/lib/index.js"
|
|
50
|
-
}
|
|
50
|
+
},
|
|
51
|
+
"./package.json": "./package.json"
|
|
51
52
|
},
|
|
52
53
|
"bin": {},
|
|
53
54
|
"directories": {
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"@appium/types": "^1.0.0-rc.1",
|
|
95
96
|
"@semantic-release/changelog": "^6.0.1",
|
|
96
97
|
"@semantic-release/git": "^10.0.1",
|
|
97
|
-
"@types/node": "^
|
|
98
|
+
"@types/node": "^26.0.0",
|
|
98
99
|
"@types/portscanner": "^2.1.4",
|
|
99
100
|
"@types/tar-stream": "^3.1.4",
|
|
100
101
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|