appium-geckodriver 3.0.4 → 3.0.6

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
+ ## [3.0.6](https://github.com/appium/appium-geckodriver/compare/v3.0.5...v3.0.6) (2026-06-25)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **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))
6
+
7
+ ## [3.0.5](https://github.com/appium/appium-geckodriver/compare/v3.0.4...v3.0.5) (2026-06-22)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * **deps:** bump actions/checkout from 6.0.3 to 7.0.0 ([#177](https://github.com/appium/appium-geckodriver/issues/177)) ([5c7ad1d](https://github.com/appium/appium-geckodriver/commit/5c7ad1d74b746847e279e4e80a58697bee8e261f))
12
+
1
13
  ## [3.0.4](https://github.com/appium/appium-geckodriver/compare/v3.0.3...v3.0.4) (2026-06-22)
2
14
 
3
15
  ### Bug Fixes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "3.0.4",
9
+ "version": "3.0.6",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -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.3",
319
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.3.tgz",
320
+ "integrity": "sha512-06yPRTIHYWtu/4j9KFd2ZmWxn8IaFt3cj70NdHJEwziygw+YFvpIkS1WIxSbUgWNkA6FoXjA8e5ZyxnKt8nBMg==",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Appium driver for Gecko-based browsers and web views",
5
5
  "keywords": [
6
6
  "appium",