appium-espresso-driver 4.0.3 → 4.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,12 @@
1
+ ## [4.0.4](https://github.com/appium/appium-espresso-driver/compare/v4.0.3...v4.0.4) (2025-02-14)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps-dev:** bump @types/node from 20.17.19 to 22.13.4 ([#1048](https://github.com/appium/appium-espresso-driver/issues/1048)) ([3f5fd5e](https://github.com/appium/appium-espresso-driver/commit/3f5fd5ee0953d9c13b5270285bffca8a43865a95))
6
+ * **deps-dev:** bump appium-chromedriver from 5.6.78 to 7.0.3 ([#1046](https://github.com/appium/appium-espresso-driver/issues/1046)) ([8c378ab](https://github.com/appium/appium-espresso-driver/commit/8c378ab605222b55d96c240efb147933d606b979))
7
+ * **deps-dev:** bump mocha from 10.8.2 to 11.1.0 ([#1049](https://github.com/appium/appium-espresso-driver/issues/1049)) ([fd55f15](https://github.com/appium/appium-espresso-driver/commit/fd55f157026616399660fc654a2e670a82bd7bae))
8
+ * **deps-dev:** bump sinon from 17.0.2 to 19.0.2 ([#1050](https://github.com/appium/appium-espresso-driver/issues/1050)) ([c7d29a1](https://github.com/appium/appium-espresso-driver/commit/c7d29a1c53263bdee6bed5a7b104a292587d8aab))
9
+
1
10
  ## [4.0.3](https://github.com/appium/appium-espresso-driver/compare/v4.0.2...v4.0.3) (2025-02-14)
2
11
 
3
12
  ### Miscellaneous Chores
@@ -2,6 +2,6 @@ package io.appium.espressoserver.lib.helpers
2
2
 
3
3
  // This value is updated automatically by the NPM versioning script
4
4
  // It should be in sync with the NPM module version from package.json
5
- private const val VERSION = "4.0.3"
5
+ private const val VERSION = "4.0.4"
6
6
 
7
7
  fun getEspressoServerVersion() = VERSION
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-espresso-driver",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-espresso-driver",
9
- "version": "4.0.3",
9
+ "version": "4.0.4",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^12.12.0",
@@ -30,21 +30,21 @@
30
30
  "@types/bluebird": "^3.5.38",
31
31
  "@types/lodash": "^4.14.196",
32
32
  "@types/mocha": "^10.0.1",
33
- "@types/node": "^20.4.7",
33
+ "@types/node": "^22.13.4",
34
34
  "@types/sinon": "^17.0.0",
35
35
  "@types/teen_process": "^2.0.2",
36
36
  "@xmldom/xmldom": "^0.x",
37
37
  "android-apidemos": "^4.1.1",
38
- "appium-chromedriver": "^5.1.4",
38
+ "appium-chromedriver": "^7.0.3",
39
39
  "async-lock": "^1.0.0",
40
40
  "chai": "^5.1.1",
41
41
  "chai-as-promised": "^8.0.0",
42
42
  "conventional-changelog-conventionalcommits": "^8.0.0",
43
- "mocha": "^10.0.0",
43
+ "mocha": "^11.1.0",
44
44
  "rimraf": "^5.0.0",
45
45
  "semantic-release": "^24.0.0",
46
46
  "semver": "^7.3.7",
47
- "sinon": "^17.0.0",
47
+ "sinon": "^19.0.2",
48
48
  "ts-node": "^10.9.1",
49
49
  "typescript": "^5.4.2",
50
50
  "webdriverio": "^9.9.0",
@@ -523,12 +523,12 @@
523
523
  }
524
524
  },
525
525
  "node_modules/@types/node": {
526
- "version": "20.17.19",
527
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.19.tgz",
528
- "integrity": "sha512-LEwC7o1ifqg/6r2gn9Dns0f1rhK+fPFDoMiceTJ6kWmVk6bgXBI/9IOWfVan4WiAavK9pIVWdX0/e3J+eEUh5A==",
526
+ "version": "22.13.4",
527
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.4.tgz",
528
+ "integrity": "sha512-ywP2X0DYtX3y08eFVx5fNIw7/uIv8hYUKgXoK8oayJlLnKcRfEYCxWMVE1XagUdVtCJlZT1AU4LXEABW+L1Peg==",
529
529
  "license": "MIT",
530
530
  "dependencies": {
531
- "undici-types": "~6.19.2"
531
+ "undici-types": "~6.20.0"
532
532
  }
533
533
  },
534
534
  "node_modules/@types/normalize-package-data": {
@@ -758,7 +758,7 @@
758
758
  "appium": "^2.0.0"
759
759
  }
760
760
  },
761
- "node_modules/appium-android-driver/node_modules/appium-chromedriver": {
761
+ "node_modules/appium-chromedriver": {
762
762
  "version": "7.0.3",
763
763
  "resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-7.0.3.tgz",
764
764
  "integrity": "sha512-QB5s6ZZrKnC3laR9preX9hA4PezA9DsOs2DKfLNXJJQyo7kI7jKTxwOON9+6cnpGKMnLMBim0UelG9k3u+2b2w==",
@@ -1432,6 +1432,16 @@
1432
1432
  "license": "MIT",
1433
1433
  "optional": true
1434
1434
  },
1435
+ "node_modules/diff": {
1436
+ "version": "7.0.0",
1437
+ "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz",
1438
+ "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==",
1439
+ "extraneous": true,
1440
+ "license": "BSD-3-Clause",
1441
+ "engines": {
1442
+ "node": ">=0.3.1"
1443
+ }
1444
+ },
1435
1445
  "node_modules/dunder-proto": {
1436
1446
  "version": "1.0.1",
1437
1447
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -3917,9 +3927,9 @@
3917
3927
  }
3918
3928
  },
3919
3929
  "node_modules/undici-types": {
3920
- "version": "6.19.8",
3921
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
3922
- "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
3930
+ "version": "6.20.0",
3931
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
3932
+ "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
3923
3933
  "license": "MIT"
3924
3934
  },
3925
3935
  "node_modules/unorm": {
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "automated testing",
8
8
  "android"
9
9
  ],
10
- "version": "4.0.3",
10
+ "version": "4.0.4",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -119,20 +119,20 @@
119
119
  "@types/bluebird": "^3.5.38",
120
120
  "@types/lodash": "^4.14.196",
121
121
  "@types/mocha": "^10.0.1",
122
- "@types/node": "^20.4.7",
122
+ "@types/node": "^22.13.4",
123
123
  "@types/sinon": "^17.0.0",
124
124
  "@types/teen_process": "^2.0.2",
125
125
  "@xmldom/xmldom": "^0.x",
126
126
  "android-apidemos": "^4.1.1",
127
- "appium-chromedriver": "^5.1.4",
127
+ "appium-chromedriver": "^7.0.3",
128
128
  "async-lock": "^1.0.0",
129
129
  "chai": "^5.1.1",
130
130
  "chai-as-promised": "^8.0.0",
131
131
  "conventional-changelog-conventionalcommits": "^8.0.0",
132
- "mocha": "^10.0.0",
132
+ "mocha": "^11.1.0",
133
133
  "rimraf": "^5.0.0",
134
134
  "semantic-release": "^24.0.0",
135
- "sinon": "^17.0.0",
135
+ "sinon": "^19.0.2",
136
136
  "semver": "^7.3.7",
137
137
  "ts-node": "^10.9.1",
138
138
  "typescript": "^5.4.2",