appium-geckodriver 3.0.5 → 3.0.7

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,11 @@
1
+ ## [3.0.7](https://github.com/appium/appium-geckodriver/compare/v3.0.6...v3.0.7) (2026-06-29)
2
+
3
+ ## [3.0.6](https://github.com/appium/appium-geckodriver/compare/v3.0.5...v3.0.6) (2026-06-25)
4
+
5
+ ### Miscellaneous Chores
6
+
7
+ * **deps:** bump actions/setup-python from 6.2.0 to 6.3.0 ([#178](https://github.com/appium/appium-geckodriver/issues/178)) ([f569542](https://github.com/appium/appium-geckodriver/commit/f5695427df654574b0c9bdee1fe7a1e7fd38c282))
8
+
1
9
  ## [3.0.5](https://github.com/appium/appium-geckodriver/compare/v3.0.4...v3.0.5) (2026-06-22)
2
10
 
3
11
  ### Miscellaneous Chores
package/README.md CHANGED
@@ -24,8 +24,8 @@
24
24
 
25
25
  ---
26
26
 
27
- This is Appium driver for automating Gecko-based browsers (such as Firefox) and webviews on different
28
- platforms, including Android.
27
+ This is an Appium driver for automating Gecko-based browsers (such as Firefox) and webviews on
28
+ different platforms, including Android.
29
29
 
30
30
  > [!IMPORTANT]
31
31
  > Since major version *2.0.0*, this driver is only compatible with Appium 3.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "3.0.5",
9
+ "version": "3.0.7",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -28,7 +28,7 @@
28
28
  "@types/node": "^26.0.0",
29
29
  "@types/portscanner": "^2.1.4",
30
30
  "@types/tar-stream": "^3.1.4",
31
- "conventional-changelog-conventionalcommits": "^9.1.0",
31
+ "conventional-changelog-conventionalcommits": "^10.2.0",
32
32
  "prettier": "^3.0.0",
33
33
  "semantic-release": "^25.0.2",
34
34
  "typescript": "^6.0.2",
@@ -145,6 +145,18 @@
145
145
  "sharp": "0.35.1"
146
146
  }
147
147
  },
148
+ "node_modules/@appium/support/node_modules/axios": {
149
+ "version": "1.18.0",
150
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
151
+ "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
152
+ "license": "MIT",
153
+ "dependencies": {
154
+ "follow-redirects": "^1.16.0",
155
+ "form-data": "^4.0.5",
156
+ "https-proxy-agent": "^5.0.1",
157
+ "proxy-from-env": "^2.1.0"
158
+ }
159
+ },
148
160
  "node_modules/@appium/support/node_modules/semver": {
149
161
  "version": "7.8.4",
150
162
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.4.tgz",
@@ -303,9 +315,9 @@
303
315
  }
304
316
  },
305
317
  "node_modules/appium-adb": {
306
- "version": "15.0.1",
307
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.1.tgz",
308
- "integrity": "sha512-s2B9p78PLjLn59QeO8QNVcbqu+QIXT1uDBFsbHJbUp0vci0gKXenpoF7jRDgbgwYPs7AqlILMRmFUml6/P5ZxA==",
318
+ "version": "15.0.4",
319
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.4.tgz",
320
+ "integrity": "sha512-TgdHAZxbMBRNAgl+4NftsnetHtRxe+qdwDWGhjYbYXAGocxnThKnLx9rZdQYG9DRJAmcaPB/DCZ2sbT0odmpaA==",
309
321
  "license": "Apache-2.0",
310
322
  "dependencies": {
311
323
  "@appium/support": "^7.2.2",
@@ -380,9 +392,9 @@
380
392
  "license": "MIT"
381
393
  },
382
394
  "node_modules/axios": {
383
- "version": "1.18.0",
384
- "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz",
385
- "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==",
395
+ "version": "1.18.1",
396
+ "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz",
397
+ "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==",
386
398
  "license": "MIT",
387
399
  "dependencies": {
388
400
  "follow-redirects": "^1.16.0",
@@ -453,9 +465,9 @@
453
465
  }
454
466
  },
455
467
  "node_modules/bare-os": {
456
- "version": "3.9.1",
457
- "resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.1.tgz",
458
- "integrity": "sha512-6M5XjcnsygQNPMCMPXSK379xrJFiZ/AEMNBmFEmQW8d/789VQATvriyi5r0HYTL9TkQ26rn3kgdTG3aisbrXkQ==",
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==",
459
471
  "license": "Apache-2.0",
460
472
  "engines": {
461
473
  "bare": ">=1.14.0"
@@ -563,9 +575,9 @@
563
575
  }
564
576
  },
565
577
  "node_modules/brace-expansion": {
566
- "version": "5.0.6",
567
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.6.tgz",
568
- "integrity": "sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==",
578
+ "version": "5.0.7",
579
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
580
+ "integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
569
581
  "license": "MIT",
570
582
  "dependencies": {
571
583
  "balanced-match": "^4.0.2"
@@ -1891,9 +1903,9 @@
1891
1903
  }
1892
1904
  },
1893
1905
  "node_modules/teen_process": {
1894
- "version": "4.1.5",
1895
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.5.tgz",
1896
- "integrity": "sha512-XQ4MDij09YygEZyXD6QFKfWhAi7efiEQ4fM2ACNDgkj/LO5mZWi2bR5ghNEU232mMx4+MLrNwV95BV4S+4PGsg==",
1906
+ "version": "4.1.6",
1907
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.6.tgz",
1908
+ "integrity": "sha512-tlcwSiackzmEPAxT7LWBAHOYnG+dhHW/DpuAh9KQTufXUuHFNqmRLkmOXyEFqG+vWVaGJFEcNsuwG0wLGALk4Q==",
1897
1909
  "license": "Apache-2.0",
1898
1910
  "dependencies": {
1899
1911
  "shell-quote": "^1.8.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "Appium driver for Gecko-based browsers and web views",
5
5
  "keywords": [
6
6
  "appium",
@@ -107,7 +107,7 @@
107
107
  "@types/node": "^26.0.0",
108
108
  "@types/portscanner": "^2.1.4",
109
109
  "@types/tar-stream": "^3.1.4",
110
- "conventional-changelog-conventionalcommits": "^9.1.0",
110
+ "conventional-changelog-conventionalcommits": "^10.2.0",
111
111
  "prettier": "^3.0.0",
112
112
  "semantic-release": "^25.0.2",
113
113
  "typescript": "^6.0.2",