appium-espresso-driver 3.5.3 → 3.5.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
|
+
## [3.5.4](https://github.com/appium/appium-espresso-driver/compare/v3.5.3...v3.5.4) (2025-01-16)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* bump io.appium.settings to include the broad cast receiver update ([af47f59](https://github.com/appium/appium-espresso-driver/commit/af47f598c1925a527859ba518755a21b10904dce))
|
|
6
|
+
|
|
1
7
|
## [3.5.3](https://github.com/appium/appium-espresso-driver/compare/v3.5.2...v3.5.3) (2025-01-08)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/espresso-server/library/src/main/java/io/appium/espressoserver/lib/helpers/Version.kt
CHANGED
|
@@ -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 = "3.5.
|
|
5
|
+
private const val VERSION = "3.5.4"
|
|
6
6
|
|
|
7
7
|
fun getEspressoServerVersion() = VERSION
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-espresso-driver",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-espresso-driver",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^12.5.2",
|
|
13
|
-
"appium-android-driver": "^9.
|
|
13
|
+
"appium-android-driver": "^9.14.13",
|
|
14
14
|
"asyncbox": "^3.0.0",
|
|
15
15
|
"axios": "^1.7.2",
|
|
16
16
|
"bluebird": "^3.5.0",
|
|
17
|
-
"io.appium.settings": "^5.12.
|
|
17
|
+
"io.appium.settings": "^5.12.22",
|
|
18
18
|
"lodash": "^4.17.11",
|
|
19
19
|
"portscanner": "^2.1.1",
|
|
20
20
|
"semver": "^7.6.2",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
62
|
"node_modules/@appium/base-driver": {
|
|
63
|
-
"version": "9.
|
|
64
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
65
|
-
"integrity": "sha512-
|
|
63
|
+
"version": "9.15.0",
|
|
64
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.15.0.tgz",
|
|
65
|
+
"integrity": "sha512-r7021rZ/oty9LGJShRhZ8tXYQmxb0clHJJz2KBXvTcEwcV9dBMc7JAlL+Fz5i7cvryzTef396IEZMRp2VgmmQg==",
|
|
66
66
|
"license": "Apache-2.0",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@appium/support": "^6.0.
|
|
69
|
-
"@appium/types": "^0.
|
|
68
|
+
"@appium/support": "^6.0.3",
|
|
69
|
+
"@appium/types": "^0.24.0",
|
|
70
70
|
"@colors/colors": "1.6.0",
|
|
71
71
|
"@types/async-lock": "1.4.2",
|
|
72
72
|
"@types/bluebird": "3.5.42",
|
|
@@ -131,14 +131,14 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"node_modules/@appium/support": {
|
|
134
|
-
"version": "6.0.
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.
|
|
136
|
-
"integrity": "sha512-
|
|
134
|
+
"version": "6.0.3",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.3.tgz",
|
|
136
|
+
"integrity": "sha512-9WCO5JyxHEStdIJ3ZwyaLXXt+TGraEcDikB9p9x3+eBgAYP+nSbL/mFT5vHhaaoBP7DjfSmBmfY37fW7pdyRfA==",
|
|
137
137
|
"license": "Apache-2.0",
|
|
138
138
|
"dependencies": {
|
|
139
139
|
"@appium/logger": "^1.6.1",
|
|
140
140
|
"@appium/tsconfig": "^0.3.3",
|
|
141
|
-
"@appium/types": "^0.
|
|
141
|
+
"@appium/types": "^0.24.0",
|
|
142
142
|
"@colors/colors": "1.6.0",
|
|
143
143
|
"@types/archiver": "6.0.3",
|
|
144
144
|
"@types/base64-stream": "1.0.5",
|
|
@@ -211,9 +211,9 @@
|
|
|
211
211
|
}
|
|
212
212
|
},
|
|
213
213
|
"node_modules/@appium/types": {
|
|
214
|
-
"version": "0.
|
|
215
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.
|
|
216
|
-
"integrity": "sha512-
|
|
214
|
+
"version": "0.24.0",
|
|
215
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.24.0.tgz",
|
|
216
|
+
"integrity": "sha512-1OkU1Gzi6rmt3P2KabYKMBsTazbnrV14nNoSw1vVGxK1qJ7pRo8OlcR+6eEDsxTD/+6uY9qzOdkYdEPZAksrKA==",
|
|
217
217
|
"license": "Apache-2.0",
|
|
218
218
|
"dependencies": {
|
|
219
219
|
"@appium/logger": "^1.6.1",
|
|
@@ -422,9 +422,9 @@
|
|
|
422
422
|
}
|
|
423
423
|
},
|
|
424
424
|
"node_modules/@types/express-serve-static-core": {
|
|
425
|
-
"version": "5.0.
|
|
426
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
427
|
-
"integrity": "sha512-
|
|
425
|
+
"version": "5.0.5",
|
|
426
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.5.tgz",
|
|
427
|
+
"integrity": "sha512-GLZPrd9ckqEBFMcVM/qRFAP0Hg3qiVEojgEFsx/N/zKXsBzbGF6z5FBDpZ0+Xhp1xr+qRZYjfGr1cWHB9oFHSA==",
|
|
428
428
|
"license": "MIT",
|
|
429
429
|
"dependencies": {
|
|
430
430
|
"@types/node": "*",
|
|
@@ -512,9 +512,9 @@
|
|
|
512
512
|
}
|
|
513
513
|
},
|
|
514
514
|
"node_modules/@types/node": {
|
|
515
|
-
"version": "20.17.
|
|
516
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.
|
|
517
|
-
"integrity": "sha512-
|
|
515
|
+
"version": "20.17.14",
|
|
516
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.14.tgz",
|
|
517
|
+
"integrity": "sha512-w6qdYetNL5KRBiSClK/KWai+2IMEJuAj+EujKCumalFOwXtvOXaEan9AuwcRID2IcOIAWSIfR495hBtgKlx2zg==",
|
|
518
518
|
"license": "MIT",
|
|
519
519
|
"dependencies": {
|
|
520
520
|
"undici-types": "~6.19.2"
|
|
@@ -533,9 +533,9 @@
|
|
|
533
533
|
"license": "MIT"
|
|
534
534
|
},
|
|
535
535
|
"node_modules/@types/qs": {
|
|
536
|
-
"version": "6.9.
|
|
537
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
538
|
-
"integrity": "sha512-
|
|
536
|
+
"version": "6.9.18",
|
|
537
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
538
|
+
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
539
539
|
"license": "MIT"
|
|
540
540
|
},
|
|
541
541
|
"node_modules/@types/range-parser": {
|
|
@@ -693,9 +693,9 @@
|
|
|
693
693
|
}
|
|
694
694
|
},
|
|
695
695
|
"node_modules/appium-adb": {
|
|
696
|
-
"version": "12.
|
|
697
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.
|
|
698
|
-
"integrity": "sha512-
|
|
696
|
+
"version": "12.11.0",
|
|
697
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-12.11.0.tgz",
|
|
698
|
+
"integrity": "sha512-imtwnqwSYE4lg0UzDzPzlCSmR6MTqcFpX7nKgIZ+OTwPZ3fbwUgLgs8VTwXTyyxHwVnYHsC9TUDjYhq5WSMFJg==",
|
|
699
699
|
"license": "Apache-2.0",
|
|
700
700
|
"dependencies": {
|
|
701
701
|
"@appium/support": "^6.0.0",
|
|
@@ -715,19 +715,19 @@
|
|
|
715
715
|
}
|
|
716
716
|
},
|
|
717
717
|
"node_modules/appium-android-driver": {
|
|
718
|
-
"version": "9.14.
|
|
719
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.
|
|
720
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "9.14.13",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-9.14.13.tgz",
|
|
720
|
+
"integrity": "sha512-zDn2wT5e3bzzZOulDzb1/vZ7gJmRgESZWDziAj2a+QY1kmtLN6WduCkJ/SOk6v+Ce8hXzuirhgqSM3+PMPHrFw==",
|
|
721
721
|
"license": "Apache-2.0",
|
|
722
722
|
"dependencies": {
|
|
723
723
|
"@appium/support": "^6.0.0",
|
|
724
724
|
"@colors/colors": "^1.6.0",
|
|
725
|
-
"appium-adb": "^12.
|
|
725
|
+
"appium-adb": "^12.10.1",
|
|
726
726
|
"appium-chromedriver": "^6.0.1",
|
|
727
727
|
"asyncbox": "^3.0.0",
|
|
728
728
|
"axios": "^1.x",
|
|
729
729
|
"bluebird": "^3.4.7",
|
|
730
|
-
"io.appium.settings": "^5.12.
|
|
730
|
+
"io.appium.settings": "^5.12.22",
|
|
731
731
|
"lodash": "^4.17.4",
|
|
732
732
|
"lru-cache": "^10.0.1",
|
|
733
733
|
"moment": "^2.24.0",
|
|
@@ -748,9 +748,9 @@
|
|
|
748
748
|
}
|
|
749
749
|
},
|
|
750
750
|
"node_modules/appium-android-driver/node_modules/appium-chromedriver": {
|
|
751
|
-
"version": "6.1.
|
|
752
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.
|
|
753
|
-
"integrity": "sha512-
|
|
751
|
+
"version": "6.1.15",
|
|
752
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-6.1.15.tgz",
|
|
753
|
+
"integrity": "sha512-z5YeaYJzA2Tb7Lk4Xk2NDLTsgYXYCGi8jj2Y4JX0yycqQOAh1HNx0Lslew9WNenBpFlnvq07L4vnYw6jH1nbnQ==",
|
|
754
754
|
"license": "Apache-2.0",
|
|
755
755
|
"dependencies": {
|
|
756
756
|
"@appium/base-driver": "^9.1.0",
|
|
@@ -884,9 +884,9 @@
|
|
|
884
884
|
"license": "MIT"
|
|
885
885
|
},
|
|
886
886
|
"node_modules/bare-events": {
|
|
887
|
-
"version": "2.5.
|
|
888
|
-
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.
|
|
889
|
-
"integrity": "sha512
|
|
887
|
+
"version": "2.5.4",
|
|
888
|
+
"resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.4.tgz",
|
|
889
|
+
"integrity": "sha512-+gFfDkR8pj4/TrWCGUGWmJIkBwuxPS5F+a5yWjOHQt2hHvNZd5YLzadjmDUtFmMM4y429bnKLa8bYBMHcYdnQA==",
|
|
890
890
|
"license": "Apache-2.0",
|
|
891
891
|
"optional": true
|
|
892
892
|
},
|
|
@@ -1010,12 +1010,13 @@
|
|
|
1010
1010
|
}
|
|
1011
1011
|
},
|
|
1012
1012
|
"node_modules/brace-expansion": {
|
|
1013
|
-
"version": "
|
|
1014
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
1015
|
-
"integrity": "sha512-
|
|
1013
|
+
"version": "1.1.11",
|
|
1014
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
1015
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
1016
1016
|
"license": "MIT",
|
|
1017
1017
|
"dependencies": {
|
|
1018
|
-
"balanced-match": "^1.0.0"
|
|
1018
|
+
"balanced-match": "^1.0.0",
|
|
1019
|
+
"concat-map": "0.0.1"
|
|
1019
1020
|
}
|
|
1020
1021
|
},
|
|
1021
1022
|
"node_modules/buffer": {
|
|
@@ -1520,9 +1521,9 @@
|
|
|
1520
1521
|
}
|
|
1521
1522
|
},
|
|
1522
1523
|
"node_modules/es-object-atoms": {
|
|
1523
|
-
"version": "1.
|
|
1524
|
-
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.
|
|
1525
|
-
"integrity": "sha512-
|
|
1524
|
+
"version": "1.1.1",
|
|
1525
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
1526
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
1526
1527
|
"license": "MIT",
|
|
1527
1528
|
"dependencies": {
|
|
1528
1529
|
"es-errors": "^1.3.0"
|
|
@@ -1899,6 +1900,30 @@
|
|
|
1899
1900
|
"url": "https://github.com/sponsors/isaacs"
|
|
1900
1901
|
}
|
|
1901
1902
|
},
|
|
1903
|
+
"node_modules/glob/node_modules/brace-expansion": {
|
|
1904
|
+
"version": "2.0.1",
|
|
1905
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
1906
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
1907
|
+
"license": "MIT",
|
|
1908
|
+
"dependencies": {
|
|
1909
|
+
"balanced-match": "^1.0.0"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"node_modules/glob/node_modules/minimatch": {
|
|
1913
|
+
"version": "9.0.5",
|
|
1914
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
1915
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
1916
|
+
"license": "ISC",
|
|
1917
|
+
"dependencies": {
|
|
1918
|
+
"brace-expansion": "^2.0.1"
|
|
1919
|
+
},
|
|
1920
|
+
"engines": {
|
|
1921
|
+
"node": ">=16 || 14 >=14.17"
|
|
1922
|
+
},
|
|
1923
|
+
"funding": {
|
|
1924
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1902
1927
|
"node_modules/gopd": {
|
|
1903
1928
|
"version": "1.2.0",
|
|
1904
1929
|
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
@@ -2104,9 +2129,9 @@
|
|
|
2104
2129
|
}
|
|
2105
2130
|
},
|
|
2106
2131
|
"node_modules/io.appium.settings": {
|
|
2107
|
-
"version": "5.12.
|
|
2108
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.
|
|
2109
|
-
"integrity": "sha512-
|
|
2132
|
+
"version": "5.12.22",
|
|
2133
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-5.12.22.tgz",
|
|
2134
|
+
"integrity": "sha512-hWNlgFIUPawuXXQa0tkaGqUwynaUy59D166wDomO+ZLkE+OnjBAtmFU2fNiUc1udRpGKzchRwpFndND9RGzWJg==",
|
|
2110
2135
|
"license": "Apache-2.0",
|
|
2111
2136
|
"dependencies": {
|
|
2112
2137
|
"@appium/logger": "^1.3.0",
|
|
@@ -2502,18 +2527,15 @@
|
|
|
2502
2527
|
"optional": true
|
|
2503
2528
|
},
|
|
2504
2529
|
"node_modules/minimatch": {
|
|
2505
|
-
"version": "
|
|
2506
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
2507
|
-
"integrity": "sha512-
|
|
2530
|
+
"version": "3.1.2",
|
|
2531
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2532
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2508
2533
|
"license": "ISC",
|
|
2509
2534
|
"dependencies": {
|
|
2510
|
-
"brace-expansion": "^
|
|
2535
|
+
"brace-expansion": "^1.1.7"
|
|
2511
2536
|
},
|
|
2512
2537
|
"engines": {
|
|
2513
|
-
"node": "
|
|
2514
|
-
},
|
|
2515
|
-
"funding": {
|
|
2516
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2538
|
+
"node": "*"
|
|
2517
2539
|
}
|
|
2518
2540
|
},
|
|
2519
2541
|
"node_modules/minimist": {
|
|
@@ -2630,16 +2652,6 @@
|
|
|
2630
2652
|
"node": ">=0.8.0"
|
|
2631
2653
|
}
|
|
2632
2654
|
},
|
|
2633
|
-
"node_modules/mv/node_modules/brace-expansion": {
|
|
2634
|
-
"version": "1.1.11",
|
|
2635
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
2636
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
2637
|
-
"license": "MIT",
|
|
2638
|
-
"dependencies": {
|
|
2639
|
-
"balanced-match": "^1.0.0",
|
|
2640
|
-
"concat-map": "0.0.1"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
2655
|
"node_modules/mv/node_modules/glob": {
|
|
2644
2656
|
"version": "6.0.4",
|
|
2645
2657
|
"resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz",
|
|
@@ -2657,18 +2669,6 @@
|
|
|
2657
2669
|
"node": "*"
|
|
2658
2670
|
}
|
|
2659
2671
|
},
|
|
2660
|
-
"node_modules/mv/node_modules/minimatch": {
|
|
2661
|
-
"version": "3.1.2",
|
|
2662
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
2663
|
-
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
2664
|
-
"license": "ISC",
|
|
2665
|
-
"dependencies": {
|
|
2666
|
-
"brace-expansion": "^1.1.7"
|
|
2667
|
-
},
|
|
2668
|
-
"engines": {
|
|
2669
|
-
"node": "*"
|
|
2670
|
-
}
|
|
2671
|
-
},
|
|
2672
2672
|
"node_modules/mv/node_modules/rimraf": {
|
|
2673
2673
|
"version": "2.4.5",
|
|
2674
2674
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz",
|
|
@@ -3161,6 +3161,15 @@
|
|
|
3161
3161
|
"minimatch": "^5.1.0"
|
|
3162
3162
|
}
|
|
3163
3163
|
},
|
|
3164
|
+
"node_modules/readdir-glob/node_modules/brace-expansion": {
|
|
3165
|
+
"version": "2.0.1",
|
|
3166
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
3167
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
3168
|
+
"license": "MIT",
|
|
3169
|
+
"dependencies": {
|
|
3170
|
+
"balanced-match": "^1.0.0"
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3164
3173
|
"node_modules/readdir-glob/node_modules/minimatch": {
|
|
3165
3174
|
"version": "5.1.6",
|
|
3166
3175
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
@@ -3595,9 +3604,9 @@
|
|
|
3595
3604
|
}
|
|
3596
3605
|
},
|
|
3597
3606
|
"node_modules/spdx-license-ids": {
|
|
3598
|
-
"version": "3.0.
|
|
3599
|
-
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
3600
|
-
"integrity": "sha512-
|
|
3607
|
+
"version": "3.0.21",
|
|
3608
|
+
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz",
|
|
3609
|
+
"integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==",
|
|
3601
3610
|
"license": "CC0-1.0"
|
|
3602
3611
|
},
|
|
3603
3612
|
"node_modules/spdy": {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"automated testing",
|
|
8
8
|
"android"
|
|
9
9
|
],
|
|
10
|
-
"version": "3.5.
|
|
10
|
+
"version": "3.5.4",
|
|
11
11
|
"author": "Appium Contributors",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"repository": {
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"appium-adb": "^12.5.2",
|
|
78
|
-
"appium-android-driver": "^9.
|
|
78
|
+
"appium-android-driver": "^9.14.13",
|
|
79
79
|
"asyncbox": "^3.0.0",
|
|
80
80
|
"axios": "^1.7.2",
|
|
81
81
|
"bluebird": "^3.5.0",
|
|
82
|
-
"io.appium.settings": "^5.12.
|
|
82
|
+
"io.appium.settings": "^5.12.22",
|
|
83
83
|
"lodash": "^4.17.11",
|
|
84
84
|
"portscanner": "^2.1.1",
|
|
85
85
|
"semver": "^7.6.2",
|