appium-geckodriver 3.0.2 → 3.0.3
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 +21 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.0.3](https://github.com/appium/appium-geckodriver/compare/v3.0.2...v3.0.3) (2026-06-19)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps:** bump actions/checkout from 6 to 7 ([#171](https://github.com/appium/appium-geckodriver/issues/171)) ([c3f8387](https://github.com/appium/appium-geckodriver/commit/c3f8387d2e7a2a19299673829b6a9134a7c4feae))
|
|
6
|
+
|
|
1
7
|
## [3.0.2](https://github.com/appium/appium-geckodriver/compare/v3.0.1...v3.0.2) (2026-06-19)
|
|
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.3",
|
|
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.3",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^15.0.0",
|
|
@@ -106,6 +106,19 @@
|
|
|
106
106
|
"sharp": "0.35.1"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
110
|
+
"version": "4.1.3",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.3.tgz",
|
|
112
|
+
"integrity": "sha512-8W7Xp7WtJ5ZXjv0iHMsCgPPKzUt6ACfG/rDWX0tMIlMJaYcTYsPw3ZQQ9+hG7YsY+gm+DUATiyah3AraJ9JYpg==",
|
|
113
|
+
"license": "Apache-2.0",
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"shell-quote": "^1.8.1"
|
|
116
|
+
},
|
|
117
|
+
"engines": {
|
|
118
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
119
|
+
"npm": ">=10"
|
|
120
|
+
}
|
|
121
|
+
},
|
|
109
122
|
"node_modules/@appium/types": {
|
|
110
123
|
"version": "1.5.1",
|
|
111
124
|
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.5.1.tgz",
|
|
@@ -240,9 +253,9 @@
|
|
|
240
253
|
}
|
|
241
254
|
},
|
|
242
255
|
"node_modules/appium-adb": {
|
|
243
|
-
"version": "15.0.
|
|
244
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.
|
|
245
|
-
"integrity": "sha512-
|
|
256
|
+
"version": "15.0.1",
|
|
257
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-15.0.1.tgz",
|
|
258
|
+
"integrity": "sha512-s2B9p78PLjLn59QeO8QNVcbqu+QIXT1uDBFsbHJbUp0vci0gKXenpoF7jRDgbgwYPs7AqlILMRmFUml6/P5ZxA==",
|
|
246
259
|
"license": "Apache-2.0",
|
|
247
260
|
"dependencies": {
|
|
248
261
|
"@appium/support": "^7.2.2",
|
|
@@ -1805,9 +1818,9 @@
|
|
|
1805
1818
|
}
|
|
1806
1819
|
},
|
|
1807
1820
|
"node_modules/teen_process": {
|
|
1808
|
-
"version": "4.1.
|
|
1809
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.
|
|
1810
|
-
"integrity": "sha512-
|
|
1821
|
+
"version": "4.1.4",
|
|
1822
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.4.tgz",
|
|
1823
|
+
"integrity": "sha512-0bXracUK3DuQTYgx0r5Gc9hui6KxFYqGdnieoPeafAwC1ntXTmWF0UwZJBJkoiu+UZuiKTIsl4g4XVobKbIIwA==",
|
|
1811
1824
|
"license": "Apache-2.0",
|
|
1812
1825
|
"dependencies": {
|
|
1813
1826
|
"shell-quote": "^1.8.1"
|