appium-geckodriver 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/npm-shrinkwrap.json +31 -30
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.0.9](https://github.com/appium/appium-geckodriver/compare/v3.0.8...v3.0.9) (2026-07-15)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump actions/setup-node from 6 to 7 ([#186](https://github.com/appium/appium-geckodriver/issues/186)) ([aa966e1](https://github.com/appium/appium-geckodriver/commit/aa966e167529bd135a4b870526cf626ca36672c6))
|
|
6
|
+
|
|
1
7
|
## [3.0.8](https://github.com/appium/appium-geckodriver/compare/v3.0.7...v3.0.8) (2026-07-01)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-geckodriver",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
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.9",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|
|
@@ -145,6 +145,19 @@
|
|
|
145
145
|
"sharp": "0.35.1"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
+
"node_modules/@appium/support/node_modules/asyncbox": {
|
|
149
|
+
"version": "6.3.0",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.0.tgz",
|
|
151
|
+
"integrity": "sha512-7IFpnQDltd5rYQjhIJIpyismJtdWmw/pOABZKJfv2WVo0a6iYh2ZzUuCJJclae5mBtK0H/EychxXg91GB7rGdQ==",
|
|
152
|
+
"license": "Apache-2.0",
|
|
153
|
+
"dependencies": {
|
|
154
|
+
"p-limit": "^7.2.0"
|
|
155
|
+
},
|
|
156
|
+
"engines": {
|
|
157
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
158
|
+
"npm": ">=10"
|
|
159
|
+
}
|
|
160
|
+
},
|
|
148
161
|
"node_modules/@appium/support/node_modules/axios": {
|
|
149
162
|
"version": "1.18.0",
|
|
150
163
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
|
|
@@ -315,9 +328,9 @@
|
|
|
315
328
|
}
|
|
316
329
|
},
|
|
317
330
|
"node_modules/appium-adb": {
|
|
318
|
-
"version": "15.0.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.
|
|
320
|
-
"integrity": "sha512-
|
|
331
|
+
"version": "15.0.8",
|
|
332
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.8.tgz",
|
|
333
|
+
"integrity": "sha512-smzPIgrNWyKh3ubOzD7/MTJIel5FmQc8XGTpJ+nYG6S0Qh+OcidNXOpQ3Z6jsPGEeMORKAiOpEC8TdPC4S4g6Q==",
|
|
321
334
|
"license": "Apache-2.0",
|
|
322
335
|
"dependencies": {
|
|
323
336
|
"@appium/support": "^7.2.2",
|
|
@@ -373,9 +386,9 @@
|
|
|
373
386
|
"license": "MIT"
|
|
374
387
|
},
|
|
375
388
|
"node_modules/asyncbox": {
|
|
376
|
-
"version": "6.3.
|
|
377
|
-
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.
|
|
378
|
-
"integrity": "sha512-
|
|
389
|
+
"version": "6.3.5",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-6.3.5.tgz",
|
|
391
|
+
"integrity": "sha512-did9yFgGiHq9CzFirtQtVZKJfKo68IQzhqWmUd3R0WdO1V5LkJUy2NPQZOJZHKvNWma+ETwoJEA8ALt9h8pN1w==",
|
|
379
392
|
"license": "Apache-2.0",
|
|
380
393
|
"dependencies": {
|
|
381
394
|
"p-limit": "^7.2.0"
|
|
@@ -441,9 +454,9 @@
|
|
|
441
454
|
}
|
|
442
455
|
},
|
|
443
456
|
"node_modules/bare-fs": {
|
|
444
|
-
"version": "4.7.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.
|
|
446
|
-
"integrity": "sha512-
|
|
457
|
+
"version": "4.7.4",
|
|
458
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.4.tgz",
|
|
459
|
+
"integrity": "sha512-y1kC+ffIx/tPLdTE693uNjHfzTfr+ravR5tvWlMXe25nELbkqV400S71qHDwbkAQ1FVEZobB1NFRzFbCCcyBCQ==",
|
|
447
460
|
"license": "Apache-2.0",
|
|
448
461
|
"dependencies": {
|
|
449
462
|
"bare-events": "^2.5.4",
|
|
@@ -464,23 +477,11 @@
|
|
|
464
477
|
}
|
|
465
478
|
}
|
|
466
479
|
},
|
|
467
|
-
"node_modules/bare-os": {
|
|
468
|
-
"version": "3.9.3",
|
|
469
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.3.tgz",
|
|
470
|
-
"integrity": "sha512-fF4Q7QsyKVF5Rj0qvI8BgUNjqzC2JvQlpTaPLjVJVxYVUX5Zr9un+y3w1HmA4nNKdFmRBT8z/WmrjvXzXVerKQ==",
|
|
471
|
-
"license": "Apache-2.0",
|
|
472
|
-
"engines": {
|
|
473
|
-
"bare": ">=1.14.0"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
480
|
"node_modules/bare-path": {
|
|
477
|
-
"version": "3.
|
|
478
|
-
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.
|
|
479
|
-
"integrity": "sha512-
|
|
480
|
-
"license": "Apache-2.0"
|
|
481
|
-
"dependencies": {
|
|
482
|
-
"bare-os": "^3.0.1"
|
|
483
|
-
}
|
|
481
|
+
"version": "3.1.1",
|
|
482
|
+
"resolved": "https://registry.npmjs.org/bare-path/-/bare-path-3.1.1.tgz",
|
|
483
|
+
"integrity": "sha512-JprUlveX3QjApC1cTpsUOiscADftCGVWkzitbHsRqv84hzYwYHw2mbluddsq5TvI8mH/8Ov1f4BiMAdcB0oYnQ==",
|
|
484
|
+
"license": "Apache-2.0"
|
|
484
485
|
},
|
|
485
486
|
"node_modules/bare-stream": {
|
|
486
487
|
"version": "2.13.3",
|
|
@@ -1903,9 +1904,9 @@
|
|
|
1903
1904
|
}
|
|
1904
1905
|
},
|
|
1905
1906
|
"node_modules/teen_process": {
|
|
1906
|
-
"version": "4.1.
|
|
1907
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
1908
|
-
"integrity": "sha512-
|
|
1907
|
+
"version": "4.1.8",
|
|
1908
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.8.tgz",
|
|
1909
|
+
"integrity": "sha512-mKnHbIOVWQ+3bxUS0EoGqqDskVqifz5jp6ZWUK2V7pXrDhKOgUnWLnE9nnNXmzJstE7HqyYFHGilYFrUKU6PLw==",
|
|
1909
1910
|
"license": "Apache-2.0",
|
|
1910
1911
|
"dependencies": {
|
|
1911
1912
|
"shell-quote": "^1.8.1"
|