appium-geckodriver 2.0.3 → 2.0.4

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,9 @@
1
+ ## [2.0.4](https://github.com/appium/appium-geckodriver/compare/v2.0.3...v2.0.4) (2025-08-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump chai from 5.3.2 to 6.0.0 ([#135](https://github.com/appium/appium-geckodriver/issues/135)) ([4858e0e](https://github.com/appium/appium-geckodriver/commit/4858e0e0724dba167bac02a3223e349787c88edc))
6
+
1
7
  ## [2.0.3](https://github.com/appium/appium-geckodriver/compare/v2.0.2...v2.0.3) (2025-08-20)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "2.0.3",
9
+ "version": "2.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^13.0.0",
@@ -30,7 +30,7 @@
30
30
  "@types/lodash": "^4.14.196",
31
31
  "@types/mocha": "^10.0.1",
32
32
  "@types/node": "^24.3.0",
33
- "chai": "^5.1.1",
33
+ "chai": "^6.0.0",
34
34
  "chai-as-promised": "^8.0.0",
35
35
  "conventional-changelog-conventionalcommits": "^9.1.0",
36
36
  "mocha": "^11.7.1",
@@ -127,6 +127,22 @@
127
127
  "sharp": "0.34.3"
128
128
  }
129
129
  },
130
+ "node_modules/@appium/support/node_modules/teen_process": {
131
+ "version": "3.0.0",
132
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
133
+ "integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
134
+ "license": "Apache-2.0",
135
+ "dependencies": {
136
+ "bluebird": "^3.7.2",
137
+ "lodash": "^4.17.21",
138
+ "shell-quote": "^1.8.1",
139
+ "source-map-support": "^0.x"
140
+ },
141
+ "engines": {
142
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
143
+ "npm": ">=10"
144
+ }
145
+ },
130
146
  "node_modules/@appium/tsconfig": {
131
147
  "version": "1.0.0",
132
148
  "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.0.0.tgz",
@@ -374,9 +390,9 @@
374
390
  }
375
391
  },
376
392
  "node_modules/appium-adb": {
377
- "version": "13.0.2",
378
- "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.2.tgz",
379
- "integrity": "sha512-NSlnUTbTg+GuCeGaoWfDkExeKJCVtTO9ITf5LlZ1XGZi5Jqi+ngxNYxHiO51QtQffGVeoLZ8fGfEc4ImeM0Rkg==",
393
+ "version": "13.0.3",
394
+ "resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.3.tgz",
395
+ "integrity": "sha512-nce9sc6/fTN2pzs9y+38WqEfhyBxe67uQZFgMzs7b6IU08YX6N8j1pdzcKgl1jLCenhGPKWyc6Ca45/PQGg2uw==",
380
396
  "license": "Apache-2.0",
381
397
  "dependencies": {
382
398
  "@appium/support": "^7.0.0-rc.1",
@@ -2532,9 +2548,9 @@
2532
2548
  }
2533
2549
  },
2534
2550
  "node_modules/teen_process": {
2535
- "version": "3.0.0",
2536
- "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
2537
- "integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
2551
+ "version": "3.0.1",
2552
+ "resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
2553
+ "integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
2538
2554
  "license": "Apache-2.0",
2539
2555
  "dependencies": {
2540
2556
  "bluebird": "^3.7.2",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "seamonkey",
8
8
  "firefox"
9
9
  ],
10
- "version": "2.0.3",
10
+ "version": "2.0.4",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -91,7 +91,7 @@
91
91
  "@types/lodash": "^4.14.196",
92
92
  "@types/mocha": "^10.0.1",
93
93
  "@types/node": "^24.3.0",
94
- "chai": "^5.1.1",
94
+ "chai": "^6.0.0",
95
95
  "chai-as-promised": "^8.0.0",
96
96
  "conventional-changelog-conventionalcommits": "^9.1.0",
97
97
  "mocha": "^11.7.1",